summaryrefslogtreecommitdiff
path: root/ssl/statem
Commit message (Expand)AuthorAgeFilesLines
* Remove references to read_mac_secret and write_mac_secretMatt Caswell2022-11-141-2/+0
* Remove remaining refs to enc_(write|read)_ctx/(read|write)_hashMatt Caswell2022-11-141-4/+14
* Fix CertificateCompressionAlgorithm to be read as 2-octet-wideAlexander Sosedkin2022-11-081-1/+1
* Assert that we do not exceed the DTLS MTUMatt Caswell2022-11-071-0/+11
* Add zlib oneshot compressionTodd Short2022-11-072-2/+2
* stack: Do not add error if pop/shift/value accesses outside of the stackTomas Mraz2022-10-211-1/+1
* Fix coverity 1516094 uninitTodd Short2022-10-211-1/+4
* Remove some redundant codeMatt Caswell2022-10-203-3/+3
* Remove the old buffer management codeMatt Caswell2022-10-202-10/+0
* Ensure the record layer is responsible for calculating record overheadsMatt Caswell2022-10-201-21/+5
* Convert dtls_write_records to use standard record layer functionsMatt Caswell2022-10-201-26/+21
* Add `for_comp` flag when retrieving certs for compressionTodd Short2022-10-187-39/+47
* Update COMP_METHODTodd Short2022-10-182-5/+5
* Add support for compressed certificates (RFC8879)Todd Short2022-10-188-9/+503
* Fix sctp compile errorsslontis2022-10-183-1/+7
* Ensure that the key share group is allowed for our protocol versionMatt Caswell2022-10-122-2/+15
* Use the configured max_send_fragment value in the write record layerMatt Caswell2022-10-121-4/+8
* Remove enc_write_stateMatt Caswell2022-10-122-12/+1
* Convert the TLSv1.3 crypto code to the new write record layerMatt Caswell2022-10-121-9/+16
* Partial revert and reimplement "Enable brainpool curves for TLS1.3"Matt Caswell2022-10-074-32/+4
* Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte2022-10-057-55/+52
* Test TLS extension orderingTodd Short2022-09-282-1/+20
* 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