Rob Percival
|
4d482ee24f
Lowercase name of SSL_validate_ct as it is an internal function
|
8 years ago |
Rob Percival
|
1cb437bedb
CT code now calls X509_free() after calling SSL_get_peer_certificate()
|
8 years ago |
Rob Percival
|
ed29e82ade
Adds CT validation to SSL connections
|
8 years ago |
Christian Heimes
|
0c452abc16
Provide getters for default_passwd_cb and userdata
|
8 years ago |
Matt Caswell
|
ff75a25749
Refactor the async wait fd logic
|
8 years ago |
Rich Salz
|
7c96dbcdab
GH715: ENGINE_finish can take NULL
|
8 years ago |
Rich Salz
|
72e9be3d08
GH235: Set error status on malloc failure
|
8 years ago |
Dr. Stephen Henson
|
2cf28d6127
Remove unused parameter in ssl_set_masks().
|
8 years ago |
Rich Salz
|
d63a5e5e7d
Remove outdated DEBUG flags.
|
8 years ago |
Zhao Junwang
|
c4c32155f5
GH706: Use NULL for pointer compare.
|
8 years ago |
Dr. Stephen Henson
|
c7c4625693
remove redundant code
|
8 years ago |
Dr. Stephen Henson
|
ce0c1f2bb2
Remove static ECDH support.
|
8 years ago |
Rich Salz
|
f3f1cf8444
Move to REF_DEBUG, for consistency.
|
8 years ago |
Matt Caswell
|
0fc32b0718
The new init functions can now fail so shouldn't be void
|
8 years ago |
Rich Salz
|
f672aee494
Rename INIT funtions, deprecate old ones.
|
8 years ago |
Matt Caswell
|
7fa792d14d
Auto init/de-init libssl
|
8 years ago |
Viktor Dukhovni
|
c0a445a9f2
Suppress DANE TLSA reflection when verification fails
|
8 years ago |
Dr. Stephen Henson
|
b577fd0b81
Deprecate undocumented SSL_cache_hit().
|
8 years ago |
Matt Caswell
|
64f9f40696
Handle SSL_shutdown while in init more appropriately #2
|
8 years ago |
Dr. Stephen Henson
|
696178edff
Add SSL_get0_verified_chain() to return verified chain of peer
|
8 years ago |
Dmitry-Me
|
a89c9a0d85
GH614: Use memcpy()/strdup() when possible
|
8 years ago |
Emilia Kasper
|
dc5744cb78
RT3234: disable compression
|
8 years ago |
Matt Caswell
|
ec4479249d
Implement Async SSL_shutdown
|
8 years ago |
Matt Caswell
|
a18a31e49d
Add SSL_up_ref() and SSL_CTX_up_ref()
|
8 years ago |
Alessandro Ghedini
|
b7557ccf36
Fix build failure with CIPHER_DEBUG
|
8 years ago |
Matt Caswell
|
7bb196a71a
Handle SSL_shutdown while in init more appropriately
|
9 years ago |
Viktor Dukhovni
|
8d887efa2e
Better invalid SNI name error handling
|
8 years ago |
Rich Salz
|
47153c7253
Make SSL_set_debug deprecated in 1.1
|
8 years ago |
Rich Salz
|
3a4e9367d8
RT4232: Extra space in help message.
|
8 years ago |
Richard Levitte
|
846ec07d90
Adapt all EVP_CIPHER_CTX users for it becoming opaque
|
9 years ago |