CVSROOT: /cvs Module name: src Changes by: guent...@cvs.openbsd.org 2016/10/02 14:45:04
Modified files: lib/libcrypto/x509: x509_vfy.c Log message: In X509_cmp_time(), pass asn1_time_parse() the tag of the field being parsed so that a malformed GeneralizedTime field is recognized as an error instead of potentially being interpreted as if it was a valid UTCTime. Reported by Theofilos Petsios (theofilos (at) cs.columbia.edu) ok beck@ tedu@ jsing@