commit | 38d1eba3b57d13ece2ee65596306059054789a82 | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Fri Aug 23 10:44:29 2013 +0200 |
committer | Paul Bakker <p.j.bakker@polarssl.org> | Mon Aug 26 14:26:02 2013 +0200 |
tree | 7d6796d291852a9f23e3d202c626c2615ee42cce | |
parent | 43fdd617e1f94eeb38053f8e5667944fd4c6165e [diff] [blame] |
Move verify_result from ssl_context to session
diff --git a/include/polarssl/ssl.h b/include/polarssl/ssl.h index d5a2fc0..bf6b10c 100644 --- a/include/polarssl/ssl.h +++ b/include/polarssl/ssl.h
@@ -355,6 +355,7 @@ #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 */