CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2015/10/19 10:32:37
Modified files:
lib/libssl/src/crypto/asn1: a_time.c a_time_tm.c asn1_locl.h
lib/libssl/src/crypto/x509: x509_lcl.h x509_vfy.c
lib/libcrypto/crypto: Makefile
Removed files:
lib/libssl/src/crypto/asn1: a_gentm.c a_utctm.c
Log message:
Stop supporing "legcay" time formats that OpenSSL supports. Rewrite the
utctime and gentime wrappers accordingly. Along with some other cleanup.
this also removes the need for timegm.
ok bcook@ sthen@ jsing@