summaryrefslogtreecommitdiff
path: root/ssl/ssl_lib.c
Commit message (Expand)AuthorAgeFilesLines
* Add support for SSL_CTX_set_post_handshake_auth()Matt Caswell2018-08-201-0/+6
* Change Post Handshake auth so that it is opt-inMatt Caswell2018-08-201-2/+2
* ssl/*: switch to switch to Thread-Sanitizer-friendly primitives.Andy Polyakov2018-08-071-28/+13
* Improve backwards compat for SSL_get_servername()Benjamin Kaduk2018-07-261-1/+4
* Normalize SNI hostname handling for SSL and SSL_SESSIONBenjamin Kaduk2018-07-201-1/+9
* Introduce the recv_max_early_data settingMatt Caswell2018-07-061-0/+35
* Add setters to set the early_data callbackMatt Caswell2018-07-021-0/+19
* Make the anti-replay feature optionalMatt Caswell2018-07-021-1/+2
* Respect SSL_OP_NO_TICKET in TLSv1.3Matt Caswell2018-06-261-3/+6
* Enable SSL_MODE_AUTO_RETRY by defaultKurt Roeckx2018-05-221-0/+1
* Don't cache stateless tickets in TLSv1.3Matt Caswell2018-05-211-7/+27
* Change the default number of NewSessionTickets we send to 2Matt Caswell2018-05-171-2/+3
* Enable the ability to set the number of TLSv1.3 session tickets sentMatt Caswell2018-05-171-0/+28
* Flush server side unauthenticated writesMatt Caswell2018-05-111-0/+3
* Fix SSL_get_shared_ciphers()Matt Caswell2018-05-021-9/+18
* Fix regression with session cache use by clientsBenjamin Kaduk2018-05-011-5/+6
* Fix assertion failure in SSL_set_bio()Matt Caswell2018-04-171-2/+0
* Fix configuration of TLSv1.3 ciphersuitesMatt Caswell2018-04-041-93/+0
* Set error code on alloc failuresRich Salz2018-04-031-2/+4
* Use the private RNG for data that is not publicKurt Roeckx2018-04-021-3/+3
* Allow NULL for some _free routines.Rich Salz2018-03-271-0/+2
* Remove some code for a contributor that we cannot findMatt Caswell2018-03-271-3/+0
* Do not cache sessions with zero sid_ctx_length when SSL_VERIFY_PEERBenjamin Kaduk2018-03-201-0/+12
* Place ticket keys into secure memoryTodd Short2018-03-191-4/+8
* Apply system_default configuration on SSL_CTX_new().Tomas Mraz2018-03-191-0/+2
* Don't use a ssl specific DRBG anymoreKurt Roeckx2018-03-191-37/+0
* RAND_DRBG: add a function for setting the default DRBG type and flagsDr. Matthias St. Pierre2018-03-161-1/+1
* Publish the RAND_DRBG APIDr. Matthias St. Pierre2018-03-151-1/+1
* Put the default set of TLSv1.3 ciphersuites in a header fileMatt Caswell2018-03-141-4/+1
* Split configuration of TLSv1.3 ciphers from older ciphersMatt Caswell2018-03-141-5/+117
* Session Ticket app dataTodd Short2018-03-121-0/+11
* Give more information in the SSL_stateless return codeMatt Caswell2018-03-091-1/+4
* Add X448/Ed448 support to libsslMatt Caswell2018-03-051-0/+6
* Do not set a nonzero default max_early_dataBenjamin Kaduk2018-02-281-3/+15
* Export keying material using early exporter master secretTatsuhiro Tsujikawa2018-02-261-0/+12
* DRBG: make the derivation function the default for ctr_drbgDr. Matthias St. Pierre2018-02-131-2/+1
* The function ssl_get_min_max_version() can failMatt Caswell2018-02-121-1/+3
* Free pha_dgst in SSL_clear()Todd Short2018-02-011-0/+3
* Add TLSv1.3 post-handshake authentication (PHA)Todd Short2018-02-011-0/+54
* Add RAND_DRBG_bytesKurt Roeckx2018-01-291-2/+4
* Fix the SSL_stateless() return codeMatt Caswell2018-01-241-3/+3
* Fix interaction between SSL_stateless() and SSL_clear()Matt Caswell2018-01-241-0/+1
* Fix logic around when to send an HRR based on cookiesMatt Caswell2018-01-241-0/+3
* Add the SSL_stateless() functionMatt Caswell2018-01-241-0/+17
* Add support for sending TLSv1.3 cookiesMatt Caswell2018-01-241-0/+4
* Copyright update of more files that have changed this yearRichard Levitte2018-01-191-1/+1
* Make data argument const in SSL_dane_tlsa_addPatrick Schlangen2018-01-101-2/+2
* Disable partial writes for early dataMatt Caswell2017-12-281-4/+9
* Don't flush the ClientHello if we're going to send early dataMatt Caswell2017-12-281-2/+19
* Add master DRBG for reseedingDr. Matthias St. Pierre2017-12-171-1/+1