Home
last modified time | relevance | path

Searched refs:ASN1_TYPE_cmp (Results 1 – 9 of 9) sorted by relevance

/openssl/doc/man3/
H A DASN1_TYPE_get.pod5 ASN1_TYPE_get, ASN1_TYPE_set, ASN1_TYPE_set1, ASN1_TYPE_cmp, ASN1_TYPE_unpack_sequence, ASN1_TYPE_p…
15 int ASN1_TYPE_cmp(const ASN1_TYPE *a, const ASN1_TYPE *b);
35 ASN1_TYPE_cmp() compares ASN.1 types I<a> and I<b> and returns 0 if
64 ASN1_TYPE_cmp() may not return zero if two types are equivalent but have
66 value under BER can have any nonzero encoding but ASN1_TYPE_cmp() will
69 If either or both of the parameters passed to ASN1_TYPE_cmp() is NULL the
84 ASN1_TYPE_cmp() returns 0 if the types are identical and nonzero otherwise.
/openssl/crypto/asn1/
H A Da_type.c63 int ASN1_TYPE_cmp(const ASN1_TYPE *a, const ASN1_TYPE *b) in ASN1_TYPE_cmp() function
H A Dx_algor.c105 return ASN1_TYPE_cmp(a->parameter, b->parameter); in X509_ALGOR_cmp()
/openssl/crypto/x509/
H A Dv3_genn.c173 result = ASN1_TYPE_cmp(a->value, b->value); in OTHERNAME_cmp()
/openssl/test/
H A Dcmp_hdr_test.c377 if (!TEST_int_eq(ASN1_TYPE_cmp(itav->infoValue.other, pushed_val), 0)) in execute_HDR_generalInfo_push1_items_test()
/openssl/
H A DNEWS.md945 * Segmentation fault in ASN1_TYPE_cmp fix ([CVE-2015-0286])
1042 * Segmentation fault in ASN1_TYPE_cmp fix ([CVE-2015-0286])
1166 * Segmentation fault in ASN1_TYPE_cmp fix ([CVE-2015-0286])
H A DCHANGES.md7308 * Segmentation fault in ASN1_TYPE_cmp fix
7310 The function ASN1_TYPE_cmp will crash with an invalid read if an attempt is
7311 made to compare ASN.1 boolean types. Since ASN1_TYPE_cmp is used to check
8436 * Segmentation fault in ASN1_TYPE_cmp fix
8438 The function ASN1_TYPE_cmp will crash with an invalid read if an attempt is
8439 made to compare ASN.1 boolean types. Since ASN1_TYPE_cmp is used to check
9501 * Segmentation fault in ASN1_TYPE_cmp fix
9503 The function ASN1_TYPE_cmp will crash with an invalid read if an attempt is
9504 made to compare ASN.1 boolean types. Since ASN1_TYPE_cmp is used to check
/openssl/include/openssl/
H A Dasn1.h.in558 int ASN1_TYPE_cmp(const ASN1_TYPE *a, const ASN1_TYPE *b);
/openssl/util/
H A Dlibcrypto.num524 ASN1_TYPE_cmp 537 3_0_0 EXIST::FUNCTION:

Completed in 105 milliseconds