| Commit message (Expand) | Author | Age | Files | Lines |
* | wolfSSL: support WOLFSSL_TRUST_FILE as default trust store | Matthias Andree | 2021-11-21 | 1 | -4/+30 |
* | wolfSSL: workaround 5.0.0 SSL_peek() not truly blocking. | Matthias Andree | 2021-11-21 | 1 | -1/+2 |
* | wolfSSL: support 5.0.0+. | Matthias Andree | 2021-11-21 | 1 | -13/+43 |
* | Fix X509_V_FLAG_TRUSTED_FIRST OpenSSL 1.0.2 workaround | Matthias Andree | 2021-11-20 | 1 | -5/+6 |
* | OpenSSL: bump minimum required version to 1.0.2f | Matthias Andree | 2021-11-20 | 1 | -3/+3 |
* | LibreSSL: block, due to licensing issue. | Matthias Andree | 2021-11-20 | 1 | -2/+2 |
* | TLS: OpenSSL 1.0.2 workaround Let's Encrypt Expiry | Matthias Andree | 2021-11-01 | 1 | -1/+15 |
* | socket.c: invalid sslproto no longer abort()s | Matthias Andree | 2021-08-28 | 1 | -2/+0 |
* | socket.c: plugin/plugout SIGSEGV and memleak fixes | Matthias Andree | 2021-08-26 | 1 | -12/+26 |
* | socket.c: SSL_use_PrivateKey_file <- SSL_use_RSAPrivateKey_file, | Matthias Andree | 2021-03-13 | 1 | -1/+1 |
* | OpenSSL: permit deprecated features, | Matthias Andree | 2021-03-13 | 1 | -1/+5 |
* | socket.c clean up code duplication. | Matthias Andree | 2021-02-27 | 1 | -2/+2 |
* | --version: print OpenSSL versions build/run-time and directories | Matthias Andree | 2021-01-30 | 1 | -8/+5 |
* | socket.c: Update copyright according to code changes. | Matthias Andree | 2021-01-03 | 1 | -1/+1 |
* | "Require" OpenSSL 1.1.1 and tolerate/warn 1.0.2. | Matthias Andree | 2020-03-30 | 1 | -0/+4 |
* | socket.c: add reference to README.SSL in error message | Matthias Andree | 2020-03-30 | 1 | -1/+2 |
* | Fix garbage at end of plugin string with %h and/or %p | Matthias Andree | 2020-03-29 | 1 | -2/+3 |
* | Rename s -> vecsiz (vector size) to hint to its purpose | Matthias Andree | 2020-03-29 | 1 | -4/+4 |
* | socket.c: Make SockKeepalive static, and readability variable renames. | Matthias Andree | 2019-09-27 | 1 | -9/+9 |
* | Align with legacy_6x. | Matthias Andree | 2019-08-25 | 1 | -4/+10 |
* | fetchmail no longer reports System error during SSL_connect(): Success. | Matthias Andree | 2019-08-05 | 1 | -3/+6 |
* | Bump copyrights, and bump version to beta6. | Matthias Andree | 2019-08-05 | 1 | -1/+4 |
* | FreeBSD cleanups to header shuffling. | Matthias Andree | 2019-08-05 | 1 | -4/+1 |
* | Replace most strncpy() by strlcpy() calls. | Matthias Andree | 2019-05-12 | 1 | -1/+1 |
* | Enable OpenSSL >= 1.0.2 native name verification. | Matthias Andree | 2019-01-27 | 1 | -0/+22 |
* | Make compatible with a pure OpenSSL 1.1.0 API, ... | Matthias Andree | 2018-06-06 | 1 | -1/+8 |
* | Add a FIXME comment. | Matthias Andree | 2017-08-11 | 1 | -0/+2 |
* | Do not overrun plugin string when copying it. | Alexander Bluhm | 2017-08-10 | 1 | -1/+1 |
* | Cast argument to quiet -Wformat warning in C89 mode. | Matthias Andree | 2017-04-23 | 1 | -1/+1 |
* | Reformat. | Matthias Andree | 2017-02-11 | 1 | -2/+2 |
* | TLS: set hostname for SNI. | Matthias Andree | 2017-02-11 | 1 | -0/+14 |
* | Initial TLSv1.3 support code. | Matthias Andree | 2017-02-11 | 1 | -1/+27 |
* | Fixup protocol version handling in OpenSSL 1.0.X. | Matthias Andree | 2016-12-12 | 1 | -0/+4 |
* | Support for Debian/Ubuntu mutilated SSLv3 support. | Matthias Andree | 2016-12-12 | 1 | -0/+4 |
* | OpenSSL 1.1.0 API support. | Matthias Andree | 2016-12-12 | 1 | -4/+76 |
* | Refactor OpenSSL protocol version selection logic. | Matthias Andree | 2016-12-12 | 1 | -44/+54 |
* | Bump OpenSSL requirement to v1.0.2. | Matthias Andree | 2016-12-11 | 1 | -2/+2 |
* | Really try to continue if OpenSSL lib newer than headers used at compile-time. | Matthias Andree | 2016-04-24 | 1 | -1/+0 |
* | Enable TLS 1.1/1.2 options on LibreSSL. | Matthias Andree | 2016-04-24 | 1 | -2/+2 |
* | Avoid another C99-style comment. | Matthias Andree | 2016-01-30 | 1 | -3/+2 |
* | Avoid C99-style comment. | Matthias Andree | 2016-01-30 | 1 | -2/+1 |
* | Add OpenSSL version sanity checking. | Matthias Andree | 2016-01-30 | 1 | -1/+24 |
* | Support ssl3+ tls1.1, tls1.2 in --sslproto. Report TLS1.1/1.2 if unsupported ... | Matthias Andree | 2015-04-11 | 1 | -2/+19 |
* | Fix typo regarding SSL_OP_NO_SSLv3, and carry over one basic block from maste... | Matthias Andree | 2015-04-11 | 1 | -2/+7 |
* | Detect/report server hang-up in SSL_connect(). | Matthias Andree | 2015-04-08 | 1 | -1/+12 |
* | TLS overhaul, bumping version to 6.4 | Matthias Andree | 2015-01-26 | 1 | -11/+17 |
* | Also report SSL/TLS protocol version in verbose mode. | Matthias Andree | 2015-01-16 | 1 | -2/+6 |
* | Report SSL/TLS cipher, in verbose mode. | Matthias Andree | 2015-01-16 | 1 | -0/+14 |
* | Also recognize OPENSSL_NO_SSLx. | Matthias Andree | 2015-01-16 | 1 | -2/+2 |
* | Permit build on SSLv3-disabled OpenSSL, | Matthias Andree | 2015-01-16 | 1 | -1/+6 |