Home
last modified time | relevance | path

Searched refs:year (Results 1 – 5 of 5) sorted by relevance

/openssl/crypto/asn1/
H A Da_time.c30 static int is_utc(const int year) in IMPLEMENT_ASN1_MSTRING()
32 if (50 <= year && year <= 149) in IMPLEMENT_ASN1_MSTRING()
37 static int leap_year(const int year) in leap_year() argument
39 if (year % 400 == 0 || (year % 100 != 0 && year % 4 == 0)) in leap_year()
/openssl/doc/man3/
H A DASN1_TIME_set.pod140 B<ASN1_GENERALIZEDTIME>, regardless of year. If either I<out> or
162 B<ASN1_UTCTIME> is limited to a year range of 1950 through 2049.
172 B<ASN1_UTCTIME>, or vice versa, based on the resulting year.
/openssl/
H A DCONTRIBUTING.md55 year(s) updated):
H A DCHANGES.md10278 as the year 2038 bug. New `*_adj()` functions for ASN1 time structures
13554 seems that in spite of existing for more than a year, many application
/openssl/doc/man1/
H A Dopenssl-ca.pod.in837 earlier than year 2049 (included), and as GeneralizedTime if the dates
838 are in year 2050 or later.

Completed in 54 milliseconds