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
*
set_client_ciphersuite(): Fix for potential UB if session->cipher is NULL
Alexey Fofanov
2023-11-13
1
-0
/
+4
*
Fix a possible memory leak of ssl->s3.tmp.psk
Bernd Edlinger
2023-11-09
1
-0
/
+4
*
After a stream has implicit length don't add more stream related frames
Matt Caswell
2023-11-09
1
-0
/
+1
*
QUIC TXP: Handle padding correctly for ACK_ONLY archetype
Hugo Landau
2023-11-08
1
-14
/
+32
*
QUIC TXP: Fix use of implicit-length STREAM frames in presence of PATH_REPSON...
Hugo Landau
2023-11-08
1
-26
/
+14
*
Fix bug in priority queue remove function
Pauli
2023-11-08
1
-1
/
+7
*
Fix a possible memory leak in custom_ext_add
Bernd Edlinger
2023-11-08
1
-0
/
+6
*
Correctly track the original length when generating a stream frame
Matt Caswell
2023-11-06
1
-3
/
+5
*
ossl_quic_new(): Avoid dereferencing NULL qc during cleanup
Tomas Mraz
2023-11-06
1
-1
/
+1
*
ossl_qrl_enc_level_set_provide_secret(): Avoid leaking keyslot in error condi...
Tomas Mraz
2023-11-06
1
-4
/
+4
*
TLS: Fix use of an uninitialized value
Hugo Landau
2023-11-02
1
-1
/
+1
*
QUIC WIRE: Refuse integer transport params with trailing body bytes
Hugo Landau
2023-11-02
1
-0
/
+3
*
QUIC CHANNEL: Set reason string for missing tparams extension
Hugo Landau
2023-11-02
1
-1
/
+3
*
ossl_quic_new(): Fix a leak found by error injection
Tomas Mraz
2023-11-02
1
-11
/
+10
*
QUIC SSTREAM: Fix bug in ossl_quic_sstream_is_totally_acked
Hugo Landau
2023-11-02
1
-2
/
+7
*
Fix a possible memory leak in load_builtin_compressions
Bernd Edlinger
2023-11-02
1
-1
/
+2
*
Don't create an ack frame if one isn't wanted for this pn_space
Matt Caswell
2023-11-01
1
-1
/
+1
*
QUIC APL: Optimise write buffer sizes automatically
Hugo Landau
2023-11-01
1
-7
/
+56
*
QUIC TXP: Fix drainage calculation
Hugo Landau
2023-11-01
1
-17
/
+6
*
Check for NULL when freeing the QUIC_TLS object
Matt Caswell
2023-10-31
1
-0
/
+2
*
QUIC CHANNEL: Make ping deadline and idle deadline calculation consistent
Hugo Landau
2023-10-30
1
-29
/
+41
*
If the loss detection timer has fired we may not have lost packets
Matt Caswell
2023-10-30
1
-2
/
+2
*
Accept longer context for TLS 1.2 exporters
Daiki Ueno
2023-10-26
1
-0
/
+9
*
ssl_lib: added pointer SSL_CONNECTION check to NULL before dereferencing it i...
atishkov
2023-10-26
1
-6
/
+2
*
ssl_lib: added pointer SSL and SSL_CONNECTION check to NULL before dereferenc...
atishkov
2023-10-26
1
-1
/
+1
*
ssl_lib: added pointer SSL and SSL_CONNECTION check to NULL before dereferenc...
atishkov
2023-10-26
1
-2
/
+6
*
ssl_lib: added pointer SSL_CONNECTION check to NULL before dereferencing it i...
atishkov
2023-10-26
1
-0
/
+3
*
QUIC CHANNEL: Handle ping deadlines differently
Hugo Landau
2023-10-25
1
-0
/
+9
*
QUIC CHANNEL: Tweak crypto buffer sizes
Hugo Landau
2023-10-25
1
-5
/
+6
*
QUIC CHANNEL: Correct timeout calculation for ACKs
Hugo Landau
2023-10-25
1
-16
/
+14
*
QUIC TLS: Ensure QUIC_TLS is ticked between each processed RX packet
Hugo Landau
2023-10-25
3
-29
/
+46
*
QUIC APL: Add support for querying frame type causing closure
Hugo Landau
2023-10-25
1
-0
/
+1
*
Make sure we remember how much data we sent in the event of a retry
Matt Caswell
2023-10-24
1
-1
/
+4
*
When requeueing deferred URXEs retain the order
Matt Caswell
2023-10-24
1
-1
/
+1
*
If an error occurs constructing the quic record layer, free it properly
Matt Caswell
2023-10-23
1
-1
/
+2
*
Fix a use-after-free in qrx_proces_pkt
Matt Caswell
2023-10-23
1
-4
/
+13
*
Ignore a bad signature in a CertificateVerify message while fuzzing
Matt Caswell
2023-10-23
1
-0
/
+5
*
Don't fail on a bad dcid in the tranport params when fuzzing
Matt Caswell
2023-10-23
1
-0
/
+2
*
Don't encrypt/decrypt packet data during fuzzing
Matt Caswell
2023-10-23
3
-0
/
+23
*
QUIC: Prevent incoming oversize tokens
Hugo Landau
2023-10-20
2
-7
/
+69
*
QUIC: Add handling of SSL_get_shutdown()
Tomas Mraz
2023-10-20
3
-5
/
+31
*
Postpone two TODO(QUIC) items appropriately
Tomas Mraz
2023-10-20
2
-2
/
+2
*
Ignore ping deadline when calculating tick deadline if we can't send
Matt Caswell
2023-10-19
1
-8
/
+7
*
Ignore retry packets that arrive too late
Matt Caswell
2023-10-19
1
-0
/
+8
*
QUIC APL: Fix incoming default stream popping
Hugo Landau
2023-10-13
1
-2
/
+10
*
When calling ossl_crypto_condvar_wait_timeout() we must use real time
Matt Caswell
2023-10-10
2
-4
/
+23
*
Print record version for DTLSv1_listen()
Frederik Wedel-Heinen
2023-10-04
1
-9
/
+9
*
Pass the dtls record version to the record layer msg_callback function.
Frederik Wedel-Heinen
2023-10-04
1
-4
/
+4
*
Call post_process_record for dtls records
Frederik Wedel-Heinen
2023-10-04
1
-0
/
+5
*
Occupy the rec_version field of a decoded dtls record
Frederik Wedel-Heinen
2023-10-03
1
-3
/
+2
[next]