-
Notifications
You must be signed in to change notification settings - Fork 407
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
TLS: in OpenSSL verify_callback_server(), set fine-grained alert erro…
…r codes For example, early rejection of common name will call X509_STORE_CTX_set_error with X509_V_ERR_CERT_REJECTED. This, in turn, will alert the client: EVENT: TLS_ALERT_MISC OpenSSLContext::SSL::read_cleartext: BIO_read failed, cap=2640 status=0: error:14094412: SSL routines:ssl3_read_bytes:sslv3 alert bad certificate[bad certificate] [FATAL-ERR] Signed-off-by: James Yonan <[email protected]>
- Loading branch information
1 parent
a96c32c
commit cdd7852
Showing
1 changed file
with
6 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters