aboutsummaryrefslogtreecommitdiff
path: root/ssl
AgeCommit message (Expand)AuthorFilesLines
2021-01-22Don't copy parameters on setting a key in libsslMatt Caswell1-20/+3
2021-01-20ktls: Initial support for ChaCha20-Poly1305Vadim Fedorenko1-1/+20
2021-01-18Rename EVP_CIPHER_CTX_get_iv and EVP_CIPHER_CTX_get_iv_state for clarityTomas Mraz1-3/+3
2021-01-18Update SERVER_HELLO_MAX_LENGTHMichael Baentsch1-1/+4
2021-01-13Add X509_NAME_hash_ex() to be able to check if it failed due to unsupported SHA1Dr. David von Oheimb1-1/+2
2021-01-12Clean away extraneous library specific FETCH_FAILED reason codesRichard Levitte8-19/+27
2021-01-09Fix for negative return value from `SSL_CTX_sess_accept()`anupamam131-1/+2
2021-01-09replace 'unsigned const char' with 'const unsigned char'Thomas De Schampheleire1-3/+3
2021-01-08Adding TLS group name retrievalMichael Baentsch3-1/+20
2021-01-08Ensure DTLS free functions can handle NULLMatt Caswell2-4/+8
2021-01-07Remove extra space.Otto Hollmann1-1/+1
2021-01-07Fixed error and return code.Otto Hollmann1-8/+5
2021-01-07Fix set_ciphersuites ignore unknown ciphers.Otto Hollmann1-1/+4
2020-12-20Drop OPENSSL_NO_RSA everywhereRichard Levitte4-21/+0
2020-12-09Modify is_tls13_capable() to take account of the servername cbMatt Caswell1-2/+13
2020-12-08TLS: Use EVP_PKEY_get_group_name() to get the group nameRichard Levitte3-18/+18
2020-12-08EVP: constify the EVP_PKEY_get_*_param() argument |pkey|Richard Levitte1-2/+0
2020-12-03tag unused function arguments as ossl_unusedPauli5-10/+16
2020-12-02Fix comment in do_dtls1_write()Benjamin Kaduk1-2/+2
2020-11-30Fix builds that specify both no-dh and no-ecMatt Caswell2-15/+4
2020-11-28Collapse two identical if statements into a single body.John Baldwin1-4/+0
2020-11-28Allow zero-byte writes to be reported as success.John Baldwin1-1/+9
2020-11-26Update copyright yearMatt Caswell9-9/+9
2020-11-24ERR: Rebuild all generated error headers and source filesRichard Levitte2-1/+29
2020-11-24Modify the ERR init functions to use the internal ERR string loadersRichard Levitte3-3/+25
2020-11-23Move some libssl global variables into SSL_CTXMatt Caswell4-48/+49
2020-11-20SSL: Change SSLerr() to ERR_raise()Richard Levitte2-3/+3
2020-11-18Deprecate RSA harderRichard Levitte7-174/+185
2020-11-18Return sensible values for some SSL ctrlsMatt Caswell1-6/+5
2020-11-18Only disabled what we need to in a no-dh buildMatt Caswell5-19/+11
2020-11-18Implement a replacement for SSL_set_tmp_dh()Matt Caswell4-36/+62
2020-11-18Disable the DHParameters config option in a no-deprecated buildMatt Caswell1-2/+3
2020-11-18Remove DH usage from tls_process_cke_dheMatt Caswell1-12/+1
2020-11-18Remove DH usage in tls_construct_server_key_exchange()Matt Caswell1-18/+22
2020-11-18Avoid the use of a DH object in tls_construct_cke_dhe()Matt Caswell1-21/+27
2020-11-18Deprecate SSL_CTRL_SET_TMP_DH and other related ctrlsMatt Caswell4-28/+31
2020-11-18Convert TLS ServerKeyExchange processing to use an EVP_PKEYMatt Caswell1-39/+33
2020-11-18Convert TLS auto DH parameters to use EVP_PKEYMatt Caswell3-26/+34
2020-11-11SSL: refactor all SSLfatal() callsRichard Levitte26-2179/+1054
2020-11-11SSL: refactor ossl_statem_fatal() and SSLfatal()Richard Levitte2-13/+16
2020-11-11Convert all {NAME}err() in ssl/ to their corresponding ERR_raise() callRichard Levitte27-370/+340
2020-11-02Adjust error reason for ssl_get_min_max_version() failureBenjamin Kaduk1-2/+2
2020-11-02Clear error queue entries from bad DLTS recordsBenjamin Kaduk1-0/+8
2020-10-29Unify ssl3_get_cipher_by_std_name() implementationBenjamin Kaduk1-13/+5
2020-10-26Ensure we raise SSLfatal on errorMatt Caswell1-1/+1
2020-10-22Rename EVP_MAC_size() to EVP_MAC_CTX_get_mac_size().Shane Lontis1-1/+1
2020-10-20Rename EVP_PKEY_set1_tls_encodedpoint to EVP_PKEY_set1_encoded_public_keyMatt Caswell4-14/+14
2020-10-16Pass an EVP_PKEY for SSL_SECOP_TMP_DH in the security callbackMatt Caswell1-1/+1
2020-10-16Concentrate deprecated libssl API usage in one fileMatt Caswell8-89/+179
2020-10-15Update copyright yearMatt Caswell1-1/+1