summaryrefslogtreecommitdiffstats
path: root/ssl/statem/extensions_srvr.c
AgeCommit message (Expand)Author
2023-08-04Resolves some magic values that has a hello_retry_request enum type.Frederik Wedel-Heinen
2023-03-28RFC7250 (RPK) supportTodd Short
2023-03-01Fix early_data age calculationMatt Caswell
2023-02-20fuzz: fix coverity warningsPhilippe Antoine
2023-02-08fuzz: make post handshake reachablePhilippe Antoine
2022-10-12Ensure that the key share group is allowed for our protocol versionMatt 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-13ssl: modify libssl so that it uses OSSL_TIMEPauli
2022-08-19Coverity: misuses of time_tPauli
2022-07-28SSL object refactoring using SSL_CONNECTION objectTomas Mraz
2022-07-13Check for EVP_MD being NULL inside ssl.slontis
2022-05-03Update copyright yearMatt Caswell
2022-02-17Add back check for the DH public key sizeTomas Mraz
2021-11-26Enable brainpool curves for TLS1.3Bernd Edlinger
2021-10-28fix some code with obvious wrong coding stylex2018
2021-06-02tls: remove TODOsPauli
2021-06-01Rename all getters to use get/get0 in nameTomas Mraz
2021-05-15Promote SSL_get_negotiated_group() for non-TLSv1.3Benjamin Kaduk
2021-05-12Don't send key_share for PSK-only key exchangeBenjamin Kaduk
2021-03-12ssl: support params arguments to init functionsPauli
2021-02-18Update copyright yearMatt Caswell
2021-02-05Remove OPENSSL_NO_EC guards from libsslMatt Caswell
2021-02-05Make supported_groups code independent of EC and DHMatt Caswell
2021-02-05Ensure default supported groups works even with no-ec and no-dhMatt Caswell
2020-12-03tag unused function arguments as ossl_unusedPauli
2020-11-11SSL: refactor all SSLfatal() callsRichard Levitte
2020-10-20Rename EVP_PKEY_set1_tls_encodedpoint to EVP_PKEY_set1_encoded_public_keyMatt Caswell
2020-10-14[ssl] Support ssl_encapsulate on server sideNicola Tuveri
2020-10-01Run the withlibctx.pl scriptMatt Caswell
2020-09-13Fix safestack issues in ocsp.hMatt Caswell
2020-09-13Fix safestack issues in x509.hMatt Caswell
2020-09-13Fix safestack issues in ssl.hMatt Caswell
2020-08-29Ensure libssl creates libctx aware MAC keysMatt Caswell
2020-08-09Add EVP signature with libctx methods.Shane Lontis
2020-06-19Modify libssl to discover supported groups based on available providersMatt Caswell
2020-06-05Don't downgrade keys in libsslMatt Caswell
2020-05-19New Russian TLS 1.2 implementationDmitry Belyavskiy
2020-04-24In OpenSSL builds, declare STACK for datatypes ...Rich Salz
2020-04-23Update copyright yearMatt Caswell
2020-04-08TLS: Temporarly downgrade newly generated EVP_PKEYs to legacyRichard Levitte
2020-04-01Use EVP_DigestSignInit_ex and EVP_DigestVerifyInit_ex in libsslMatt Caswell
2020-02-20Deprecate the low level Diffie-Hellman functions.Pauli
2020-02-06Use the OPENSSL_CTX and property query string in EVP_PKEY_CTXMatt Caswell
2020-02-06Explicitly fetch ciphers and digests in libsslMatt Caswell
2020-01-30Fix SSL_get_servername() and SNI behaviourMatt Caswell
2019-09-28Reorganize local header filesDr. Matthias St. Pierre
2019-09-06Don't send a status_request extension in a CertificateRequest messageMatt Caswell
2019-06-18Following the previous 2 commits also move ecpointformats out of sessionMatt Caswell
2019-06-18Fix a race condition in supported groups handlingMatt Caswell