aboutsummaryrefslogtreecommitdiffstats
path: root/ssl
Commit message (Expand)AuthorAgeFilesLines
* Move the SSLv3 crypto code into the new record layerMatt Caswell2022-10-056-244/+25
* Enable the ability to query the COMP_METHOD being used in the record layerMatt Caswell2022-10-0511-22/+44
* Convert the TLSv1.0/1.1/1.2 crypto code to use the new write record layerMatt Caswell2022-10-057-99/+184
* QUIC Send Stream ManagementHugo Landau2022-10-055-386/+954
* Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte2022-10-0528-291/+234
* Test TLS extension orderingTodd Short2022-09-282-1/+20
* tls_write_records_default(): Remove unused variableTomas Mraz2022-09-271-3/+1
* ssl_log_secret call in tls13_key_updatevisbjn2022-09-272-0/+10
* QUIC Flow ControlHugo Landau2022-09-262-1/+373
* Implement packet type checks in the RX DepacketizerRichard Levitte2022-09-231-1/+74
* Implement the RX DepacketizerRichard Levitte2022-09-234-1/+887
* Move the QUIC_CONNECTION typedef to internal headersRichard Levitte2022-09-233-29/+44
* Fix a record layer mem leakMatt Caswell2022-09-231-2/+2
* Restructure the write codeMatt Caswell2022-09-239-186/+268
* Remove some outstanding TODOsMatt Caswell2022-09-231-14/+5
* Ensure that prefix records use a small bufferMatt Caswell2022-09-231-10/+38
* Move the pipelining code into the record layerMatt Caswell2022-09-232-43/+57
* Resove some outstanding TODOsMatt Caswell2022-09-231-13/+9
* Re-enable the multiblock code and move it into the record layerMatt Caswell2022-09-234-189/+220
* Make sure we call get_max_records() in the record layer codeMatt Caswell2022-09-234-22/+30
* Convert the write record layer to supply proper return valuesMatt Caswell2022-09-235-67/+88
* Remove some miscellaneous references to SSL_CONNECTIONMatt Caswell2022-09-231-3/+3
* Move the record block_padding capability fully into the record layerMatt Caswell2022-09-238-33/+48
* Move the record padding callback fully into the record layerMatt Caswell2022-09-234-7/+44
* Remove use of SSL_CONNECTION_TREAT_AS_TLS13() from the record layerMatt Caswell2022-09-231-5/+5
* Move need_empty_fragments inside the record layerMatt Caswell2022-09-235-36/+20
* Remove empty_fragment_doneMatt Caswell2022-09-232-10/+0
* Move logic for figuring out the record version out of record layerMatt Caswell2022-09-238-26/+54
* Move numwpipes in the write record layerMatt Caswell2022-09-234-21/+18
* Move write buffer management into the write record layerMatt Caswell2022-09-236-43/+139
* Replace references to s->wbio with rl->bioMatt Caswell2022-09-235-34/+46
* Use the record layer msg_callback not the SSL object msg_callbackMatt Caswell2022-09-231-6/+5
* Move checking for alerts to dispatch out of the record layerMatt Caswell2022-09-232-11/+11
* Create the write record layer method and object and use itMatt Caswell2022-09-2312-665/+710
* Move initial TLS write record layer code into new structureMatt Caswell2022-09-239-240/+346
* Correctly handle a retransmitted ClientHelloMatt Caswell2022-09-221-10/+85
* Add deferred datagram limit to QUIC Record Layer RXHugo Landau2022-09-221-3/+21
* 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-163-3/+5
* QUIC QRL: Fix bug in Handshake packet processingHugo Landau2022-09-131-7/+7
* time: move OSSL_TIME to libcryptoPauli2022-09-132-50/+3
* Avoid struct timeval in QUIC codePauli2022-09-132-5/+4
* ssl: modify libssl so that it uses OSSL_TIMEPauli2022-09-1314-135/+105
* time: add some additional utilities and document everythingPauli2022-09-131-3/+2
* Cleanup EBCDIC string defintionsTodd Short2022-09-093-79/+42
* Coverity 1513478: negative returnPauli2022-09-061-2/+8
* TX key update support, RX time and PN reporting, general refactoringHugo Landau2022-09-026-261/+713
* QUIC Record Layer (Refactor and TX Side)Hugo Landau2022-09-027-470/+1588
* QUIC Demuxer and Record Layer (RX Side)Hugo Landau2022-09-028-24/+2701