mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-03-07 16:36:27 +00:00
Move verify_result from ssl_context to session
This commit is contained in:
committed by
Paul Bakker
parent
43fdd617e1
commit
38d1eba3b5
@@ -355,6 +355,7 @@ struct _ssl_session
|
||||
#if defined(POLARSSL_X509_PARSE_C)
|
||||
x509_cert *peer_cert; /*!< peer X.509 cert chain */
|
||||
#endif /* POLARSSL_X509_PARSE_C */
|
||||
int verify_result; /*!< verification result */
|
||||
|
||||
#if defined(POLARSSL_SSL_SESSION_TICKETS)
|
||||
unsigned char *ticket; /*!< RFC 5077 session ticket */
|
||||
|
||||
Reference in New Issue
Block a user