Dr. Stephen Henson
|
a497cf2516
Use CERT_PKEY pointer instead of index
|
7 years ago |
Dr. Stephen Henson
|
f365a3e2e5
Use cert_index and sigalg
|
7 years ago |
Dr. Stephen Henson
|
4020c0b33b
add ssl_has_cert
|
7 years ago |
Dr. Stephen Henson
|
d0ff28f8a2
Replace SSL_PKEY_RSA_ENC, SSL_PKEY_RSA_SIGN
|
7 years ago |
David Benjamin
|
bd5d27c1c6
Don't read uninitialised data for short session IDs.
|
7 years ago |
Dr. Stephen Henson
|
c19b863e81
For TLS 1.3 retrieve previously set certificate index
|
7 years ago |
Cory Benfield
|
2c7bd69211
Add support for logging out TLSv1.3 secrets
|
7 years ago |
Todd Short
|
222da97918
Majority rules, use session_ctx vs initial_ctx
|
7 years ago |
Matt Caswell
|
2c0980d2fa
Make calls to SSL_renegotiate() error out for TLSv1.3
|
7 years ago |
Matt Caswell
|
cda6b99867
Disable requests for renegotiation in TLSv1.3
|
7 years ago |
Matt Caswell
|
c7f47786a5
Move state machine knowledge out of the record layer
|
7 years ago |
Cory Benfield
|
f0deb4d352
Limit the length of the encrypted premaster key.
|
7 years ago |
FdaSilvaYY
|
48722ff5f0
Fix a few misspellings.
|
8 years ago |
Cory Benfield
|
2faa1b48fd
Add support for key logging callbacks.
|
7 years ago |
Matt Caswell
|
3f305a80e9
Add a TODO(TLS1.3) around certificate selection
|
8 years ago |
Rich Salz
|
8cbfcc70bf
Use typedefs for PSK, NPN, ALPN callback functions
|
8 years ago |
Rich Salz
|
aff8c126fd
Move extension data into sub-structs
|
8 years ago |
Matt Caswell
|
cbb0954471
Introduce TLSEXT_STATUSTYPE_nothing constant
|
8 years ago |
Matt Caswell
|
0d9824c171
Implement tls13_change_cipher_state()
|
8 years ago |
Kurt Roeckx
|
2f545ae45d
Add support for reference counting using C11 atomics
|
8 years ago |
Rob Percival
|
1fa9ffd934
Check that SCT timestamps are not in the future
|
8 years ago |
Matt Caswell
|
de4d764e32
Rename the Elliptic Curves extension to supported_groups
|
8 years ago |
Matt Caswell
|
54105ddd23
Rename all "read" variables with "readbytes"
|
8 years ago |
Matt Caswell
|
348240c676
Fix misc size_t issues causing Windows warnings in 64 bit
|
8 years ago |
Matt Caswell
|
8051ab2b6f
Convert SSL BIO to use SSL_write_ex().
|
8 years ago |
Matt Caswell
|
8b0e934afb
Fix some missed size_t updates
|
8 years ago |
Matt Caswell
|
6db6bc5a8f
Convert some libssl local functions to size_t
|
8 years ago |
Matt Caswell
|
12472b4561
Update numerous misc libssl fields to be size_t
|
8 years ago |
Matt Caswell
|
8c1a534305
Convert master_secret_size code to size_t
|
8 years ago |
Matt Caswell
|
72716e79bf
Convert some misc record layer functions for size_t
|
8 years ago |