aboutsummaryrefslogtreecommitdiffstats
path: root/ssl
Commit message (Expand)AuthorAgeFilesLines
* Always check CRYPTO_LOCK_{read,write}_lockRich Salz2021-03-142-13/+29
* ssl: fix format specifier for size_t argument to BIO_printfPauli2021-03-131-1/+1
* ssl: support params arguments to init functionsPauli2021-03-127-10/+15
* Increase the upper limit on group name lengthAnthony Hu2021-03-111-2/+2
* Reword repeated words.Shane Lontis2021-03-091-1/+1
* Fix the check for suitable groups and TLSv1.3Matt Caswell2021-03-081-1/+7
* Fix NULL access in ssl_build_cert_chain() when ctx is NULL.Shane Lontis2021-03-031-1/+1
* statem_lib.c: Remove TODOs that are unnecessaryTomas Mraz2021-03-031-8/+0
* tls: adjust for extra argument to KDF derive callPauli2021-02-282-6/+3
* tls: updates for the new additional MAC_init argumentsPauli2021-02-282-16/+9
* Remove disabled TLS 1.3 ciphers from the SSL(_CTX)Benjamin Kaduk2021-02-231-1/+4
* Update copyright yearMatt Caswell2021-02-188-8/+8
* Rename OSSL_ENCODER_CTX_new_by_EVP_PKEY and OSSL_DECODER_CTX_new_by_EVP_PKEYTomas Mraz2021-02-171-3/+3
* Implement EVP_PKEY_param_check_quick() and use it in libsslMatt Caswell2021-02-151-1/+7
* tls_valid_group: Add missing dereference of okfortls13Tomas Mraz2021-02-121-1/+1
* Use ERR_R_*_LIB instead of ERR_LIB_* as reason code for sub-librariesRichard Levitte2021-02-121-2/+2
* Deprecate the libssl level SRP APIsMatt Caswell2021-02-126-13/+78
* Deprecate the low level SRP APIsMatt Caswell2021-02-121-0/+3
* Remove unused 'peer_type' from SSL_SESSIONBenjamin Kaduk2021-02-092-2/+0
* Simplify the EVP_PKEY_XXX_fromdata_XX methods.Shane Lontis2021-02-082-4/+5
* Remove all OPENSSL_NO_XXX from libssl where XXX is a crypto algMatt Caswell2021-02-055-29/+5
* Remove OPENSSL_NO_EC guards from libsslMatt Caswell2021-02-0517-167/+20
* Make sure we don't use sigalgs that are not availableMatt Caswell2021-02-051-3/+10
* Add the nist group names as aliases for the normal TLS group namesMatt Caswell2021-02-052-5/+1
* Remove compile time guard checking from ssl3_get_req_cert_typeMatt Caswell2021-02-051-9/+4
* Check for availability of ciphersuites at run timeMatt Caswell2021-02-051-10/+29
* Make supported_groups code independent of EC and DHMatt Caswell2021-02-056-20/+44
* Ensure default supported groups works even with no-ec and no-dhMatt Caswell2021-02-056-26/+33
* Remove OPENSSL_NO_DH guards from libsslMatt Caswell2021-02-058-67/+40
* Remove some TODO(OpenSSL1.2) referencesMatt Caswell2021-02-042-2/+4
* Update copyright yearRichard Levitte2021-01-2821-21/+21
* 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