summaryrefslogtreecommitdiffstats
path: root/apps/x509.c
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2010-03-07 16:40:05 +0000
committerDr. Stephen Henson <steve@openssl.org>2010-03-07 16:40:05 +0000
commit7ed485bc9fab7609ad06960bf84118ea4c61da3a (patch)
treefac526c7699f903e404e5ced44c19de07046c265 /apps/x509.c
parent069d4cfea58379336028d34d32793de6365f75fc (diff)
The OID sanity check was incorrect. It should only disallow *leading* 0x80
values.
Diffstat (limited to 'apps/x509.c')
-rw-r--r--apps/x509.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/x509.c b/apps/x509.c
index e7e46d7b63..7f55cd1acb 100644
--- a/apps/x509.c
+++ b/apps/x509.c
@@ -904,6 +904,7 @@ bad:
else if (text == i)
{
X509_print_ex(out,x,nmflag, certflag);
+ERR_print_errors_fp(stderr);
}
else if (startdate == i)
{