summaryrefslogtreecommitdiffstats
path: root/ssl/statem/extensions.c
AgeCommit message (Expand)Author
2024-06-20Fix handling of max_fragment_length extension for PSKFrederik Wedel-Heinen
2023-06-23Don't ask for an invalid group in an HRRMatt Caswell
2023-03-28RFC7250 (RPK) supportTodd Short
2022-11-08Fix CertificateCompressionAlgorithm to be read as 2-octet-wideAlexander Sosedkin
2022-10-20Remove the old buffer management codeMatt Caswell
2022-10-18Add `for_comp` flag when retrieving certs for compressionTodd Short
2022-10-18Add support for compressed certificates (RFC8879)Todd Short
2022-10-12Use the configured max_send_fragment value in the write record layerMatt Caswell
2022-10-07Partial revert and reimplement "Enable brainpool curves for TLS1.3"Matt Caswell
2022-10-05Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte
2022-09-28Test TLS extension orderingTodd Short
2022-09-09Cleanup EBCDIC string defintionsTodd Short
2022-07-28SSL object refactoring using SSL_CONNECTION objectTomas Mraz
2022-05-04Remove duplicated #include headersJHH20
2022-05-03Update copyright yearMatt Caswell
2022-01-19ssl: better support TSAN operationsPauli
2021-11-26Enable brainpool curves for TLS1.3Bernd Edlinger
2021-06-19ssl: fix indentationPauli
2021-06-19ssl: replace tabs with spacesPauli
2021-06-02tls: remove TODOsPauli
2021-06-01Rename all getters to use get/get0 in nameTomas Mraz
2021-05-21Cleanup the peer point formats on regotiationDmitry Belyavskiy
2021-05-12Improve RFC 8446 PSK key exchange mode complianceBenjamin Kaduk
2021-04-01Corrected missing definitions from NonStop SPT build.Randall S. Becker
2021-03-25Ensure buffer/length pairs are always in syncMatt Caswell
2021-03-25ssl sigalg extension: fix NULL pointer dereferencePeter Kaestle
2021-03-12ssl: support params arguments to init functionsPauli
2021-02-05Remove OPENSSL_NO_EC guards from libsslMatt Caswell
2021-02-05Ensure default supported groups works even with no-ec and no-dhMatt Caswell
2021-01-28Update copyright yearRichard Levitte
2021-01-09Fix for negative return value from `SSL_CTX_sess_accept()`anupamam13
2020-12-03tag unused function arguments as ossl_unusedPauli
2020-11-11SSL: refactor all SSLfatal() callsRichard Levitte
2020-10-01Run the withlibctx.pl scriptMatt Caswell
2020-09-13Fix safestack issues in x509.hMatt Caswell
2020-08-29Ensure libssl creates libctx aware MAC keysMatt Caswell
2020-08-09Add EVP signature with libctx methods.Shane Lontis
2020-06-09Do not allow dropping Extended Master Secret extension on renegotiatonTomas Mraz
2020-04-24In OpenSSL builds, declare STACK for datatypes ...Rich Salz
2020-04-23Update copyright yearMatt Caswell
2020-04-01Use EVP_DigestSignInit_ex and EVP_DigestVerifyInit_ex in libsslMatt Caswell
2020-01-30Don't acknowledge a servername following warning alert in servername cbMatt Caswell
2020-01-30Fix SSL_get_servername() and SNI behaviourMatt Caswell
2019-11-21Fix a race condition in SNI handlingBenjamin Kaduk
2019-11-11Fix misspelled resumption_label for CHARSET_EBCDICIdo Ben-Natan
2019-09-28Reorganize local header filesDr. Matthias St. Pierre
2019-08-14Add missing EBCDIC stringsopensslonzos-github
2019-08-01Use allow_early_data_cb from SSL instead of SSL_CTXraja-ashok
2019-07-16Remove tab characters from C source files.Pauli
2019-06-18Following the previous 2 commits also move ecpointformats out of sessionMatt Caswell