Stop supporing "legcay" time formats that OpenSSL supports. Rewrite the
authorbeck <beck@openbsd.org>
Mon, 19 Oct 2015 16:32:37 +0000 (16:32 +0000)
committerbeck <beck@openbsd.org>
Mon, 19 Oct 2015 16:32:37 +0000 (16:32 +0000)
commit0b62c50a93086bef2777d14555301beab0eeb716
treef5ef0e576b2c84c3c04759c821ce9c22e10d6559
parent6c4452d773b30121aed24b46b8ff56a3ace30b2c
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@
15 files changed:
lib/libcrypto/asn1/a_gentm.c [deleted file]
lib/libcrypto/asn1/a_time.c
lib/libcrypto/asn1/a_time_tm.c
lib/libcrypto/asn1/a_utctm.c [deleted file]
lib/libcrypto/asn1/asn1_locl.h
lib/libcrypto/crypto/Makefile
lib/libcrypto/x509/x509_lcl.h
lib/libcrypto/x509/x509_vfy.c
lib/libssl/src/crypto/asn1/a_gentm.c [deleted file]
lib/libssl/src/crypto/asn1/a_time.c
lib/libssl/src/crypto/asn1/a_time_tm.c
lib/libssl/src/crypto/asn1/a_utctm.c [deleted file]
lib/libssl/src/crypto/asn1/asn1_locl.h
lib/libssl/src/crypto/x509/x509_lcl.h
lib/libssl/src/crypto/x509/x509_vfy.c