Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-10-24 | code cleanup: we prefer 'CURLcode result' | Daniel Stenberg | |
... for the local variable name in functions holding the return code. Using the same name universally makes code easier to read and follow. Also, unify code for checking for CURLcode errors with: if(result) or if(!result) instead of if(result == CURLE_OK), if(CURLE_OK == result) or if(result != CURLE_OK) | |||
2014-10-14 | Implement pinned public key in GSKit backend | Patrick Monnerat | |
2014-10-13 | vtls: remove QsoSSL | Patrick Monnerat | |
2014-03-03 | x509asn: moved out Curl_verifyhost from NSS builds | Daniel Stenberg | |
... as it isn't used then! | |||
2013-12-26 | vtls: Fixed up include of vtls.h | Steve Holme | |
2013-11-03 | x509asn1.c: Fixed compilation warnings | Steve Holme | |
warning: declaration of 'chsize' shadows a global declaration | |||
2013-10-30 | NSS: support for CERTINFO feature | Patrick Monnerat | |
2013-07-15 | OS400: new SSL backend GSKit | Patrick Monnerat | |
2013-07-15 | x509asn1.c,x509asn1.h: new module to support ASN.1/X509 parsing & info extract | Patrick Monnerat | |
Use from qssl backend |