summaryrefslogtreecommitdiffstats
path: root/util/mkrc.pl (unfollow)
Commit message (Expand)AuthorFilesLines
2022-09-23Modify test/quic_record_test.c to also depacketizeRichard Levitte1-61/+185
2022-09-23Implement packet type checks in the RX DepacketizerRichard Levitte1-1/+74
2022-09-23Extend the RX Depacketizer frame table with what packet types they are valid inRichard Levitte1-34/+44
2022-09-23Implement the RX DepacketizerRichard Levitte5-1/+905
2022-09-23Move the QUIC_CONNECTION typedef to internal headersRichard Levitte5-30/+92
2022-09-23Fix a record layer mem leakMatt Caswell1-2/+2
2022-09-23Restructure the write codeMatt Caswell9-186/+268
2022-09-23Remove some outstanding TODOsMatt Caswell1-14/+5
2022-09-23Ensure that prefix records use a small bufferMatt Caswell1-10/+38
2022-09-23Move the pipelining code into the record layerMatt Caswell2-43/+57
2022-09-23Resove some outstanding TODOsMatt Caswell1-13/+9
2022-09-23Re-enable the multiblock code and move it into the record layerMatt Caswell4-189/+220
2022-09-23Make sure we call get_max_records() in the record layer codeMatt Caswell4-22/+30
2022-09-23Convert the write record layer to supply proper return valuesMatt Caswell5-67/+88
2022-09-23Remove some miscellaneous references to SSL_CONNECTIONMatt Caswell1-3/+3
2022-09-23Move the record block_padding capability fully into the record layerMatt Caswell9-33/+49
2022-09-23Move the record padding callback fully into the record layerMatt Caswell4-7/+44
2022-09-23Remove use of SSL_CONNECTION_TREAT_AS_TLS13() from the record layerMatt Caswell1-5/+5
2022-09-23Move need_empty_fragments inside the record layerMatt Caswell5-36/+20
2022-09-23Remove empty_fragment_doneMatt Caswell2-10/+0
2022-09-23Move logic for figuring out the record version out of record layerMatt Caswell8-26/+54
2022-09-23Move numwpipes in the write record layerMatt Caswell4-21/+18
2022-09-23Move write buffer management into the write record layerMatt Caswell6-43/+139
2022-09-23Replace references to s->wbio with rl->bioMatt Caswell5-34/+46
2022-09-23Use the record layer msg_callback not the SSL object msg_callbackMatt Caswell1-6/+5
2022-09-23Move checking for alerts to dispatch out of the record layerMatt Caswell2-11/+11
2022-09-23Create the write record layer method and object and use itMatt Caswell12-665/+710
2022-09-23Move initial TLS write record layer code into new structureMatt Caswell9-240/+346
2022-09-23test: Fix memory leak of asynctestTianjia Zhang1-0/+1
2022-09-23Maximum return value of BIO_ctrl_(w)pending is SIZE_MAXTomas Mraz1-0/+9
2022-09-23Fix error return values from BIO_ctrl_(w)pending()Tomas Mraz2-3/+16