summaryrefslogtreecommitdiffstats
path: root/ssl
AgeCommit message (Expand)Author
2021-02-12tls_valid_group: Add missing dereference of okfortls13Tomas Mraz
2021-02-12Use ERR_R_*_LIB instead of ERR_LIB_* as reason code for sub-librariesRichard Levitte
2021-02-12Deprecate the libssl level SRP APIsMatt Caswell
2021-02-12Deprecate the low level SRP APIsMatt Caswell
2021-02-09Remove unused 'peer_type' from SSL_SESSIONBenjamin Kaduk
2021-02-08Simplify the EVP_PKEY_XXX_fromdata_XX methods.Shane Lontis
2021-02-05Remove all OPENSSL_NO_XXX from libssl where XXX is a crypto algMatt Caswell
2021-02-05Remove OPENSSL_NO_EC guards from libsslMatt Caswell
2021-02-05Make sure we don't use sigalgs that are not availableMatt Caswell
2021-02-05Add the nist group names as aliases for the normal TLS group namesMatt Caswell
2021-02-05Remove compile time guard checking from ssl3_get_req_cert_typeMatt Caswell
2021-02-05Check for availability of ciphersuites at run timeMatt Caswell
2021-02-05Make supported_groups code independent of EC and DHMatt Caswell
2021-02-05Ensure default supported groups works even with no-ec and no-dhMatt Caswell
2021-02-05Remove OPENSSL_NO_DH guards from libsslMatt Caswell
2021-02-04Remove some TODO(OpenSSL1.2) referencesMatt Caswell
2021-01-28Update copyright yearRichard Levitte
2021-01-26TLS client: allow cert verify callback return -1 for SSL_ERROR_WANT_RETRY_VERIFYDr. David von Oheimb
2021-01-26Avoid using OSSL_PKEY_PARAM_GROUP_NAME when the key might be legacyTomas Mraz
2021-01-26Add EVP_PKEY functions to get EC conv form and field typeMatt Caswell
2021-01-26Deprecate EC_KEY + Update ec apps to use EVP_PKEYShane Lontis
2021-01-22Don't copy parameters on setting a key in libsslMatt Caswell
2021-01-20ktls: Initial support for ChaCha20-Poly1305Vadim Fedorenko
2021-01-18Rename EVP_CIPHER_CTX_get_iv and EVP_CIPHER_CTX_get_iv_state for clarityTomas Mraz
2021-01-18Update SERVER_HELLO_MAX_LENGTHMichael Baentsch
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