-
- Downloads
- I did a cleanup of the internal generic SSL layer and how the various SSL
libraries are supported. Starting now, each underlying SSL library support code does a set of defines for the 16 functions the generic layer (sslgen.c) uses (all these new function defines use the prefix "curlssl_"). This greatly simplified the generic layer in readability by involving much less #ifdefs and other preprocessor stuff and should make it easier for people to make libcurl work with new SSL libraries. Hopefully I can later on document these 16 functions somewhat as well. I also made most of the internal SSL-dependent functions (using Curl_ssl_ prefix) #defined to nothing when no SSL support is requested - previously they would unnecessarily call mostly empty functions.
Showing
- CHANGES 22 additions, 0 deletionsCHANGES
- lib/gtls.h 21 additions, 0 deletionslib/gtls.h
- lib/nss.c 2 additions, 1 deletionlib/nss.c
- lib/nssg.h 23 additions, 1 deletionlib/nssg.h
- lib/qssl.h 21 additions, 1 deletionlib/qssl.h
- lib/sslgen.c 34 additions, 326 deletionslib/sslgen.c
- lib/sslgen.h 31 additions, 15 deletionslib/sslgen.h
- lib/ssluse.c 10 additions, 0 deletionslib/ssluse.c
- lib/ssluse.h 23 additions, 1 deletionlib/ssluse.h
Loading
Please register or sign in to comment