summaryrefslogtreecommitdiffstats
path: root/ssl (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove disabled TLS 1.3 ciphers from the SSL(_CTX)Benjamin Kaduk2021-02-241-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-102-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-081-1/+2
* replace 'unsigned const char' with 'const unsigned char'Thomas De Schampheleire2021-01-081-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-291-4/+0
* Allow zero-byte writes to be reported as success.John Baldwin2020-11-291-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