Home
last modified time | relevance | path

Searched refs:GENERAL_NAME_cmp (Results 1 – 11 of 11) sorted by relevance

/openssl/fuzz/
H A Dv3name.c34 GENERAL_NAME_cmp(namesa, namesb); in FuzzerTestOneInput()
/openssl/test/
H A Dv3nametest.c688 if (!TEST_int_eq(GENERAL_NAME_cmp(namesa[i], namesb[j]), 0)) in test_GENERAL_NAME_cmp()
691 if (!TEST_int_ne(GENERAL_NAME_cmp(namesa[i], namesb[j]), 0)) in test_GENERAL_NAME_cmp()
/openssl/crypto/x509/
H A Dv3_genn.c122 int GENERAL_NAME_cmp(GENERAL_NAME *a, GENERAL_NAME *b) in GENERAL_NAME_cmp() function
H A Dx509_vfy.c1486 if (GENERAL_NAME_cmp(gena, genb) == 0) in idp_check_dp()
/openssl/crypto/ts/
H A Dts_rsp_verify.c568 found = GENERAL_NAME_cmp(current, name) == 0; in ts_find_name()
/openssl/util/
H A Dmissingcrypto.txt575 GENERAL_NAME_cmp(3)
H A Dmissingcrypto111.txt735 GENERAL_NAME_cmp(3)
H A Dlibcrypto.num2971 GENERAL_NAME_cmp 3038 3_0_0 EXIST::FUNCTION:
/openssl/include/openssl/
H A Dx509v3.h.in542 int GENERAL_NAME_cmp(GENERAL_NAME *a, GENERAL_NAME *b);
/openssl/
H A DNEWS.md600 * Fixed NULL pointer deref in GENERAL_NAME_cmp ([CVE-2020-1971])
H A DCHANGES.md1405 interpreted by the OpenSSL function GENERAL_NAME_cmp as an ASN1_TYPE rather
3603 * Fixed NULL pointer deref in the GENERAL_NAME_cmp function
3607 GENERAL_NAME_cmp function for two purposes:

Completed in 114 milliseconds