PR: 2013
authorDr. Stephen Henson <steve@openssl.org>
Wed, 2 Sep 2009 13:54:50 +0000 (13:54 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Wed, 2 Sep 2009 13:54:50 +0000 (13:54 +0000)
commit17b5326ba9d072fbf9dca35f70e74361b91a3944
treea4ff7debc9494b6774130dabc5f80c4e6bbe1c5c
parent3d9b105fe042b4986467ec12d881fa8a33ecd9ec
PR: 2013
Submitted by: steve@openssl.org

Include a flag ASN1_STRING_FLAG_MSTRING when a multi string type is created.
This makes it possible to tell if the underlying type is UTCTime,
GeneralizedTime or Time when the structure is reused and X509_time_adj_ex()
can handle each case in an appropriate manner.

Add error checking to CRL generation in ca utility when nextUpdate is being
set.
apps/ca.c
crypto/asn1/asn1.h
crypto/asn1/tasn_new.c
crypto/x509/x509_vfy.c