manually merge 9f98251
make extKeyUsage accessible
This commit is contained in:
parent
89addc43db
commit
e6efa6f54e
5 changed files with 44 additions and 7 deletions
|
@ -2281,7 +2281,8 @@ static inline mbedtls_x509_crt *mbedtls_ssl_own_cert( mbedtls_ssl_context *ssl )
|
|||
*/
|
||||
int mbedtls_ssl_check_cert_usage( const mbedtls_x509_crt *cert,
|
||||
const mbedtls_ssl_ciphersuite_t *ciphersuite,
|
||||
int cert_endpoint );
|
||||
int cert_endpoint,
|
||||
int *flags );
|
||||
#endif /* MBEDTLS_X509_CRT_PARSE_C */
|
||||
|
||||
void mbedtls_ssl_write_version( int major, int minor, int transport,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue