Check return value of gmtime() and add error codes
authorDr. Stephen Henson <steve@openssl.org>
Fri, 24 Jan 2003 01:12:01 +0000 (01:12 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Fri, 24 Jan 2003 01:12:01 +0000 (01:12 +0000)
commitd3b5cb5343afa4e4ae64bee4621171e6b00aaa21
tree308f89977f30d1eddebf02c5c596c515db47e0ef
parent97e6bf6b22d75b847b5c9c0472c54ffe3169eece
Check return value of gmtime() and add error codes
where it fails in ASN1_TIME_set().

Edit asn1.h so the new error code is the same in 0.9.7
and 0.9.8, rebuild new error codes.

Clear error queue in req.c if *_min or *_max is absent.
CHANGES
apps/req.c
crypto/asn1/a_time.c
crypto/asn1/asn1.h
crypto/asn1/asn1_err.c
crypto/o_time.c