Age | Commit message (Expand) | Author |
2017-04-17 | openssl: fix thread-safety bugs in error-handling | David Benjamin |
2017-04-17 | openssl: make SSL_ERROR_to_str more future-proof | David Benjamin |
2017-04-15 | mbedtls: fix memory leak in error path | Larry Stefani |
2017-04-11 | polarssl: unbreak build with versions < 1.3.8 | Marcel Raad |
2017-04-10 | openssl: fix this statement may fall through [-Wimplicit-fallthrough=] | Alexis La Goutte |
2017-04-10 | nss: load CA certificates even with --insecure | Kamil Dudka |
2017-04-08 | vtls: fix unreferenced variable warnings | Marcel Raad |
2017-04-07 | schannel: fix compiler warnings | Marcel Raad |
2017-04-06 | gtls: fix compiler warning | Marcel Raad |
2017-04-06 | nss: fix build after e60fe20fdf94e829ba5fce33f7a9d6c281149f7d | Marcel Raad |
2017-03-30 | schannel: fix unused variable warning | Marcel Raad |
2017-03-28 | openssl: exclude DSA code when OPENSSL_NO_DSA is defined | Jay Satiro |
2017-03-28 | schannel: fix variable shadowing warning | Marcel Raad |
2017-03-26 | spelling fixes | klemens |
2017-03-23 | openssl: fix comparison between signed and unsigned integer expressions | Daniel Stenberg |
2017-03-23 | openssl: made the error table static const | Dan Fandrich |
2017-03-23 | openssl: fall back on SSL_ERROR_* string when no error detail | Jay Satiro |
2017-03-21 | mbedtls: add support for CURLOPT_SSL_CTX_FUNCTION | Ales Mlakar |
2017-03-18 | darwinssl: fix typo in variable name | Palo Markovic |
2017-03-13 | Improve code readbility | Sylvestre Ledru |
2017-03-11 | mbedtls: fix typo in variable name | Thomas Glanzmann |
2017-03-10 | openssl: add two /* FALLTHROUGH */ to satisfy coverity | Daniel Stenberg |
2017-03-09 | polarssl: fixed compile errors introduced in 6448f98c | Dan Fandrich |
2017-03-08 | openssl: unbreak the build after 6448f98c1857de | Daniel Stenberg |
2017-03-08 | vtls: add options to specify range of enabled TLS versions | Jozef Kralik |
2017-03-03 | build: fix gcc7 implicit fallthrough warnings | Alexis La Goutte |
2017-03-02 | darwinssl: Warn that disabling host verify also disables SNI | JDepooter |
2017-02-26 | cyassl: get library version string at runtime | Jay Satiro |
2017-02-21 | cyassl: fix typo | Jay Satiro |
2017-02-15 | axtls: adapt to API changes | Daniel Stenberg |
2017-02-09 | nss: make FTPS work with --proxytunnel | Kamil Dudka |
2017-02-08 | polarssl, mbedtls: Fix detection of pending data | Michael Kaufmann |
2017-02-07 | darwinssl: Avoid parsing certificates when not in verbose mode | Daniel Gustafsson |
2017-02-07 | schannel: Remove incorrect SNI disabled message | JDepooter |
2017-01-31 | openssl: Don't use certificate after transferring ownership | Adam Langley |
2017-01-29 | mbedtls: implement CTR-DRBG and HAVEGE random generators | Antoine Aubert |
2017-01-28 | mbedtls: disable TLS session tickets | Michael Kaufmann |
2017-01-28 | gnutls: disable TLS session tickets | Michael Kaufmann |
2017-01-28 | polarssl: fix hangs | Michael Kaufmann |
2017-01-22 | vtls: source indentation fix | Daniel Stenberg |
2017-01-20 | vtls: fix PolarSSL non-blocking handling | Daniel Stenberg |
2017-01-20 | vtls: fix mbedtls multi non blocking handshake. | Antoine Aubert |
2017-01-17 | openssl: Fix random generation | Jay Satiro |
2017-01-15 | nss: use the correct lock in nss_find_slot_by_name() | Kamil Dudka |
2017-01-13 | gnutls: check for alpn and ocsp in configure | Marcus Hoffmann |
2017-01-12 | rand: make it work without TLS backing | Daniel Stenberg |
2017-01-07 | wolfssl: display negotiated SSL version and cipher | Dan Fandrich |
2017-01-06 | wolfssl: support setting cipher list | Dan Fandrich |
2017-01-03 | darwinssl: --insecure overrides --cacert if both settings are in use | Nick Zitzmann |
2016-12-27 | darwinssl: fix CFArrayRef leak | Chris Araman |