CVSROOT: /cvs Module name: src Changes by: b...@cvs.openbsd.org 2015/09/30 08:11:22
Modified files: regress/lib/libcrypto/asn1: rfc5280time.c Log message: Fix a bug in the regress, and be much more pedantic about what is allowed per RFC 5380 in an X509. RFC 5280 states that all times before 2050 must be specified as a UTCtime, not a Generalized time, and all times after must be a UTC time. By extension this also means the smallest time allowed per RFC 5280 is 500101000000Z and the largest is 99991231235959Z..