mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-01-27 23:22:20 +01:00
This fixes hash based dir lookup of ASN1/DER CRLs in OpenSSL compatible API. The function wolfSSL_X509_load_crl_file is called with entry->dir_type, rather than hardcoded filetype. A new test crl was added, and existing crl 0fdb2da4.r0 was reorganized to a new dir. Also, completes the stub wolfSSL_X509_LOOKUP_add_dir. A new test function test_X509_LOOKUP_add_dir was added to tests/api.c