Searched defs:suffix_match (Results 1 - 9 of 9) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/crypto/
H A Dtls.h112 * @suffix_match: String to suffix match in the dNSName or CN of the peer
163 const char *suffix_match; member in struct:tls_connection_params
H A Dtls_gnutls.c62 char *suffix_match; member in struct:tls_connection
286 os_free(conn->suffix_match);
375 os_free(conn->suffix_match);
376 conn->suffix_match = NULL;
377 if (params->suffix_match) {
378 conn->suffix_match = os_strdup(params->suffix_match);
379 if (conn->suffix_match == NULL)
1187 if (conn->suffix_match &&
1189 cert, conn->suffix_match)) {
[all...]
H A Dtls_openssl.c210 char *subject_match, *altsubject_match, *suffix_match, *domain_match; member in struct:tls_connection
1408 os_free(conn->suffix_match);
1790 char *match, *altmatch, *suffix_match, *domain_match; local
1817 suffix_match = conn->suffix_match;
1899 } else if (depth == 0 && suffix_match &&
1900 !tls_match_suffix(err_cert, suffix_match, 0)) {
1902 suffix_match);
2221 const char *suffix_match,
2240 os_free(conn->suffix_match);
2218 tls_connection_set_subject_match(struct tls_connection *conn, const char *subject_match, const char *altsubject_match, const char *suffix_match, const char *domain_match) argument
[all...]
/external/wpa_supplicant_8/src/crypto/
H A Dtls.h112 * @suffix_match: String to suffix match in the dNSName or CN of the peer
163 const char *suffix_match; member in struct:tls_connection_params
H A Dtls_gnutls.c62 char *suffix_match; member in struct:tls_connection
286 os_free(conn->suffix_match);
375 os_free(conn->suffix_match);
376 conn->suffix_match = NULL;
377 if (params->suffix_match) {
378 conn->suffix_match = os_strdup(params->suffix_match);
379 if (conn->suffix_match == NULL)
1187 if (conn->suffix_match &&
1189 cert, conn->suffix_match)) {
[all...]
H A Dtls_openssl.c210 char *subject_match, *altsubject_match, *suffix_match, *domain_match; member in struct:tls_connection
1408 os_free(conn->suffix_match);
1790 char *match, *altmatch, *suffix_match, *domain_match; local
1817 suffix_match = conn->suffix_match;
1899 } else if (depth == 0 && suffix_match &&
1900 !tls_match_suffix(err_cert, suffix_match, 0)) {
1902 suffix_match);
2221 const char *suffix_match,
2240 os_free(conn->suffix_match);
2218 tls_connection_set_subject_match(struct tls_connection *conn, const char *subject_match, const char *altsubject_match, const char *suffix_match, const char *domain_match) argument
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Dtls.h112 * @suffix_match: String to suffix match in the dNSName or CN of the peer
163 const char *suffix_match; member in struct:tls_connection_params
H A Dtls_gnutls.c62 char *suffix_match; member in struct:tls_connection
286 os_free(conn->suffix_match);
375 os_free(conn->suffix_match);
376 conn->suffix_match = NULL;
377 if (params->suffix_match) {
378 conn->suffix_match = os_strdup(params->suffix_match);
379 if (conn->suffix_match == NULL)
1187 if (conn->suffix_match &&
1189 cert, conn->suffix_match)) {
[all...]
H A Dtls_openssl.c210 char *subject_match, *altsubject_match, *suffix_match, *domain_match; member in struct:tls_connection
1408 os_free(conn->suffix_match);
1790 char *match, *altmatch, *suffix_match, *domain_match; local
1817 suffix_match = conn->suffix_match;
1899 } else if (depth == 0 && suffix_match &&
1900 !tls_match_suffix(err_cert, suffix_match, 0)) {
1902 suffix_match);
2221 const char *suffix_match,
2240 os_free(conn->suffix_match);
2218 tls_connection_set_subject_match(struct tls_connection *conn, const char *subject_match, const char *altsubject_match, const char *suffix_match, const char *domain_match) argument
[all...]

Completed in 635 milliseconds