'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:
@@ -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()) ==
|
||||
|
||||
Reference in New Issue
Block a user