summaryrefslogtreecommitdiffstats
path: root/ssl/statem (follow)
Commit message (Expand)AuthorAgeFilesLines
* tls_process_server_hello: Disallow repeated HRRTomas Mraz2022-03-301-0/+4
* ticket_lifetime_hint may exceed 1 week in TLSv1.3Todd Short2022-03-251-6/+15
* Replace handling of negative verification result with SSL_set_retry_verify()Tomas Mraz2022-03-141-3/+4
* Add back check for the DH public key sizeTomas Mraz2022-02-172-5/+5
* ssl: better support TSAN operationsPauli2022-01-193-10/+22
* ssl: replace ;; with ; as statement separatorPauli2022-01-181-1/+1
* Delete unused param about get_construct_message_fyangyangtiantianlonglong2022-01-094-6/+6
* Fix: some patches related to error exitingPeiwei Hu2022-01-071-1/+1
* fix the return check of EVP_PKEY_CTX_ctrl() in 5 spotsxkernel2022-01-072-5/+5
* properly free the resource from CRYPTO_mallocxkernel2022-01-061-2/+2
* Fix typosDimitris Apostolou2022-01-051-1/+1
* add OSSL_STACK_OF_X509_free() for commonly used patternDr. David von Oheimb2021-12-212-3/+3
* Fix invalid handling of verify errors in libsslMatt Caswell2021-12-141-1/+1
* No EtM for GOST ciphers in TLS 1.2Dmitry Belyavskiy2021-11-291-1/+5
* Enable brainpool curves for TLS1.3Bernd Edlinger2021-11-264-8/+35
* Fix a memory leak in tls_parse_stoc_key_shareBernd Edlinger2021-11-041-0/+1
* fix some code with obvious wrong coding stylex20182021-10-283-3/+3
* free the Post-Handshake Auth digest when there is an error saving the digestx20182021-10-271-0/+2
* New extensions can be sent in a certificate requestMatt Caswell2021-10-111-5/+6
* ssl: Correct filename in READMETianjia Zhang2021-09-271-1/+1
* Fix potential double-freeTodd Short2021-08-161-1/+1
* tls_process_{client,server}_certificate(): allow verify_callback return > 1Dr. David von Oheimb2021-07-212-8/+0
* 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-164-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-115-7/+11
* Fix the check for suitable groups and TLSv1.3Matt Caswell2021-03-081-1/+7