Hugo Landau
|
fc6e5374bc
QUIC: Avoid ticking before a connection is established
|
7 months ago |
Hugo Landau
|
989dd4e055
libssl: Move SSL object unwrapping macros to separate header
|
9 months ago |
Richard Levitte
|
b646179229
Copyright year updates
|
7 months ago |
Hugo Landau
|
4b4b9c9eb3
QUIC: Uniform changes for QUIC error code definitions rename
|
8 months ago |
Matt Caswell
|
8d13d9e730
Check for NULL when freeing the QUIC_TLS object
|
1 year ago |
Matt Caswell
|
d8a4451fa7
If an error occurs constructing the quic record layer, free it properly
|
1 year ago |
Matt Caswell
|
da1c088f59
Copyright year updates
|
1 year ago |
Matt Caswell
|
3a0012cb52
Handle non IO based retry errors in QUIC
|
1 year ago |
Hugo Landau
|
881e3299dc
QUIC TLS: Better error message when ALPN not used
|
1 year ago |
Tomas Mraz
|
eb1eaa9af4
Always use uint8_t for TLS record type
|
1 year ago |
Tomas Mraz
|
5ad3cc1928
quic_tls.c: Fix wrong format string when raising error
|
1 year ago |
Tomas Mraz
|
1cc8c53b0f
Avoid issues with endianness when type is used in SSL_trace()
|
1 year ago |
Tomas Mraz
|
68b9a32aa3
Remove TODO(QUIC) about raising errors from ossl_quic_tls_tick()
|
1 year ago |
Tomas Mraz
|
79cdbe893d
quic_new_record_layer(): Change TODO(QUIC) to QUIC FUTURE
|
1 year ago |
Matt Caswell
|
643f542a89
Fix a use-after-free in quic_tls.c
|
1 year ago |
Matt Caswell
|
04c7fb53e0
NewSessionTickets with an early_data extension must have a valid max value
|
1 year ago |
Matt Caswell
|
b644a9323f
Unexpected QUIC post-handshake CertificateRequests are a PROTOCOL_VIOLATION
|
1 year ago |
Hugo Landau
|
4d6ca88599
QUIC QTLS: Fix NULL dereference (coverity)
|
1 year ago |
Hugo Landau
|
7a2bb2101b
QUIC TLS: Rethink error handling
|
1 year ago |
Hugo Landau
|
741170bef3
QUIC CHANNEL: Improve error reporting
|
1 year ago |
Hugo Landau
|
80bcc4f1ae
QUIC TLS: Report TLS errors properly as QUIC protocol errors
|
1 year ago |
Matt Caswell
|
f85d343208
Keep doing ossl_quic_tls_tick() even after handshake completion
|
1 year ago |
Matt Caswell
|
5758245031
Update the SSL_rstate_string*() return value for QUIC
|
1 year ago |
Matt Caswell
|
7a4e109ebe
Allow partially releasing a record for TLS
|
1 year ago |
Matt Caswell
|
2eb91b0ec3
Make the data field for get_record() const
|
1 year ago |
Matt Caswell
|
7257188b70
Add support for rstream get/release record in the QUIC TLS layer
|
1 year ago |
Matt Caswell
|
f10e5885f0
Add a test for a server that doesn't provide transport params
|
1 year ago |
Matt Caswell
|
4e3a55fd14
Add QUIC-TLS server support
|
1 year ago |
Matt Caswell
|
1d57dbac19
Add support for the msg_callback
|
1 year ago |
Matt Caswell
|
19863d497d
Add an initial QUIC-TLS implementation
|
1 year ago |