index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ssl
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Cleanup EBCDIC string defintions
Todd Short
2022-09-09
3
-79
/
+42
*
Coverity 1513478: negative return
Pauli
2022-09-06
1
-2
/
+8
*
TX key update support, RX time and PN reporting, general refactoring
Hugo Landau
2022-09-02
6
-261
/
+713
*
QUIC Record Layer (Refactor and TX Side)
Hugo Landau
2022-09-02
7
-470
/
+1588
*
QUIC Demuxer and Record Layer (RX Side)
Hugo Landau
2022-09-02
8
-24
/
+2701
*
Remove unused dtls1_bitmap.c
Tomas Mraz
2022-09-01
1
-78
/
+0
*
Fix memory leak with TLS1.2 compression
Juergen Christ
2022-08-31
1
-0
/
+2
*
Tolerate a bad record version in TLSv1.3 plaintext records
Matt Caswell
2022-08-29
1
-8
/
+2
*
Convert serverinfo in SSL_CTX_use_serverinfo() to v2.
Daniel Fiala
2022-08-26
1
-21
/
+60
*
Updates for OSSL_TIME changes
Hugo Landau
2022-08-24
2
-30
/
+31
*
QUIC ACK Manager, Statistics Manager and Congestion Control API
Hugo Landau
2022-08-24
4
-1
/
+2208
*
Fix the return type for the rlayer_skip_early_data callback
Matt Caswell
2022-08-23
1
-1
/
+1
*
rl->enc_ctx must be non-NULL and cipher must be set
Tomas Mraz
2022-08-23
1
-4
/
+2
*
Do not use RLAYERfatal on NULL RLAYER
Tomas Mraz
2022-08-23
2
-15
/
+9
*
Coverity: misuses of time_t
Pauli
2022-08-19
2
-13
/
+11
*
Check record layer callbacks are non-null
Matt Caswell
2022-08-18
2
-8
/
+15
*
Formatting cleanups
Matt Caswell
2022-08-18
9
-165
/
+154
*
Remove redefinition of macros
Matt Caswell
2022-08-18
1
-21
/
+0
*
Remove redefinition of SSL_AD_NO_ALERT
Matt Caswell
2022-08-18
3
-3
/
+1
*
Ensure the rrl object is set to NULL after it is freed
Matt Caswell
2022-08-18
1
-0
/
+1
*
Rename some functions to be more consistent
Matt Caswell
2022-08-18
3
-12
/
+11
*
Rename DTLS1_BITMAP to DTLS_BITMAP
Matt Caswell
2022-08-18
3
-17
/
+17
*
Remove ssl/record/README.md
Matt Caswell
2022-08-18
1
-73
/
+0
*
Standardise type for epoch
Matt Caswell
2022-08-18
7
-11
/
+11
*
Remove the SSL3_RECORD read field
Matt Caswell
2022-08-18
3
-20
/
+1
*
Clean up some SCTP releated issues
Matt Caswell
2022-08-18
6
-23
/
+21
*
Ensure various record layer options can be updated
Matt Caswell
2022-08-18
6
-42
/
+93
*
Remove some redundant code
Matt Caswell
2022-08-18
9
-266
/
+80
*
Update the tls13encryptiontest for new read record layer
Matt Caswell
2022-08-18
1
-41
/
+54
*
Implement a human readable state function for the record layer
Matt Caswell
2022-08-18
7
-28
/
+49
*
Correct some formatting errors in tls1_meth.c
Matt Caswell
2022-08-18
1
-22
/
+17
*
Move SSL_MODE_RELEASE_BUFFERS into the read record layer
Matt Caswell
2022-08-18
2
-8
/
+6
*
Remove a redundant TODO
Matt Caswell
2022-08-18
1
-4
/
+0
*
Cleanse the SSLv3 MAC secret when we clean up the read record layer
Matt Caswell
2022-08-18
1
-1
/
+3
*
Move some fields out of the SSL object and into the record layer object
Matt Caswell
2022-08-18
11
-83
/
+96
*
Remove an unnecessary setup of the read buffer
Matt Caswell
2022-08-18
1
-12
/
+0
*
Clear away some unused fields and cruft in the record layer
Matt Caswell
2022-08-18
6
-73
/
+12
*
Remove some references to rlayer.rstate
Matt Caswell
2022-08-18
3
-11
/
+11
*
Ensure we use a dgram mem BIO for the DTLS record layer
Matt Caswell
2022-08-18
1
-1
/
+4
*
Remove some more redundant TODO(RECLAYER) comments
Matt Caswell
2022-08-18
3
-12
/
+0
*
Resolve a TODO(RECLAYER) in the SSLv3 code
Matt Caswell
2022-08-18
1
-112
/
+43
*
Remove some TODO(RECLAYER) comments
Matt Caswell
2022-08-18
12
-31
/
+7
*
Remove some unnecessary function pointers from OSSL_RECORD_METHOD
Matt Caswell
2022-08-18
13
-226
/
+72
*
Standardise some DTLS record layer naming
Matt Caswell
2022-08-18
1
-12
/
+11
*
Remove some remaining SSL object references from DTLS record layer
Matt Caswell
2022-08-18
8
-28
/
+42
*
Push unprocessed DTLS records from one record layer object to next
Matt Caswell
2022-08-18
1
-97
/
+27
*
Remove reliance on the SSL object from the DTLS read record layer code
Matt Caswell
2022-08-18
13
-230
/
+261
*
Move some DTLS read code into the read record layer
Matt Caswell
2022-08-18
18
-892
/
+1022
*
Remove some final references to the SSL object in the record layer
Matt Caswell
2022-08-18
13
-232
/
+168
*
Remove the separation betweeen enc_read_ctx and enc_write_ctx
Matt Caswell
2022-08-18
5
-85
/
+52
[next]