mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-22 22:06:38 +01:00
Make results of (ext)KeyUsage accessible
This commit is contained in:
parent
0c6ce2f536
commit
9f98251e72
5 changed files with 44 additions and 7 deletions
|
|
@ -1980,7 +1980,8 @@ static inline x509_crt *ssl_own_cert( ssl_context *ssl )
|
|||
*/
|
||||
int ssl_check_cert_usage( const x509_crt *cert,
|
||||
const ssl_ciphersuite_t *ciphersuite,
|
||||
int cert_endpoint );
|
||||
int cert_endpoint,
|
||||
int *flags );
|
||||
#endif /* POLARSSL_X509_CRT_PARSE_C */
|
||||
|
||||
/* constant-time buffer comparison */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue