summaryrefslogtreecommitdiff
path: root/ssl/statem
Commit message (Expand)AuthorAgeFilesLines
...
* Remove some use of SSL object from record layerMatt Caswell2022-08-182-0/+3
* Remove unneccesary KTLS code from non-KTLS specific filesMatt Caswell2022-08-183-15/+29
* Convert ssl3_get_record to tls_read_recordMatt Caswell2022-08-181-2/+1
* Check that IV length is not less than zeroDmitry Belyavskiy2022-08-011-0/+4
* SSL object refactoring using SSL_CONNECTION objectTomas Mraz2022-07-2811-1079/+1393
* Check for EVP_MD being NULL inside ssl.slontis2022-07-132-2/+8
* Use safe pattern for buffer size determining in case of GOST key exchangeDmitry Belyavskiy2022-05-241-6/+8
* Remove duplicated #include headersJHH202022-05-041-1/+0
* Update copyright yearMatt Caswell2022-05-039-9/+9
* Fix an assertion in the DTLS server codeBernd Edlinger2022-04-141-3/+3
* 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-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