summaryrefslogtreecommitdiffstats
path: root/ssl/ssl_locl.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Convert remaining functions in statem_clnt.c to use SSLfatal()Matt Caswell2017-12-041-1/+1
* Convert the state machine code to use SSLfatal()Matt Caswell2017-12-041-9/+8
* Many spelling fixes/typo's corrected.Josh Soref2017-11-111-1/+1
* Implement Maximum Fragment Length TLS extension.FdaSilvaYY2017-11-051-0/+30
* Move supportedgroup ext-block fields out of NO_ECBenjamin Kaduk2017-10-111-2/+2
* Merge tls1_check_curve into tls1_check_group_idDr. Stephen Henson2017-10-061-1/+1
* Use separate functions for supported and peer groups listsDr. Stephen Henson2017-10-061-2/+9
* Session resume broken switching contextsTodd Short2017-10-041-0/+1
* Use safestack.h exclusively internally.Pauli2017-09-281-1/+0
* Rename tls1_get_curvelist.Dr. Stephen Henson2017-09-261-2/+2
* Rewrite compression and group checks.Dr. Stephen Henson2017-09-261-1/+0