summaryrefslogtreecommitdiffstats
path: root/ssl/ssl_locl.h
AgeCommit message (Expand)Author
2019-09-27Reorganize local header filesDr. Matthias St. Pierre
2019-07-16Remove DRBG from SSL structure.Pauli
2019-06-26Move 'shared_sigalgs' from cert_st to ssl_stBenjamin Kaduk
2019-06-18Following the previous 2 commits also move ecpointformats out of sessionMatt Caswell
2019-06-18Fix a race condition in ciphers handlingMatt Caswell
2019-06-18Fix a race condition in supported groups handlingMatt Caswell
2019-04-10Fix typosJakub Wilk
2019-03-05Don't write the tick_identity to the sessionMatt Caswell
2019-02-26Update copyright yearMatt Caswell
2019-02-22Don't restrict the number of KeyUpdate messages we can processMatt Caswell
2018-12-05Fix some SSL_export_keying_material() issuesMatt Caswell
2018-11-14Fix no-ec and no-tls1_2Matt Caswell
2018-11-12Separate ca_names handling for client and serverMatt Caswell
2018-11-12Don't negotiate TLSv1.3 if our EC cert isn't TLSv1.3 capableMatt Caswell
2018-10-15Fix no-pskMatt Caswell
2018-09-21Fix the max psk len for TLSv1.3Matt Caswell
2018-09-18ssl/ssl_ciph.c: make set_ciphersuites staticDr. Matthias St. Pierre
2018-08-22Use the same min-max version range on the client consistentlyMatt Caswell
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-15Update code for the final RFC version of TLSv1.3 (RFC8446)Matt Caswell
2018-08-07ssl/*: switch to switch to Thread-Sanitizer-friendly primitives.Andy Polyakov
2018-07-18Check that the public key OID matches the sig algMatt Caswell
2018-07-13Use ssl_version_supported() when choosing server versionMatt Caswell
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-06-07Don't store the ticket nonce in the sessionMatt Caswell
2018-06-07Fix TLSv1.3 ticket noncesMatt Caswell
2018-05-30Bugfix: GOST2012 certificates for GOST ciphersuites were broken.Dmitry Belyavskiy
2018-05-17Enable the ability to set the number of TLSv1.3 session tickets sentMatt Caswell
2018-05-15Suport TLSv1.3 draft 28Matt Caswell
2018-05-11Rework the decrypt ticket callbackMatt Caswell
2018-05-02Fix comment in ssl_locl.hMatt Caswell
2018-04-18Add support for logging early exporter secretPeter Wu
2018-04-18Add support for logging TLS 1.3 exporter secretPeter Wu
2018-04-04Fix configuration of TLSv1.3 ciphersuitesMatt Caswell
2018-03-28Rewrite the X509->alert mapping codeRich Salz
2018-03-28Tolerate a Certificate using a non-supported group on server sideMatt Caswell
2018-03-21Unify s_client/s_server srtp profiles option handlingFdaSilvaYY
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-14Split configuration of TLSv1.3 ciphers from older ciphersMatt Caswell
2018-03-12Introduce SSL_CTX_set_stateless_cookie_{generate,verify}_cbBenjamin Saunders
2018-03-12Session Ticket app dataTodd Short
2018-03-05Add X448/Ed448 support to libsslMatt Caswell
2018-02-26Export keying material using early exporter master secretTatsuhiro Tsujikawa
2018-02-12The function ssl_get_min_max_version() can failMatt Caswell