'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.
This commit is contained in:
Dr. Stephen Henson
1999-11-14 23:10:50 +00:00
parent 4abc5c624a
commit 06556a1744
4 changed files with 36 additions and 18 deletions

View File

@@ -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()) ==