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
*
Remove references to read_mac_secret and write_mac_secret
Matt Caswell
2022-11-14
2
-6
/
+0
*
Remove the read_iv/write_iv fields from SSL_CONNECTION
Matt Caswell
2022-11-14
2
-15
/
+3
*
Remove compress/expand fields from SSL_CONNECTION
Matt Caswell
2022-11-14
2
-39
/
+27
*
Remove remaining refs to enc_(write|read)_ctx/(read|write)_hash
Matt Caswell
2022-11-14
5
-49
/
+19
*
use OSSL_PARAM_construct_uint32 for max_early_data
J.W. Jagersma
2022-11-14
1
-2
/
+2
*
Cast values to match printf format strings.
J.W. Jagersma
2022-11-14
3
-7
/
+12
*
Fix CertificateCompressionAlgorithm to be read as 2-octet-wide
Alexander Sosedkin
2022-11-08
1
-1
/
+1
*
QUIC CFQ Fixes
Hugo Landau
2022-11-07
2
-12
/
+16
*
QUIC FIFD
Hugo Landau
2022-11-07
4
-2
/
+220
*
QUIC TXPIM
Hugo Landau
2022-11-07
2
-1
/
+218
*
QUIC CFQ
Hugo Landau
2022-11-07
2
-0
/
+340
*
Use the same encryption growth macro consistently
Matt Caswell
2022-11-07
1
-11
/
+10
*
Assert that we do not exceed the DTLS MTU
Matt Caswell
2022-11-07
1
-0
/
+11
*
Fix dtls_get_max_record_overhead()
Matt Caswell
2022-11-07
5
-24
/
+43
*
Fix the ceiling on how much encryption growth we can have
Matt Caswell
2022-11-07
1
-8
/
+12
*
Add zlib oneshot compression
Todd Short
2022-11-07
3
-3
/
+3
*
Fix coverity 1516093 tainted scalar
Todd Short
2022-11-02
1
-1
/
+2
*
Fix read pipelining
Matt Caswell
2022-11-02
1
-20
/
+8
*
Pipeline output/input buf arrays must live until the EVP_Cipher is called
Matt Caswell
2022-11-02
1
-2
/
+1
*
Add a test for TLS pipelining
Matt Caswell
2022-11-02
1
-4
/
+0
*
Remove some unused OSSL_RECORD_METHOD functions
Matt Caswell
2022-10-27
5
-28
/
+0
*
Make SSL_alloc_buffers() and SSL_free_buffers() work again
Matt Caswell
2022-10-27
8
-19
/
+108
*
ssl_cipher_process_rulestr: don't read outside rule_str buffer
Todd C. Miller
2022-10-26
1
-3
/
+1
*
Fix 32-bit Windows issues related to QUIC Wire functions
Richard Levitte
2022-10-25
2
-17
/
+22
*
Fix 32-bit Windows issues related to QUIC_STREAM
Richard Levitte
2022-10-25
1
-3
/
+3
*
Fix 32-bit Windows issues related to QUIC_ACKM / QUIC_CC
Richard Levitte
2022-10-25
4
-16
/
+27
*
Fix definitions of SHUT_RD and SHUT_WR
Richard Levitte
2022-10-25
1
-0
/
+1
*
Fix test_tls13_encryption()
Matt Caswell
2022-10-25
1
-0
/
+3
*
Fix coverity 1516101 deadcode
Daniel Fiala
2022-10-24
1
-1
/
+3
*
stack: Do not add error if pop/shift/value accesses outside of the stack
Tomas Mraz
2022-10-21
2
-3
/
+2
*
Fix coverity 1516094 uninit
Todd Short
2022-10-21
1
-1
/
+4
*
Fix coverity 1516093 tainted scalar
Todd Short
2022-10-21
1
-2
/
+5
*
Move freeing of BIOs as late as possible
Matt Caswell
2022-10-20
1
-5
/
+11
*
Remove some redundant code
Matt Caswell
2022-10-20
20
-689
/
+37
*
Remove the old buffer management code
Matt Caswell
2022-10-20
14
-174
/
+35
*
Remove some TODO(RECLAYER) comments now that DTLS has been moved
Matt Caswell
2022-10-20
3
-140
/
+8
*
Remove dtls_write_records
Matt Caswell
2022-10-20
4
-104
/
+2
*
Move sequence increment to post encryption processing
Matt Caswell
2022-10-20
4
-7
/
+22
*
Remove supurious set of the record type
Matt Caswell
2022-10-20
1
-7
/
+0
*
Consolidate sequence counter incrementing code
Matt Caswell
2022-10-20
9
-41
/
+43
*
Ensure the record layer is responsible for calculating record overheads
Matt Caswell
2022-10-20
5
-24
/
+46
*
Convert dtls_write_records to use standard record layer functions
Matt Caswell
2022-10-20
8
-164
/
+120
*
Start using WPACKET in the dtls write records code
Matt Caswell
2022-10-20
3
-9
/
+24
*
Use common tls_write_records() even for DTLS
Matt Caswell
2022-10-20
4
-94
/
+18
*
Convert dtls_write_records() to return the correct return values
Matt Caswell
2022-10-20
2
-32
/
+27
*
Use record layer buffers for DTLS rather than the buffers in s->rlayer
Matt Caswell
2022-10-20
3
-22
/
+43
*
Move dlts_write_records() function in the record layer
Matt Caswell
2022-10-20
2
-247
/
+249
*
Create a dlts_write_records() function
Matt Caswell
2022-10-20
1
-55
/
+76
*
Remove create_empty_fragment from do_dtls1_write()
Matt Caswell
2022-10-20
3
-14
/
+5
*
Add `for_comp` flag when retrieving certs for compression
Todd Short
2022-10-18
9
-56
/
+51
[next]