aboutsummaryrefslogtreecommitdiffstats
path: root/ssl/statem
Commit message (Expand)AuthorAgeFilesLines
* Defer Finished MAC handling until after state transitionMatt Caswell2021-04-283-23/+50
* Update copyright yearMatt Caswell2021-04-221-1/+1
* Add "origin" field to EVP_CIPHER, EVP_MDRich Salz2021-04-181-1/+1
* Replace OSSL_PARAM_BLD_free_params() with OSSL_PARAM_free().Shane Lontis2021-04-121-1/+1
* Fix typo in statem_clnt.cNan Xiao2021-04-091-1/+1
* Corrected missing definitions from NonStop SPT build.Randall S. Becker2021-04-012-0/+10
* Ensure buffer/length pairs are always in syncMatt Caswell2021-03-254-6/+30
* ssl sigalg extension: fix NULL pointer dereferencePeter Kaestle2021-03-251-0/+1
* ssl: fix coverity 1451515: out of bounds memory accessPauli2021-03-181-0/+1
* Add ossl_gost symbolsShane Lontis2021-03-183-8/+8
* ssl: support params arguments to init functionsPauli2021-03-125-7/+11
* Fix the check for suitable groups and TLSv1.3Matt Caswell2021-03-081-1/+7
* statem_lib.c: Remove TODOs that are unnecessaryTomas Mraz2021-03-031-8/+0
* Update copyright yearMatt Caswell2021-02-184-4/+4
* Implement EVP_PKEY_param_check_quick() and use it in libsslMatt Caswell2021-02-151-1/+7
* Deprecate the libssl level SRP APIsMatt Caswell2021-02-122-2/+2
* Remove unused 'peer_type' from SSL_SESSIONBenjamin Kaduk2021-02-091-1/+0
* Simplify the EVP_PKEY_XXX_fromdata_XX methods.Shane Lontis2021-02-081-2/+2
* Remove OPENSSL_NO_EC guards from libsslMatt Caswell2021-02-058-64/+2
* Make supported_groups code independent of EC and DHMatt Caswell2021-02-052-12/+20
* Ensure default supported groups works even with no-ec and no-dhMatt Caswell2021-02-053-10/+0
* Remove OPENSSL_NO_DH guards from libsslMatt Caswell2021-02-052-10/+3
* Update copyright yearRichard Levitte2021-01-286-6/+6
* TLS client: allow cert verify callback return -1 for SSL_ERROR_WANT_RETRY_VERIFYDr. David von Oheimb2021-01-262-30/+43
* Update SERVER_HELLO_MAX_LENGTHMichael Baentsch2021-01-181-1/+4
* Clean away extraneous library specific FETCH_FAILED reason codesRichard Levitte2021-01-124-10/+19
* Fix for negative return value from `SSL_CTX_sess_accept()`anupamam132021-01-091-1/+2
* Drop OPENSSL_NO_RSA everywhereRichard Levitte2020-12-202-13/+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-081-3/+1
* tag unused function arguments as ossl_unusedPauli2020-12-034-9/+15
* Update copyright yearMatt Caswell2020-11-263-3/+3
* Deprecate RSA harderRichard Levitte2020-11-183-1/+4
* Only disabled what we need to in a no-dh buildMatt Caswell2020-11-181-5/+1
* 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-181-2/+3
* 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-181-5/+2
* SSL: refactor all SSLfatal() callsRichard Levitte2020-11-119-1627/+761
* 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-114-10/+9
* Adjust error reason for ssl_get_min_max_version() failureBenjamin Kaduk2020-11-021-2/+2
* Ensure we raise SSLfatal on errorMatt Caswell2020-10-261-1/+1
* Rename EVP_PKEY_set1_tls_encodedpoint to EVP_PKEY_set1_encoded_public_keyMatt Caswell2020-10-204-14/+14
* Pass an EVP_PKEY for SSL_SECOP_TMP_DH in the security callbackMatt Caswell2020-10-161-1/+1
* Concentrate deprecated libssl API usage in one fileMatt Caswell2020-10-161-6/+1
* Update copyright yearMatt Caswell2020-10-151-1/+1
* [ssl] Support ssl_encapsulate on server sideNicola Tuveri2020-10-141-25/+81