summaryrefslogtreecommitdiff
path: root/src/src/tls-openssl.c
Commit message (Expand)AuthorAgeFilesLines
* OpenSSL: fail the handshake when SNI processing hits a problemJeremy Harris2018-11-281-10/+13
* TLS: Increase RSA keysize of autogen selfsign certJeremy Harris2018-11-281-1/+1
* tidyingJeremy Harris2018-11-061-0/+6
* Squashed commit of PIPE_CONNECTJeremy Harris2018-11-051-0/+12
* Tidying: char signednessJeremy Harris2018-10-231-4/+4
* Debug: provide for SIGALRM trackingJeremy Harris2018-10-211-8/+8
* OpenSSL: Enhance connect/accept-time debugJeremy Harris2018-10-141-12/+36
* OpenSSL: Check return value from X509_NAME_oneline(). Bug 2316Jeremy Harris2018-09-211-16/+32
* DANE: ignore undersized TLSA recordsJeremy Harris2018-09-211-1/+1
* Builtin macros for OpenSSL optionsJeremy Harris2018-09-201-106/+139
* ConstificationJeremy Harris2018-09-191-7/+7
* Check returncode from SSL_CTX_set_cipher_list()Jeremy Harris2018-09-131-2/+4
* Use single-bit fields for global flagsJeremy Harris2018-08-221-1/+1
* Support REQUIRETLSJeremy Harris2018-07-271-1/+1
* Expansions: A tls option on ${readsocket }. Bug 2282Jeremy Harris2018-06-251-11/+12
* TLS: rework client-side use with an explicit context rather than a globalJeremy Harris2018-06-241-104/+135
* OpenSSL: TLSv1.3 notesJeremy Harris2018-06-201-0/+4
* OpenSSL: enable use of TLS 1.3 (with OpenSSL 1.1.0 and later)Jeremy Harris2018-06-141-9/+19
* Use serial number 1 for self-generated selfsigned certificateJeremy Harris2018-05-241-1/+1
* tidyingJeremy Harris2018-04-161-0/+2
* Fix OpenSSL non-OCSP buildJeremy Harris2018-04-161-1/+5
* Avoid doing logging in signal-handlers. Bug 1007Jeremy Harris2018-04-151-1/+10
* OpenSSL: Revert the disabling of the session-cache. Bug 2255Jeremy Harris2018-04-081-2/+8
* Implement dane_require_tls_ciphers (theoretically)Phil Pennock2018-03-281-3/+18
* Compiler quieteningJeremy Harris2018-03-131-2/+0
* Extra checks on inbound SMTP stream buffer refillJeremy Harris2018-03-101-3/+3
* OpenSSL: revert needless free of certificate list. The library handlies it i...Jeremy Harris2018-02-221-16/+1
* WIPJeremy Harris2018-02-221-1/+0
* OpenSSL: Fix memory leak during multi-message connections using STARTTLSWolfgang Breyha2018-02-201-8/+63
* Fix memory leak during multi-message reception using STARTTLSJeremy Harris2018-02-171-1/+1
* DANE: move to mainlineJeremy Harris2018-02-151-14/+14
* Update copyright year to 2018Heiko Schlittermann (HS12-RIPE)2018-02-101-1/+1
* Builtin macros for sha3-hash and ed25519-signing supportJeremy Harris2018-02-091-2/+2
* OpenSSL: fix OCSP stapling under DANEJeremy Harris2018-01-071-2/+15
* OpenSSL: better debug info for OCSPJeremy Harris2018-01-071-4/+6
* Merge branch '4.next'Jeremy Harris2017-12-191-6/+13
|\
| * GnuTLS: multiple server certs, OCSP stapling. Bug 2092Jeremy Harris2017-12-031-6/+13
* | Fix non-OCSP OpenSSL buildJeremy Harris2017-12-041-2/+7
|/
* OpenSSL: avoid using now-deprecated routines on newer versionsJeremy Harris2017-11-161-5/+2
* TLS: support multiple certificate files in server. Bug 2092Jeremy Harris2017-11-071-15/+54
* Debug: add trace in the inlist expansion conditionJeremy Harris2017-10-261-1/+1
* String handling: refactor the expanding-string routines and users to use a de...Jeremy Harris2017-10-141-6/+5
* tidyingJeremy Harris2017-08-141-4/+4
* tidyingJeremy Harris2017-07-151-1/+1
* tidyingJeremy Harris2017-07-091-2/+2
* typoJeremy Harris2017-05-251-1/+1
* TLS: do not use DH_bits for LibreSSL; it is not supported (as of LibreSSL 2.3.2)Jeremy Harris2017-05-211-1/+1
* OpenSSL: add sender_host_address info to certificate verify error log message...Jeremy Harris2017-05-211-9/+15
* Use DH_bits for OpenSSL 1.1.0Phil Pennock2017-05-201-3/+18
* TLS: PIPELINING under OpenSSLJeremy Harris2017-05-191-7/+23