mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-07-28 00:21:48 +03:00
Adapt mbedtls_ssl_parse_certificate() to removal of peer_cert field
This commit is contained in:
@ -6301,10 +6301,10 @@ crt_verify:
|
|||||||
goto exit;
|
goto exit;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
#endif /* !MBEDTLS_SSL_KEEP_PEER_CERTIFICATE */
|
#else
|
||||||
|
|
||||||
ssl->session_negotiate->peer_cert = chain;
|
ssl->session_negotiate->peer_cert = chain;
|
||||||
chain = NULL;
|
chain = NULL;
|
||||||
|
#endif /* !MBEDTLS_SSL_KEEP_PEER_CERTIFICATE */
|
||||||
|
|
||||||
MBEDTLS_SSL_DEBUG_MSG( 2, ( "<= parse certificate" ) );
|
MBEDTLS_SSL_DEBUG_MSG( 2, ( "<= parse certificate" ) );
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user