#
685fee38 |
| 12-Sep-2015 |
Steve Holme |
vauth: Moved Curl_sasl_build_spn() to create the initial vauth source files
|
#
4af40b36 |
| 02-Feb-2016 |
Daniel Stenberg |
URLs: change all http:// URLs to https://
|
#
fe7590f7 |
| 19-Oct-2015 |
Jonas Minnberg |
vtls: added support for mbedTLS closes #496
|
Revision tags: curl-7_44_0, curl-7_43_0 |
|
#
fd137786 |
| 12-May-2015 |
Daniel Stenberg |
bundles: merged into conncache.c All the existing Curl_bundle* functions were only ever used from within the conncache.c file, so I moved them over and made them static (and removed
bundles: merged into conncache.c All the existing Curl_bundle* functions were only ever used from within the conncache.c file, so I moved them over and made them static (and removed the Curl_ prefix).
show more ...
|
Revision tags: curl-7_42_1, curl-7_42_0 |
|
#
df5578a7 |
| 03-Mar-2015 |
Daniel Stenberg |
mprintf.h: remove #ifdef CURLDEBUG ... and as a consequence, introduce curl_printf.h with that re-define magic instead and make all libcurl code use that instead.
|
Revision tags: curl-7_41_0 |
|
#
b1c7fc05 |
| 15-Feb-2015 |
Nick Zitzmann |
By request, change the name of "curl_darwinssl.[ch]" to "darwinssl.[ch]"
|
#
761d5166 |
| 07-Feb-2015 |
Steve Holme |
schannel: Removed curl_ prefix from source files Removed the curl_ prefix from the schannel source files as discussed with Marc and Daniel at FOSDEM.
|
#
300876a7 |
| 28-Jan-2015 |
Steve Holme |
des: Added Curl_des_set_odd_parity() Added Curl_des_set_odd_parity() for use when cryptography engines don't include this functionality.
|
Revision tags: curl-7_40_0 |
|
#
b40e37f9 |
| 31-Dec-2014 |
Steve Holme |
endian: Fixed Linux compilation issues Having files named endian.[c|h] seemed to cause issues under Linux so renamed them both to have the curl_ prefix in the filenames.
|
#
81951d98 |
| 31-Dec-2014 |
Steve Holme |
endian: Introduced endian module To allow the little endian functions, currently used in two of the NTLM source files, to be used by other modules such as the SMB module.
|
#
4bdb1ca8 |
| 06-Dec-2014 |
Steve Holme |
Makefile.inc: Updated file formatting Aligned continuation character and used space as the separator character as per other makefile files.
|
#
018b9d42 |
| 02-Dec-2014 |
Steve Holme |
sasl_gssapi: Introduced GSS-API based SASL module Added the initial version of curl_sasl_gssapi.c and updated the project files in preparation for adding GSS-API based Kerberos V5 suppor
sasl_gssapi: Introduced GSS-API based SASL module Added the initial version of curl_sasl_gssapi.c and updated the project files in preparation for adding GSS-API based Kerberos V5 support.
show more ...
|
#
e80d9d59 |
| 29-Nov-2014 |
Bill Nagel |
smb: Added initial source files for SMB Added the initial source files and updated the relevant project files in order to support SMB/CIFS.
|
Revision tags: curl-7_39_0 |
|
#
265b9a2e |
| 13-Oct-2014 |
Patrick Monnerat |
vtls: remove QsoSSL
|
Revision tags: curl-7_38_0, curl-7_37_1, curl-7_37_0 |
|
#
6f6646d6 |
| 18-May-2014 |
Steve Holme |
build: Slight rename of new LIB_* makefile file variables In order to try and be consistent between curl and libcurl renamed the recently introduced LIB_* makefile file variables.
|
#
b4c81b6c |
| 11-May-2014 |
Steve Holme |
Makefile.inc: Added resource file to assist Visual Studio project generation
|
#
fdb2d321 |
| 09-May-2014 |
Steve Holme |
Makefile.inc: Separated the lib and lib/vtls source file variables To cater for the automatic generation of the new Visual Studio project files, moved the lib file list into a separated
Makefile.inc: Separated the lib and lib/vtls source file variables To cater for the automatic generation of the new Visual Studio project files, moved the lib file list into a separated variable so that lib and lib/vtls can be referenced independently.
show more ...
|
#
ff853960 |
| 05-Apr-2014 |
Steve Holme |
sasl: Renamed SSPI module following short name clash
|
#
2c49e960 |
| 02-Apr-2014 |
Steve Holme |
sasl: Added initial stub functions for SSPI DIGEST-MD support
|
Revision tags: curl-7_36_0, curl-7_35_0 |
|
#
c3a02c3e |
| 18-Dec-2013 |
Daniel Stenberg |
Makefile.inc: use standard source header
|
#
565c5b3d |
| 18-Dec-2013 |
Daniel Stenberg |
Makefile.inc: specify the vtls sources+headers separately
|
#
11e8066e |
| 17-Dec-2013 |
Daniel Stenberg |
vtls: renamed sslgen.[ch] to vtls.[ch]
|
#
92b9ae5c |
| 17-Dec-2013 |
Daniel Stenberg |
openssl: renamed backend files to openssl.[ch]
|
#
a47c142a |
| 17-Dec-2013 |
Daniel Stenberg |
vtls: moved all TLS/SSL source and header files into subdir
|
#
eccf4fb7 |
| 17-Dec-2013 |
Daniel Stenberg |
vtls: created subdir, moved sslgen.[ch] there, updated all include lines
|