summaryrefslogtreecommitdiff
path: root/ssl/statem
Commit message (Expand)AuthorAgeFilesLines
* Avoid "excessive message size" for session ticketsMatt Caswell2021-07-062-1/+4
* ssl: fix indentationPauli2021-06-191-1/+1
* ssl: replace tabs with spacesPauli2021-06-191-1/+1
* Optimize session cache flushingTodd Short2021-06-102-7/+5
* tls: remove TODOsPauli2021-06-025-23/+7
* Rename all getters to use get/get0 in nameTomas Mraz2021-06-017-29/+32
* ssl: ass size_t to RAND_bytes_ex()Pauli2021-06-012-4/+5
* ssl: add zero strenght arguments to BN and RAND RNG callsPauli2021-05-292-7/+7
* Call SSLfatal when the generate_ticket_cb returns 0Todd Short2021-05-271-2/+3
* Use "" for include internal/xxxRich Salz2021-05-271-1/+1
* Cleanup the peer point formats on regotiationDmitry Belyavskiy2021-05-211-1/+11
* Add SSL_OP_ALLOW_CLIENT_RENEGOTIATIONRich Salz2021-05-171-1/+5
* Promote SSL_get_negotiated_group() for non-TLSv1.3Benjamin Kaduk2021-05-154-1/+31
* Don't send key_share for PSK-only key exchangeBenjamin Kaduk2021-05-121-0/+7
* Improve RFC 8446 PSK key exchange mode complianceBenjamin Kaduk2021-05-121-1/+18
* Use OCSP-specific error code for clarityDmitry Belyavskiy2021-05-011-1/+2
* 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