index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
util
/
mkrc.pl
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2022-09-23
Modify test/quic_record_test.c to also depacketize
Richard Levitte
1
-61
/
+185
2022-09-23
Implement packet type checks in the RX Depacketizer
Richard Levitte
1
-1
/
+74
2022-09-23
Extend the RX Depacketizer frame table with what packet types they are valid in
Richard Levitte
1
-34
/
+44
2022-09-23
Implement the RX Depacketizer
Richard Levitte
5
-1
/
+905
2022-09-23
Move the QUIC_CONNECTION typedef to internal headers
Richard Levitte
5
-30
/
+92
2022-09-23
Fix a record layer mem leak
Matt Caswell
1
-2
/
+2
2022-09-23
Restructure the write code
Matt Caswell
9
-186
/
+268
2022-09-23
Remove some outstanding TODOs
Matt Caswell
1
-14
/
+5
2022-09-23
Ensure that prefix records use a small buffer
Matt Caswell
1
-10
/
+38
2022-09-23
Move the pipelining code into the record layer
Matt Caswell
2
-43
/
+57
2022-09-23
Resove some outstanding TODOs
Matt Caswell
1
-13
/
+9
2022-09-23
Re-enable the multiblock code and move it into the record layer
Matt Caswell
4
-189
/
+220
2022-09-23
Make sure we call get_max_records() in the record layer code
Matt Caswell
4
-22
/
+30
2022-09-23
Convert the write record layer to supply proper return values
Matt Caswell
5
-67
/
+88
2022-09-23
Remove some miscellaneous references to SSL_CONNECTION
Matt Caswell
1
-3
/
+3
2022-09-23
Move the record block_padding capability fully into the record layer
Matt Caswell
9
-33
/
+49
2022-09-23
Move the record padding callback fully into the record layer
Matt Caswell
4
-7
/
+44
2022-09-23
Remove use of SSL_CONNECTION_TREAT_AS_TLS13() from the record layer
Matt Caswell
1
-5
/
+5
2022-09-23
Move need_empty_fragments inside the record layer
Matt Caswell
5
-36
/
+20
2022-09-23
Remove empty_fragment_done
Matt Caswell
2
-10
/
+0
2022-09-23
Move logic for figuring out the record version out of record layer
Matt Caswell
8
-26
/
+54
2022-09-23
Move numwpipes in the write record layer
Matt Caswell
4
-21
/
+18
2022-09-23
Move write buffer management into the write record layer
Matt Caswell
6
-43
/
+139
2022-09-23
Replace references to s->wbio with rl->bio
Matt Caswell
5
-34
/
+46
2022-09-23
Use the record layer msg_callback not the SSL object msg_callback
Matt Caswell
1
-6
/
+5
2022-09-23
Move checking for alerts to dispatch out of the record layer
Matt Caswell
2
-11
/
+11
2022-09-23
Create the write record layer method and object and use it
Matt Caswell
12
-665
/
+710
2022-09-23
Move initial TLS write record layer code into new structure
Matt Caswell
9
-240
/
+346
2022-09-23
test: Fix memory leak of asynctest
Tianjia Zhang
1
-0
/
+1
2022-09-23
Maximum return value of BIO_ctrl_(w)pending is SIZE_MAX
Tomas Mraz
1
-0
/
+9
2022-09-23
Fix error return values from BIO_ctrl_(w)pending()
Tomas Mraz
2
-3
/
+16