PR: 1618
authorDr. Stephen Henson <steve@openssl.org>
Thu, 14 Jan 2010 17:44:46 +0000 (17:44 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Thu, 14 Jan 2010 17:44:46 +0000 (17:44 +0000)
commit24fc4f656cadeef0e30f3c4d7d6a9e49672e40a1
tree142340423e6a520e56954849941bfa5e83a02101
parentc3c3b288187162b8b3609876398e720e292169fd
PR: 1618
Submitted by: steve@openssl.org

Fix bug in 0.9.8-stable time handling in ca.c . NB: this only handles cases
where times are not being checked or printed properly. Issues relating to
time_t becoming negative or wrapping around are *NOT* addressed. OpenSSL
1.0.0 and later does fix these issues by using its own time routines.
apps/ca.c