Searched refs:cn (Results 1 – 3 of 3) sorted by relevance
/mbedtls-development/include/mbedtls/ |
A D | x509_crt.h | 729 const char *cn, uint32_t *flags, 771 const char *cn, uint32_t *flags, 805 const char *cn, uint32_t *flags, 871 const char *cn, uint32_t *flags,
|
/mbedtls-development/library/ |
A D | x509_crt.c | 286 size_t cn_idx = 0, cn_len = strlen( cn ); in x509_check_wildcard() 294 if( cn[i] == '.' ) in x509_check_wildcard() 2985 x509_memcasecmp( cn, name->p, cn_len ) == 0 ) in x509_crt_check_cn() 2991 if( x509_check_wildcard( cn, name ) == 0 ) in x509_crt_check_cn() 3022 const char *cn, in x509_crt_verify_name() argument 3027 size_t cn_len = strlen( cn ); in x509_crt_verify_name() 3108 const char *cn, uint32_t *flags, in x509_crt_verify_restartable_ca_cb() argument 3129 if( cn != NULL ) in x509_crt_verify_restartable_ca_cb() 3130 x509_crt_verify_name( crt, cn, &ee_flags ); in x509_crt_verify_restartable_ca_cb() 3193 const char *cn, uint32_t *flags, in mbedtls_x509_crt_verify() argument [all …]
|
/mbedtls-development/ |
A D | ChangeLog | 772 matching the expected common name (the cn argument of 3673 * x509_crt_verify() now case insensitive for cn (RFC 6125 6.4) 3857 * x509_verify() now case insensitive for cn (RFC 6125 6.4)
|
Completed in 15 milliseconds