summaryrefslogtreecommitdiffstats
path: root/ssl/ssl_lib.c
AgeCommit message (Expand)Author
2018-12-07ssl: Linux TLS Tx OffloadBoris Pismenny
2018-12-06Following the license change, modify the boilerplates in ssl/Richard Levitte
2018-12-06Refactor the computation of API version limitsRichard Levitte
2018-11-12Separate ca_names handling for client and serverMatt Caswell
2018-11-06Fix return formatting.Pauli
2018-11-06Cleanse the key log buffer.Pauli
2018-10-03Remove SSL_version_strRichard Levitte
2018-09-19Reset TLS 1.3 ciphers in SSL_CTX_set_ssl_version()Benjamin Kaduk
2018-09-07Do not reset SNI data in SSL_do_handshake()Matt Caswell
2018-09-07Simplify SSL_get_servername() to avoid session referencesBen Kaduk
2018-08-20Add support for SSL_CTX_set_post_handshake_auth()Matt Caswell
2018-08-20Change Post Handshake auth so that it is opt-inMatt Caswell
2018-08-07ssl/*: switch to switch to Thread-Sanitizer-friendly primitives.Andy Polyakov
2018-07-26Improve backwards compat for SSL_get_servername()Benjamin Kaduk
2018-07-20Normalize SNI hostname handling for SSL and SSL_SESSIONBenjamin Kaduk
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