mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-01-28 05:32:20 +01:00
- CheckCertCRLList: check all entries in case a single issuer has multiple CRL's loaded - test_multiple_crls_same_issuer: testing two different certificates forcing the client to check both CRL's from the same issuer - CRL_Entry - use a lock instead of a mutex to allow multiple threads to access the same list simultaneously - add a verifyMutex when doing verification so that we don't have to release the crlLock - Add allocation and free functions for CRL_Entry - DupCRL_Entry: simplify copying by copying all static fields in one memcpy