Extend tests to call ASN1_{GENERALIZED,UTC,}TIME_set_string() with a NULL
authorjsing <jsing@openbsd.org>
Thu, 22 Oct 2015 14:10:55 +0000 (14:10 +0000)
committerjsing <jsing@openbsd.org>
Thu, 22 Oct 2015 14:10:55 +0000 (14:10 +0000)
commit986aa51e16c9604760ccfe33242d452a242aee43
tree61a9db6a83019186ada3f9dbf3ba86dd7c102290
parent4ca414b6f3713217361bb49502e964e33f34cf93
Extend tests to call ASN1_{GENERALIZED,UTC,}TIME_set_string() with a NULL
pointer - because, you know, you might want to set a string on a NULL
object. The previous implementation apparently allowed this as a way of
testing if the string was valid... probably because the *_check() functions
are only useable after the string has already been set.
regress/lib/libcrypto/asn1/asn1time.c