summaryrefslogtreecommitdiffstats
path: root/ssl/ssl_locl.h
AgeCommit message (Expand)Author
2019-09-28Reorganize local header filesDr. Matthias St. Pierre
2019-08-06API to get negotiated key exchange algorithm in TLS1.3raja-ashok
2019-07-16Remove DRBG from SSL structure.Pauli
2019-07-12Make the PACKET/WPACKET code available to both libcrypto and libsslMatt Caswell
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-06-17Allow TLSv1.3 in a no-ec buildMatt Caswell
2019-06-12TLS1.3 FFDHE Supportraja-ashok
2019-06-04Move digests to providersShane Lontis
2019-04-29Collapse ssl3_state_st (s3) into ssl_stTodd Short
2019-04-10Fix typosJakub Wilk
2019-03-06constify *_dup() and *i2d_*() and related functions as far as possible, intro...David von Oheimb
2019-03-05Don't write the tick_identity to the sessionMatt Caswell
2019-02-22Don't restrict the number of KeyUpdate messages we can processMatt Caswell
2019-01-27add an additional async notification communication method based on callbackPing Yu
2018-12-15Use (D)TLS_MAX_VERSION_INTERNAL internallyKurt Roeckx
2018-12-07ssl: Linux TLS Tx OffloadBoris Pismenny
2018-12-06Following the license change, modify the boilerplates in ssl/Richard Levitte
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-09-25Fix 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