summaryrefslogtreecommitdiffstats
path: root/ssl/ssl_lib.c
AgeCommit message (Expand)Author
2018-07-06Introduce the recv_max_early_data settingMatt Caswell
2018-07-02Add setters to set the early_data callbackMatt Caswell
2018-07-02Make the anti-replay feature optionalMatt Caswell
2018-06-26Respect SSL_OP_NO_TICKET in TLSv1.3Matt Caswell
2018-05-22Enable SSL_MODE_AUTO_RETRY by defaultKurt Roeckx
2018-05-21Don't cache stateless tickets in TLSv1.3Matt Caswell
2018-05-17Change the default number of NewSessionTickets we send to 2Matt Caswell
2018-05-17Enable the ability to set the number of TLSv1.3 session tickets sentMatt Caswell
2018-05-11Flush server side unauthenticated writesMatt Caswell
2018-05-02Fix SSL_get_shared_ciphers()Matt Caswell
2018-05-01Fix regression with session cache use by clientsBenjamin Kaduk
2018-04-17Fix assertion failure in SSL_set_bio()Matt Caswell
2018-04-04Fix configuration of TLSv1.3 ciphersuitesMatt Caswell
2018-04-03Set error code on alloc failuresRich Salz
2018-04-02Use the private RNG for data that is not publicKurt Roeckx
2018-03-27Allow NULL for some _free routines.Rich Salz
2018-03-27Remove some code for a contributor that we cannot findMatt Caswell
2018-03-20Do not cache sessions with zero sid_ctx_length when SSL_VERIFY_PEERBenjamin Kaduk
2018-03-19Place ticket keys into secure memoryTodd Short
2018-03-19Apply system_default configuration on SSL_CTX_new().Tomas Mraz
2018-03-19Don't use a ssl specific DRBG anymoreKurt Roeckx
2018-03-16RAND_DRBG: add a function for setting the default DRBG type and flagsDr. Matthias St. Pierre
2018-03-15Publish the RAND_DRBG APIDr. Matthias St. Pierre
2018-03-14Put the default set of TLSv1.3 ciphersuites in a header fileMatt Caswell
2018-03-14Split configuration of TLSv1.3 ciphers from older ciphersMatt Caswell
2018-03-12Session Ticket app dataTodd Short
2018-03-09Give more information in the SSL_stateless return codeMatt Caswell
2018-03-05Add X448/Ed448 support to libsslMatt Caswell
2018-02-28Do not set a nonzero default max_early_dataBenjamin Kaduk
2018-02-26Export keying material using early exporter master secretTatsuhiro Tsujikawa
2018-02-13DRBG: make the derivation function the default for ctr_drbgDr. Matthias St. Pierre
2018-02-12The function ssl_get_min_max_version() can failMatt Caswell
2018-02-01Free pha_dgst in SSL_clear()Todd Short
2018-02-01Add TLSv1.3 post-handshake authentication (PHA)Todd Short
2018-01-29Add RAND_DRBG_bytesKurt Roeckx
2018-01-24Fix the SSL_stateless() return codeMatt Caswell
2018-01-24Fix interaction between SSL_stateless() and SSL_clear()Matt Caswell
2018-01-24Fix logic around when to send an HRR based on cookiesMatt Caswell
2018-01-24Add the SSL_stateless() functionMatt Caswell
2018-01-24Add support for sending TLSv1.3 cookiesMatt Caswell
2018-01-19Copyright update of more files that have changed this yearRichard Levitte
2018-01-10Make data argument const in SSL_dane_tlsa_addPatrick Schlangen
2017-12-28Disable partial writes for early dataMatt Caswell
2017-12-28Don't flush the ClientHello if we're going to send early dataMatt Caswell
2017-12-17Add master DRBG for reseedingDr. Matthias St. Pierre
2017-12-15Fix invalid function type casts.Bernd Edlinger
2017-12-14Implement session id TLSv1.3 middlebox compatibility modeMatt Caswell
2017-12-07Consistent formatting for sizeof(foo)Rich Salz
2017-12-04Fix some formatting nitsMatt Caswell
2017-12-04Convert the state machine code to use SSLfatal()Matt Caswell