Matt Caswell
|
547ea58821
Fix the SSL_CIPHER_find() function when used with a QCSO
|
1 年間 前 |
Sumitra Sharma
|
5318c01288
Replace ssl3_get_message() with tls_get_message_header() and/or tls_get_message_body()
|
1 年間 前 |
Frederik Wedel-Heinen
|
2de153dc5a
Removed unused struct ssl3_comp_st
|
1 年間 前 |
Hugo Landau
|
c5b882a80b
QUIC APL: Handle modes correctly
|
1 年間 前 |
Tomas Mraz
|
eb1eaa9af4
Always use uint8_t for TLS record type
|
1 年間 前 |
Tomas Mraz
|
f7b2942c04
ssl_local.h: Define SSL_OP_CISCO_ANYCONNECT if undefined in public headers
|
1 年間 前 |
Hugo Landau
|
db2f98c4eb
Rework options handling
|
1 年間 前 |
Hugo Landau
|
f0d9757caf
QUIC: Control SSL option setting
|
1 年間 前 |
Hugo Landau
|
43788fb3ac
QUIC SSL Behaviours: Allow detection of an SSL connection used for QUIC handshake
|
1 年間 前 |
Pauli
|
43a07d6dd4
tls: update to structure based atomics
|
1 年間 前 |
Alex Bozarth
|
68668243b1
Add SSL_get0_group_name() to get name of the group used for KEX
|
1 年間 前 |
Jairus Christensen
|
cee0628e0d
[feat] SSL RTT in both client and server statem. SSL_get_handshake_rtt makes it available
|
1 年間 前 |
Matt Caswell
|
674b61ebd9
Create internal/ssl.h
|
1 年間 前 |
Matt Caswell
|
63dfde87c4
Add initial QUIC support for the msg_callback
|
1 年間 前 |
Hugo Landau
|
f8636c7e85
QUIC Dispatch: Introduce the QUIC_XSO object
|
1 年間 前 |
FdaSilvaYY
|
24a3225443
dtls: code cleanup and refactorization
|
3 年 前 |
Matt Caswell
|
2eb91b0ec3
Make the data field for get_record() const
|
1 年間 前 |
Todd Short
|
3c95ef22df
RFC7250 (RPK) support
|
3 年 前 |
Michael Baentsch
|
ee58915cfd
first cut at sigalg loading
|
2 年 前 |
Matt Caswell
|
d6cf4b59a0
Don't declare SSL_CONNECTION twice
|
1 年間 前 |
Matt Caswell
|
d03fe5de8d
Add the ability to mutate TLS handshake messages before they are written
|
1 年間 前 |
Tomas Mraz
|
25624c9087
Rationalize FIPS sources
|
2 年 前 |
Matt Caswell
|
e95d6e1eec
Remove the user_ssl field
|
1 年間 前 |
Matt Caswell
|
f6da3bbfb7
Add the ability to add a custom extension on an SSL object
|
2 年 前 |
Matt Caswell
|
bea8d70498
Add support for setting a custom TLS Record Layer
|
2 年 前 |
Matt Caswell
|
ca20f61fd7
Move recordmethod.h to be an "internal" header
|
2 年 前 |
Matt Caswell
|
a7f41885b3
Create the SSL object for QUIC-TLS
|
2 年 前 |
Matt Caswell
|
732435026b
Resolve a TODO in ssl3_dispatch_alert
|
2 年 前 |
Matt Caswell
|
1e42708e17
Remove references to read_mac_secret and write_mac_secret
|
2 年 前 |
Matt Caswell
|
b83eac48ed
Remove the read_iv/write_iv fields from SSL_CONNECTION
|
2 年 前 |