Matt Caswell
|
163f6dc1f7
Implement a replacement for SSL_set_tmp_dh()
|
4 years ago |
Matt Caswell
|
1b2b475517
Deprecate SSL_CTRL_SET_TMP_DH and other related ctrls
|
4 years ago |
Richard Levitte
|
c48ffbcca1
SSL: refactor all SSLfatal() calls
|
4 years ago |
Richard Levitte
|
6849b73ccc
Convert all {NAME}err() in ssl/ to their corresponding ERR_raise() call
|
4 years ago |
Matt Caswell
|
301fcb2843
Concentrate deprecated libssl API usage in one file
|
4 years ago |
Dr. Matthias St. Pierre
|
b425001010
Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
|
4 years ago |
Ikko Ashimine
|
9f7505ab6a
Fixed typo in ssl_lib.c
|
4 years ago |
Matt Caswell
|
d8652be06e
Run the withlibctx.pl script
|
4 years ago |
Matt Caswell
|
9d01ac71a0
Fix safestack issues in ct.h
|
4 years ago |
Matt Caswell
|
fd3ed85c67
Fix safestack issues in ocsp.h
|
4 years ago |
Matt Caswell
|
e6623cfbff
Fix safestack issues in x509.h
|
4 years ago |
Matt Caswell
|
6ac1cd10ba
Fix safestack issues in ssl.h
|
4 years ago |
Randall S. Becker
|
08073700cc
NonStop port updates for 3.0.0.
|
4 years ago |
Shane Lontis
|
f2bfc53b02
Fix coverity CID #1465795 - Incorrect free deallocator used in SSL_add1_host()
|
4 years ago |
Tomas Mraz
|
dffeec1c10
Avoid segfault in SSL_export_keying_material if there is no session
|
4 years ago |
Benjamin Kaduk
|
dd0164e756
Mark SSL_CTX_set_ssl_version() as deprecated in 3.0
|
6 years ago |
Pauli
|
7d615e2178
rand_drbg: remove RAND_DRBG.
|
4 years ago |
David Woodhouse
|
892a9e4c99
Disallow setting more than one IP address with SSL_add1_host()
|
4 years ago |
David Woodhouse
|
c832840e89
Make SSL_set1_host() and SSL_add1_host() take IP addresses
|
5 years ago |
Shane Lontis
|
6725682d77
Add X509 related libctx changes.
|
4 years ago |
Pauli
|
92f8603537
deprecate engines in SSL
|
4 years ago |
Todd Short
|
8c2bfd2512
Add SSL_get[01]_peer_certificate()
|
5 years ago |
Matt Caswell
|
ec27e619e8
Move MAC removal responsibility to the various protocol "enc" functions
|
4 years ago |
Richard Levitte
|
fa7a807435
SSL: fix misuse of ERR_LIB_SYS
|
4 years ago |
Miłosz Kaniewski
|
94941cada2
Free pre_proc_exts in SSL_free()
|
4 years ago |
Matt Caswell
|
7cccecc0b6
Don't attempt to duplicate the BIO state in SSL_dup
|
4 years ago |
Matt Caswell
|
f12dd99170
Ensure that SSL_dup copies the min/max protocol version
|
4 years ago |
Matt Caswell
|
260009d877
Update the various SSL group getting and setting functions
|
4 years ago |
Matt Caswell
|
9d2d857f13
Modify libssl to discover supported groups based on available providers
|
4 years ago |
Vadim Fedorenko
|
a6d36303e9
TLSv1.3: additional checks in SSL_set_record_padding_callback
|
4 years ago |