Searched refs:ASN1_TIME_set_string_X509 (Results 1 – 7 of 7) sorted by relevance
9 ASN1_TIME_set_string_X509,34 int ASN1_TIME_set_string_X509(ASN1_TIME *s, const char *str);82 ASN1_TIME_set_string_X509() sets ASN1_TIME structure B<s> to the time183 ASN1_TIME_set_string_X509() return 1 if the time value is successfully set and 0 otherwise.244 The ASN1_TIME_set_string_X509() function was added in OpenSSL 1.1.1.
314 result = ASN1_TIME_set_string_X509(t, x509_format_tests[idx].data); in test_x509_time()
378 int ASN1_TIME_set_string_X509(ASN1_TIME *s, const char *str) in ASN1_TIME_set_string_X509() function
633 int ASN1_TIME_set_string_X509(ASN1_TIME *s, const char *str);
2764 if (!ASN1_TIME_set_string_X509(X509_getm_notBefore(x), startdate)) in set_cert_times()2771 } else if (!ASN1_TIME_set_string_X509(X509_getm_notAfter(x), enddate)) { in set_cert_times()
811 if (startdate != NULL && !ASN1_TIME_set_string_X509(NULL, startdate)) { in ca_main()824 if (enddate != NULL && !ASN1_TIME_set_string_X509(NULL, enddate)) { in ca_main()
4301 ASN1_TIME_set_string_X509 4244 1_1_1 EXIST::FUNCTION: