summaryrefslogtreecommitdiff
path: root/ssl/ssl_locl.h
Commit message (Expand)AuthorAgeFilesLines
* Use the same min-max version range on the client consistentlyMatt Caswell2018-08-221-1/+1
* Add support for SSL_CTX_set_post_handshake_auth()Matt Caswell2018-08-201-0/+3
* Change Post Handshake auth so that it is opt-inMatt Caswell2018-08-201-1/+1
* Update code for the final RFC version of TLSv1.3 (RFC8446)Matt Caswell2018-08-151-2/+0
* ssl/*: switch to switch to Thread-Sanitizer-friendly primitives.Andy Polyakov2018-08-071-15/+18
* Check that the public key OID matches the sig algMatt Caswell2018-07-181-0/+1
* Use ssl_version_supported() when choosing server versionMatt Caswell2018-07-131-1/+2
* Introduce the recv_max_early_data settingMatt Caswell2018-07-061-2/+20
* Add setters to set the early_data callbackMatt Caswell2018-07-021-2/+8
* Make the anti-replay feature optionalMatt Caswell2018-07-021-0/+3
* Respect SSL_OP_NO_TICKET in TLSv1.3Matt Caswell2018-06-261-0/+2
* Don't store the ticket nonce in the sessionMatt Caswell2018-06-071-2/+0
* Fix TLSv1.3 ticket noncesMatt Caswell2018-06-071-4/+8
* Bugfix: GOST2012 certificates for GOST ciphersuites were broken.Dmitry Belyavskiy2018-05-301-5/+0
* Enable the ability to set the number of TLSv1.3 session tickets sentMatt Caswell2018-05-171-0/+9
* Suport TLSv1.3 draft 28Matt Caswell2018-05-151-0/+2
* Rework the decrypt ticket callbackMatt Caswell2018-05-111-2/+2
* Fix comment in ssl_locl.hMatt Caswell2018-05-021-1/+1
* Add support for logging early exporter secretPeter Wu2018-04-181-0/+1
* Add support for logging TLS 1.3 exporter secretPeter Wu2018-04-181-0/+1
* Fix configuration of TLSv1.3 ciphersuitesMatt Caswell2018-04-041-0/+1
* Rewrite the X509->alert mapping codeRich Salz2018-03-281-1/+1
* Tolerate a Certificate using a non-supported group on server sideMatt Caswell2018-03-281-1/+1
* Unify s_client/s_server srtp profiles option handlingFdaSilvaYY2018-03-211-0/+4
* Place ticket keys into secure memoryTodd Short2018-03-191-3/+8
* Apply system_default configuration on SSL_CTX_new().Tomas Mraz2018-03-191-0/+3
* Don't use a ssl specific DRBG anymoreKurt Roeckx2018-03-191-2/+0
* Split configuration of TLSv1.3 ciphers from older ciphersMatt Caswell2018-03-141-4/+8
* Introduce SSL_CTX_set_stateless_cookie_{generate,verify}_cbBenjamin Saunders2018-03-121-0/+8
* Session Ticket app dataTodd Short2018-03-121-24/+13
* Add X448/Ed448 support to libsslMatt Caswell2018-03-051-1/+3
* Export keying material using early exporter master secretTatsuhiro Tsujikawa2018-02-261-0/+6
* The function ssl_get_min_max_version() can failMatt Caswell2018-02-121-2/+3
* Add TLSv1.3 post-handshake authentication (PHA)Todd Short2018-02-011-0/+22
* Add support for the TLS 1.3 signature_algorithms_cert extensionBenjamin Kaduk2018-01-251-2/+6
* Propagate TLS 1.3 sigalgs through tls1_set_sigalgs()Benjamin Kaduk2018-01-251-0/+2
* Add TLS 1.3 draft-23 PSS signature algorithmsBenjamin Kaduk2018-01-251-3/+6
* Fix logic around when to send an HRR based on cookiesMatt Caswell2018-01-241-0/+3
* Add support for sending TLSv1.3 cookiesMatt Caswell2018-01-241-0/+2
* Copyright update of more files that have changed this yearRichard Levitte2018-01-191-1/+1
* Fix minor 'the the' typosDaniel Bevenius2018-01-021-1/+1
* Don't flush the ClientHello if we're going to send early dataMatt Caswell2017-12-281-0/+1
* Make sure we treat records written after HRR as TLSv1.3Matt Caswell2017-12-141-1/+2
* Ensure CCS sent before early_data has the correct record versionMatt Caswell2017-12-141-1/+3
* Update state machine to send CCS based on whether we did an HRRMatt Caswell2017-12-141-1/+2
* Drop CCS messages received in the TLSv1.3 handshakeMatt Caswell2017-12-141-1/+2
* Implement session id TLSv1.3 middlebox compatibility modeMatt Caswell2017-12-141-0/+6
* Update ServerHello to new draft-22 formatMatt Caswell2017-12-141-1/+2
* Correct minor typo in ssl_locl.h commentDaniel Bevenius2017-12-081-1/+1
* Add some more cleanupsMatt Caswell2017-12-041-2/+1