aboutsummaryrefslogtreecommitdiffstats
path: root/ssl/statem
Commit message (Expand)AuthorAgeFilesLines
* Move logic for figuring out the record version out of record layerMatt Caswell2022-09-233-11/+14
* Correctly handle a retransmitted ClientHelloMatt Caswell2022-09-221-10/+85
* Use an enum for the return value from a construction functionMatt Caswell2022-09-207-133/+162
* If a ticket key callback returns 0 in TLSv1.3 don't send a ticketMatt Caswell2022-09-202-22/+64
* stack.c: add missing direct error reporting and improve coding styleDr. David von Oheimb2022-09-161-1/+1
* ssl: modify libssl so that it uses OSSL_TIMEPauli2022-09-134-20/+23
* Cleanup EBCDIC string defintionsTodd Short2022-09-092-20/+10
* Coverity: misuses of time_tPauli2022-08-192-13/+11
* Remove redefinition of SSL_AD_NO_ALERTMatt Caswell2022-08-181-1/+0
* Remove some redundant codeMatt Caswell2022-08-181-1/+0
* Move some fields out of the SSL object and into the record layer objectMatt Caswell2022-08-185-17/+21
* Remove some remaining SSL object references from DTLS record layerMatt Caswell2022-08-181-4/+6
* Remove reliance on the SSL object from the DTLS read record layer codeMatt Caswell2022-08-181-2/+14
* Move some DTLS read code into the read record layerMatt Caswell2022-08-181-1/+1
* 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