mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-04-25 09:02:48 +00:00
Adapt mbedtls_ssl_parse_certificate() to removal of peer_cert field
This commit is contained in:
parent
13c327d500
commit
b6c5eca2d5
@ -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" ) );
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user