aboutsummaryrefslogtreecommitdiff
path: root/ssl/ssl_lib.c
AgeCommit message (Expand)AuthorFilesLines
2018-10-03Remove SSL_version_strRichard Levitte1-2/+0
2018-09-19Reset TLS 1.3 ciphers in SSL_CTX_set_ssl_version()Benjamin Kaduk1-0/+4
2018-09-07Do not reset SNI data in SSL_do_handshake()Matt Caswell1-6/+0
2018-09-07Simplify SSL_get_servername() to avoid session referencesBen Kaduk1-11/+7
2018-08-20Add support for SSL_CTX_set_post_handshake_auth()Matt Caswell1-0/+6
2018-08-20Change Post Handshake auth so that it is opt-inMatt Caswell1-2/+2
2018-08-07ssl/*: switch to switch to Thread-Sanitizer-friendly primitives.Andy Polyakov1-28/+13
2018-07-26Improve backwards compat for SSL_get_servername()Benjamin Kaduk1-1/+4
2018-07-20Normalize SNI hostname handling for SSL and SSL_SESSIONBenjamin Kaduk1-1/+9
2018-07-06Introduce the recv_max_early_data settingMatt Caswell1-0/+35
2018-07-02Add setters to set the early_data callbackMatt Caswell1-0/+19
2018-07-02Make the anti-replay feature optionalMatt Caswell1-1/+2
2018-06-26Respect SSL_OP_NO_TICKET in TLSv1.3Matt Caswell1-3/+6
2018-05-22Enable SSL_MODE_AUTO_RETRY by defaultKurt Roeckx1-0/+1
2018-05-21Don't cache stateless tickets in TLSv1.3Matt Caswell1-7/+27
2018-05-17Change the default number of NewSessionTickets we send to 2Matt Caswell1-2/+3
2018-05-17Enable the ability to set the number of TLSv1.3 session tickets sentMatt Caswell1-0/+28
2018-05-11Flush server side unauthenticated writesMatt Caswell1-0/+3
2018-05-02Fix SSL_get_shared_ciphers()Matt Caswell1-9/+18
2018-05-01Fix regression with session cache use by clientsBenjamin Kaduk1-5/+6
2018-04-17Fix assertion failure in SSL_set_bio()Matt Caswell1-2/+0
2018-04-04Fix configuration of TLSv1.3 ciphersuitesMatt Caswell1-93/+0
2018-04-03Set error code on alloc failuresRich Salz1-2/+4
2018-04-02Use the private RNG for data that is not publicKurt Roeckx1-3/+3
2018-03-27Allow NULL for some _free routines.Rich Salz1-0/+2
2018-03-27Remove some code for a contributor that we cannot findMatt Caswell1-3/+0
2018-03-20Do not cache sessions with zero sid_ctx_length when SSL_VERIFY_PEERBenjamin Kaduk1-0/+12
2018-03-19Place ticket keys into secure memoryTodd Short1-4/+8
2018-03-19Apply system_default configuration on SSL_CTX_new().Tomas Mraz1-0/+2
2018-03-19Don't use a ssl specific DRBG anymoreKurt Roeckx1-37/+0
2018-03-16RAND_DRBG: add a function for setting the default DRBG type and flagsDr. Matthias St. Pierre1-1/+1
2018-03-15Publish the RAND_DRBG APIDr. Matthias St. Pierre1-1/+1
2018-03-14Put the default set of TLSv1.3 ciphersuites in a header fileMatt Caswell1-4/+1
2018-03-14Split configuration of TLSv1.3 ciphers from older ciphersMatt Caswell1-5/+117
2018-03-12Session Ticket app dataTodd Short1-0/+11
2018-03-09Give more information in the SSL_stateless return codeMatt Caswell1-1/+4
2018-03-05Add X448/Ed448 support to libsslMatt Caswell1-0/+6
2018-02-28Do not set a nonzero default max_early_dataBenjamin Kaduk1-3/+15
2018-02-26Export keying material using early exporter master secretTatsuhiro Tsujikawa1-0/+12
2018-02-13DRBG: make the derivation function the default for ctr_drbgDr. Matthias St. Pierre1-2/+1
2018-02-12The function ssl_get_min_max_version() can failMatt Caswell1-1/+3
2018-02-01Free pha_dgst in SSL_clear()Todd Short1-0/+3
2018-02-01Add TLSv1.3 post-handshake authentication (PHA)Todd Short1-0/+54
2018-01-29Add RAND_DRBG_bytesKurt Roeckx1-2/+4
2018-01-24Fix the SSL_stateless() return codeMatt Caswell1-3/+3
2018-01-24Fix interaction between SSL_stateless() and SSL_clear()Matt Caswell1-0/+1
2018-01-24Fix logic around when to send an HRR based on cookiesMatt Caswell1-0/+3
2018-01-24Add the SSL_stateless() functionMatt Caswell1-0/+17
2018-01-24Add support for sending TLSv1.3 cookiesMatt Caswell1-0/+4
2018-01-19Copyright update of more files that have changed this yearRichard Levitte1-1/+1