Hugo Landau
|
989dd4e055
libssl: Move SSL object unwrapping macros to separate header
|
9 miesięcy temu |
Bernd Edlinger
|
bc0773bbbd
Fix a possible use-after-free in custom_exts_free
|
11 miesięcy temu |
Bernd Edlinger
|
668a144f0a
Fix a possible memory leak in custom_ext_add
|
1 rok temu |
Hugo Landau
|
f62fec6404
TLS: Fix use of an uninitialized value
|
1 rok temu |
Todd Short
|
3c95ef22df
RFC7250 (RPK) support
|
3 lat temu |
Matt Caswell
|
f6da3bbfb7
Add the ability to add a custom extension on an SSL object
|
2 lat temu |
Todd Short
|
72620ac791
Add `for_comp` flag when retrieving certs for compression
|
2 lat temu |
Todd Short
|
b67cb09f8d
Add support for compressed certificates (RFC8879)
|
3 lat temu |
Tomas Mraz
|
38b051a1fe
SSL object refactoring using SSL_CONNECTION object
|
2 lat temu |
Matt Caswell
|
cbb862fbaa
New extensions can be sent in a certificate request
|
3 lat temu |
Matt Caswell
|
a28d06f3e9
Update copyright year
|
3 lat temu |
Matt Caswell
|
462f4f4bc0
Remove OPENSSL_NO_EC guards from libssl
|
3 lat temu |
Matt Caswell
|
605856d72c
Update copyright year
|
4 lat temu |
Richard Levitte
|
c48ffbcca1
SSL: refactor all SSLfatal() calls
|
4 lat temu |
Dr. Matthias St. Pierre
|
706457b7bd
Reorganize local header files
|
5 lat temu |
Richard Levitte
|
2c18d164f5
Following the license change, modify the boilerplates in ssl/
|
6 lat temu |
Matt Caswell
|
6738bf1417
Update copyright year
|
6 lat temu |
Todd Short
|
9d75dce3e1
Add TLSv1.3 post-handshake authentication (PHA)
|
6 lat temu |
Matt Caswell
|
f63a17d66d
Convert the state machine code to use SSLfatal()
|
7 lat temu |
FdaSilvaYY
|
cf72c75792
Implement Maximum Fragment Length TLS extension.
|
7 lat temu |
Matt Caswell
|
67dc995eaf
Move ossl_assert
|
7 lat temu |
Matt Caswell
|
b77f3ed171
Convert existing usage of assert() to ossl_assert() in libssl
|
7 lat temu |
Matt Caswell
|
21181889d7
Copy custom extension flags in a call to SSL_set_SSL_CTX()
|
7 lat temu |
Matt Caswell
|
7f533d6fa1
Only send custom extensions where we have received one in the ClientHello
|
7 lat temu |
Graham Edgecombe
|
e596c68c31
Return success in custom_ext_parse_old_cb_wrap if parse_cb is NULL
|
7 lat temu |
Matt Caswell
|
0f5af6b1b8
Remove an out of date TODO
|
7 lat temu |
Matt Caswell
|
787d9ec74c
Create an ENDPOINT enum type for use internally
|
7 lat temu |
Matt Caswell
|
cd17bb190c
Prefix custom extension API callback types with SSL_
|
7 lat temu |
Matt Caswell
|
64350ab587
Various style tweaks based on feedback
|
7 lat temu |
Matt Caswell
|
43ae5eed6f
Implement a new custom extensions API
|
7 lat temu |