aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/x509
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>1999-11-14 23:10:50 +0000
committerDr. Stephen Henson <steve@openssl.org>1999-11-14 23:10:50 +0000
commit06556a1744dced40a2a77d7b6e4bb73f6e611b8d (patch)
tree8d307cf70c140df0db40c469fe3987b57475c21d /crypto/x509
parent4abc5c624abf7ee9675a71f45aa3ce5aad8670c1 (diff)
downloadopenssl-06556a1744dced40a2a77d7b6e4bb73f6e611b8d.tar.gz
'req' fixes. Reinstate length check one request fields.
Fix to stop null being added to attributes. Modify X509_LOOKUP, X509_INFO to handle auxiliary info.
Diffstat (limited to 'crypto/x509')
-rw-r--r--crypto/x509/by_file.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/x509/by_file.c b/crypto/x509/by_file.c
index 3c31de728c..0457f01c34 100644
--- a/crypto/x509/by_file.c
+++ b/crypto/x509/by_file.c
@@ -147,7 +147,7 @@ int X509_load_cert_file(X509_LOOKUP *ctx, const char *file, int type)
{
for (;;)
{
- x=PEM_read_bio_X509(in,NULL,NULL,NULL);
+ x=PEM_read_bio_X509_AUX(in,NULL,NULL,NULL);
if (x == NULL)
{
if ((ERR_GET_REASON(ERR_peek_error()) ==