Fix CRL printing to correctly show when there are no revoked certificates.
authorDr. Stephen Henson <steve@openssl.org>
Sat, 10 Feb 2001 00:56:45 +0000 (00:56 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Sat, 10 Feb 2001 00:56:45 +0000 (00:56 +0000)
commitccb08f98aea68cbafee75c6602768a85d1e29b7f
tree765bf1b8e6d1046fc6e35d58d81d54eafb6e300a
parente306892994a0f189089916d2ea66b3bdc0b2d777
Fix CRL printing to correctly show when there are no revoked certificates.

Make ca.c correctly initialize the revocation date.

Make ASN1_UTCTIME_set_string() and ASN1_GENERALIZEDTIME_set_string() set the
string type: so they can initialize ASN1_TIME structures properly.
CHANGES
apps/ca.c
crypto/asn1/a_gentm.c
crypto/asn1/a_utctm.c
crypto/asn1/t_crl.c