Searched refs:ASN1_TIME_compare (Results 1 – 11 of 11) sorted by relevance
/openssl/test/ |
H A D | asn1_time_test.c | 371 return TEST_int_eq(ASN1_TIME_compare(&td->t1, &td->t2), td->result); in test_table_compare() 398 if (!TEST_int_eq(ASN1_TIME_compare(asn1_time, asn1_time_dup), 0)) { in test_time_dup() 409 if (!TEST_int_eq(ASN1_TIME_compare(asn1_time, asn1_time_dup), 0)) { in test_time_dup() 420 if (!TEST_int_eq(ASN1_TIME_compare(asn1_gentime, asn1_time_dup), 0)) { in test_time_dup()
|
/openssl/doc/man3/ |
H A D | ASN1_TIME_set.pod | 15 ASN1_TIME_compare, 58 int ASN1_TIME_compare(const ASN1_TIME *a, const ASN1_TIME *b); 136 The ASN1_TIME_compare() function compares the two times represented by the 224 ASN1_TIME_compare() returns -1 if I<a> is before I<b>, 0 if I<a> equals I<b>, 271 The ASN1_TIME_compare() function was added in OpenSSL 1.1.1.
|
/openssl/crypto/asn1/ |
H A D | a_time.c | 582 int ASN1_TIME_compare(const ASN1_TIME *a, const ASN1_TIME *b) in ASN1_TIME_compare() function
|
/openssl/test/testutil/ |
H A D | tests.c | 459 && ASN1_TIME_compare(at1, at2) op 0; \
|
/openssl/apps/lib/ |
H A D | cmp_mock_srv.c | 447 || ASN1_TIME_compare(thisupd, X509_CRL_get0_lastUpdate(crl)) < 0; in check_client_crl()
|
H A D | apps.c | 3308 if (ASN1_TIME_compare(X509_get0_notAfter(x), X509_get0_notBefore(x)) < 0) { in set_cert_times()
|
/openssl/crypto/x509/ |
H A D | x509_lu.c | 863 || ASN1_TIME_compare(X509_get0_notAfter(pobj->data.x509), in X509_STORE_CTX_get1_issuer()
|
H A D | x509_vfy.c | 398 if (rv == NULL || ASN1_TIME_compare(X509_get0_notAfter(issuer), in find_issuer()
|
/openssl/include/openssl/ |
H A D | asn1.h.in | 689 int ASN1_TIME_compare(const ASN1_TIME *a, const ASN1_TIME *b);
|
/openssl/apps/ |
H A D | ca.c | 2303 if (ASN1_TIME_compare(exp_date, a_tm) <= 0) { in do_updatedb()
|
/openssl/util/ |
H A D | libcrypto.num | 4217 ASN1_TIME_compare 4325 3_0_0 EXIST::FUNCTION:
|
Completed in 74 milliseconds