summaryrefslogtreecommitdiffstats
path: root/ssl
AgeCommit message (Expand)Author
2021-01-13Add X509_NAME_hash_ex() to be able to check if it failed due to unsupported SHA1Dr. David von Oheimb
2021-01-12Clean away extraneous library specific FETCH_FAILED reason codesRichard Levitte
2021-01-09Fix for negative return value from `SSL_CTX_sess_accept()`anupamam13
2021-01-09replace 'unsigned const char' with 'const unsigned char'Thomas De Schampheleire
2021-01-08Adding TLS group name retrievalMichael Baentsch
2021-01-08Ensure DTLS free functions can handle NULLMatt Caswell
2021-01-07Remove extra space.Otto Hollmann
2021-01-07Fixed error and return code.Otto Hollmann
2021-01-07Fix set_ciphersuites ignore unknown ciphers.Otto Hollmann
2020-12-20Drop OPENSSL_NO_RSA everywhereRichard Levitte
2020-12-09Modify is_tls13_capable() to take account of the servername cbMatt Caswell
2020-12-08TLS: Use EVP_PKEY_get_group_name() to get the group nameRichard Levitte
2020-12-08EVP: constify the EVP_PKEY_get_*_param() argument |pkey|Richard Levitte
2020-12-03tag unused function arguments as ossl_unusedPauli
2020-12-02Fix comment in do_dtls1_write()Benjamin Kaduk
2020-11-30Fix builds that specify both no-dh and no-ecMatt Caswell
2020-11-28Collapse two identical if statements into a single body.John Baldwin
2020-11-28Allow zero-byte writes to be reported as success.John Baldwin
2020-11-26Update copyright yearMatt Caswell
2020-11-24ERR: Rebuild all generated error headers and source filesRichard Levitte
2020-11-24Modify the ERR init functions to use the internal ERR string loadersRichard Levitte
2020-11-23Move some libssl global variables into SSL_CTXMatt Caswell
2020-11-20SSL: Change SSLerr() to ERR_raise()Richard Levitte
2020-11-18Deprecate RSA harderRichard Levitte
2020-11-18Return sensible values for some SSL ctrlsMatt Caswell
2020-11-18Only disabled what we need to in a no-dh buildMatt Caswell
2020-11-18Implement a replacement for SSL_set_tmp_dh()Matt Caswell
2020-11-18Disable the DHParameters config option in a no-deprecated buildMatt Caswell
2020-11-18Remove DH usage from tls_process_cke_dheMatt Caswell
2020-11-18Remove DH usage in tls_construct_server_key_exchange()Matt Caswell
2020-11-18Avoid the use of a DH object in tls_construct_cke_dhe()Matt Caswell
2020-11-18Deprecate SSL_CTRL_SET_TMP_DH and other related ctrlsMatt Caswell
2020-11-18Convert TLS ServerKeyExchange processing to use an EVP_PKEYMatt Caswell
2020-11-18Convert TLS auto DH parameters to use EVP_PKEYMatt Caswell
2020-11-11SSL: refactor all SSLfatal() callsRichard Levitte
2020-11-11SSL: refactor ossl_statem_fatal() and SSLfatal()Richard Levitte
2020-11-11Convert all {NAME}err() in ssl/ to their corresponding ERR_raise() callRichard Levitte
2020-11-02Adjust error reason for ssl_get_min_max_version() failureBenjamin Kaduk
2020-11-02Clear error queue entries from bad DLTS recordsBenjamin Kaduk
2020-10-29Unify ssl3_get_cipher_by_std_name() implementationBenjamin Kaduk
2020-10-26Ensure we raise SSLfatal on errorMatt Caswell
2020-10-22Rename EVP_MAC_size() to EVP_MAC_CTX_get_mac_size().Shane Lontis
2020-10-20Rename EVP_PKEY_set1_tls_encodedpoint to EVP_PKEY_set1_encoded_public_keyMatt Caswell
2020-10-16Pass an EVP_PKEY for SSL_SECOP_TMP_DH in the security callbackMatt Caswell
2020-10-16Concentrate deprecated libssl API usage in one fileMatt Caswell
2020-10-15Update copyright yearMatt Caswell
2020-10-15Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre
2020-10-14[ssl] Support ssl_encapsulate on server sideNicola Tuveri
2020-10-14[ssl] Support ssl_decapsulate on client sideNicola Tuveri
2020-10-14Define OSSL_CAPABILITY_TLS_GROUP_IS_KEMNicola Tuveri