Age | Commit message (Expand) | Author |
2016-05-31 | openssl: rename the private SSL_strerror | Daniel Stenberg |
2016-05-31 | openssl: Use correct buffer sizes for error messages | Michael Kaufmann |
2016-05-30 | mbedtls: removed unused variables | Renaud Lehoux |
2016-05-30 | openssl: fix build with OPENSSL_NO_COMP | Marcel Raad |
2016-05-24 | mbedtls: fix includes so snprintf() works | Daniel Stenberg |
2016-05-20 | openssl: cleanup must free compression methods | Jay Satiro |
2016-05-19 | openssl: ERR_remove_thread_state() is deprecated in latest 1.1.0 | Daniel Stenberg |
2016-05-18 | schannel: fix compile break with MSVC XP toolset | Marcel Raad |
2016-05-17 | mbedtls/polarssl: set "hostname" unconditionally | Daniel Stenberg |
2016-05-17 | openssl: get_cert_chain: fix NULL dereference | Daniel Stenberg |
2016-05-17 | openssl: get_cert_chain: avoid NULL dereference | Daniel Stenberg |
2016-05-13 | darwinssl.c: fix OS X codename typo in comment | Viktor Szakats |
2016-05-12 | darwinssl: fix certificate verification disable on OS X 10.8 | Per Malmberg |
2016-05-12 | openssl: fix compile-time warning in Curl_ossl_check_cxn() | Kamil Dudka |
2016-05-11 | openssl: stricter connection check function | Jay Satiro |
2016-05-11 | TLS: SSL_peek is not a const operation | Anders Bakken |
2016-05-09 | TLS: move the ALPN/NPN enable bits to the connection | Daniel Stenberg |
2016-05-01 | tls: make setting pinnedkey option fail if not supported | Daniel Stenberg |
2016-04-28 | mbedtls: Fix session resume | Jay Satiro |
2016-04-26 | openssl: avoid BN_print a NULL bignum | Daniel Stenberg |
2016-04-26 | mbedtls.c: silly spellfix of a comment | Daniel Stenberg |
2016-04-24 | PolarSSL: Implement public key pinning | moparisthebest |
2016-04-21 | openssl: builds with OpenSSL 1.1.0-pre5 | Daniel Stenberg |
2016-04-19 | vtls.h: remove a space before semicolon | Daniel Stenberg |
2016-04-19 | darwinssl: removed commented out code | Daniel Stenberg |
2016-04-17 | news: CURLOPT_CONNECT_TO and --connect-to | Michael Kaufmann |
2016-04-07 | mbedtls: fix MBEDTLS_DEBUG builds | Damien Vielpeau |
2016-04-07 | mbedtls: implement and provide *_data_pending() | Daniel Stenberg |
2016-04-07 | mbedtls: follow-up for the previous commit | Daniel Stenberg |
2016-04-07 | mbedtls.c: name space pollution fix, Use 'Curl_' | Daniel Stenberg |
2016-04-07 | mbedtls.c: changed private prefix to mbed_ | Daniel Stenberg |
2016-04-07 | mbedtls.h: fix compiler warnings | Daniel Stenberg |
2016-04-03 | code: style updates | Daniel Stenberg |
2016-03-30 | openssl: Fix compilation warnings | Marcel Raad |
2016-03-29 | wolfssl: Use ECC supported curves extension | Jay Satiro |
2016-03-28 | wolfssl: Add ALPN support | Jay Satiro |
2016-03-26 | schannel: Fixed compilation warning from commit f8d88a4913 | Steve Holme |
2016-03-24 | schannel: Add ALPN support | JDepooter |
2016-03-23 | openssl: boringssl provides the same numbering as openssl | Daniel Stenberg |
2016-03-23 | openssl: fix ERR_remove_thread_state() for boringssl/libressl | Daniel Stenberg |
2016-03-20 | openssl: Fixed compilation warning when /Wall enabled | Steve Holme |
2016-03-19 | mbedtls: fix compiler warning | Daniel Stenberg |
2016-03-17 | openssl: adapt to API breakage in ERR_remove_thread_state() | Gisle Vanem |
2016-03-17 | openssl: verbose: show matching SAN pattern | Daniel Stenberg |
2016-03-08 | openssl: use the correct OpenSSL/BoringSSL/LibreSSL in messages | Gisle Vanem |
2016-03-05 | mbedtls: fix user-specified SSL protocol version | Jay Satiro |
2016-02-16 | openssl: use macro to guard the opaque EVP_PKEY branch | Viktor Szakats |
2016-02-16 | openssl: avoid direct PKEY access with OpenSSL 1.1.0 | Viktor Szakats |
2016-02-13 | gtls: fix for builds lacking encrypted key file support | Shine Fan |
2016-02-10 | nss: search slash in forward direction in dup_nickname() | Kamil Dudka |