summaryrefslogtreecommitdiff
path: root/ssl
Commit message (Expand)AuthorAgeFilesLines
* TLS client: allow cert verify callback return -1 for SSL_ERROR_WANT_RETRY_VERIFYDr. David von Oheimb2021-01-263-30/+45
* Avoid using OSSL_PKEY_PARAM_GROUP_NAME when the key might be legacyTomas Mraz2021-01-263-53/+17
* Add EVP_PKEY functions to get EC conv form and field typeMatt Caswell2021-01-261-15/+9
* Deprecate EC_KEY + Update ec apps to use EVP_PKEYShane Lontis2021-01-264-41/+82
* Don't copy parameters on setting a key in libsslMatt Caswell2021-01-221-20/+3
* ktls: Initial support for ChaCha20-Poly1305Vadim Fedorenko2021-01-201-1/+20
* Rename EVP_CIPHER_CTX_get_iv and EVP_CIPHER_CTX_get_iv_state for clarityTomas Mraz2021-01-181-3/+3
* Update SERVER_HELLO_MAX_LENGTHMichael Baentsch2021-01-181-1/+4
* Add X509_NAME_hash_ex() to be able to check if it failed due to unsupported SHA1Dr. David von Oheimb2021-01-131-1/+2
* Clean away extraneous library specific FETCH_FAILED reason codesRichard Levitte2021-01-128-19/+27
* Fix for negative return value from `SSL_CTX_sess_accept()`anupamam132021-01-091-1/+2
* replace 'unsigned const char' with 'const unsigned char'Thomas De Schampheleire2021-01-091-3/+3
* Adding TLS group name retrievalMichael Baentsch2021-01-083-1/+20
* Ensure DTLS free functions can handle NULLMatt Caswell2021-01-082-4/+8
* Remove extra space.Otto Hollmann2021-01-071-1/+1
* Fixed error and return code.Otto Hollmann2021-01-071-8/+5
* Fix set_ciphersuites ignore unknown ciphers.Otto Hollmann2021-01-071-1/+4
* Drop OPENSSL_NO_RSA everywhereRichard Levitte2020-12-204-21/+0
* Modify is_tls13_capable() to take account of the servername cbMatt Caswell2020-12-091-2/+13
* TLS: Use EVP_PKEY_get_group_name() to get the group nameRichard Levitte2020-12-083-18/+18
* EVP: constify the EVP_PKEY_get_*_param() argument |pkey|Richard Levitte2020-12-081-2/+0
* tag unused function arguments as ossl_unusedPauli2020-12-035-10/+16
* Fix comment in do_dtls1_write()Benjamin Kaduk2020-12-021-2/+2
* Fix builds that specify both no-dh and no-ecMatt Caswell2020-11-302-15/+4
* Collapse two identical if statements into a single body.John Baldwin2020-11-281-4/+0
* Allow zero-byte writes to be reported as success.John Baldwin2020-11-281-1/+9
* Update copyright yearMatt Caswell2020-11-269-9/+9
* ERR: Rebuild all generated error headers and source filesRichard Levitte2020-11-242-1/+29
* Modify the ERR init functions to use the internal ERR string loadersRichard Levitte2020-11-243-3/+25
* Move some libssl global variables into SSL_CTXMatt Caswell2020-11-234-48/+49
* SSL: Change SSLerr() to ERR_raise()Richard Levitte2020-11-202-3/+3
* Deprecate RSA harderRichard Levitte2020-11-187-174/+185
* Return sensible values for some SSL ctrlsMatt Caswell2020-11-181-6/+5
* Only disabled what we need to in a no-dh buildMatt Caswell2020-11-185-19/+11
* Implement a replacement for SSL_set_tmp_dh()Matt Caswell2020-11-184-36/+62
* Disable the DHParameters config option in a no-deprecated buildMatt Caswell2020-11-181-2/+3
* Remove DH usage from tls_process_cke_dheMatt Caswell2020-11-181-12/+1
* Remove DH usage in tls_construct_server_key_exchange()Matt Caswell2020-11-181-18/+22
* Avoid the use of a DH object in tls_construct_cke_dhe()Matt Caswell2020-11-181-21/+27
* Deprecate SSL_CTRL_SET_TMP_DH and other related ctrlsMatt Caswell2020-11-184-28/+31
* Convert TLS ServerKeyExchange processing to use an EVP_PKEYMatt Caswell2020-11-181-39/+33
* Convert TLS auto DH parameters to use EVP_PKEYMatt Caswell2020-11-183-26/+34
* SSL: refactor all SSLfatal() callsRichard Levitte2020-11-1126-2179/+1054
* SSL: refactor ossl_statem_fatal() and SSLfatal()Richard Levitte2020-11-112-13/+16
* Convert all {NAME}err() in ssl/ to their corresponding ERR_raise() callRichard Levitte2020-11-1127-370/+340
* Adjust error reason for ssl_get_min_max_version() failureBenjamin Kaduk2020-11-021-2/+2
* Clear error queue entries from bad DLTS recordsBenjamin Kaduk2020-11-021-0/+8
* Unify ssl3_get_cipher_by_std_name() implementationBenjamin Kaduk2020-10-291-13/+5
* Ensure we raise SSLfatal on errorMatt Caswell2020-10-261-1/+1
* Rename EVP_MAC_size() to EVP_MAC_CTX_get_mac_size().Shane Lontis2020-10-221-1/+1