Files
wolfssl/tests
Juliusz Sosinowicz 57ce894393 CRL refactor
- 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
2023-08-28 10:52:36 +02:00
..
2023-08-28 10:52:36 +02:00
2022-12-30 17:12:11 -07:00
2023-08-18 15:05:23 +02:00
2020-12-17 14:26:49 +01:00
2022-12-30 17:12:11 -07:00
2022-12-30 17:12:11 -07:00
2022-12-14 12:46:24 -05:00
2022-01-31 15:29:25 -05:00
2022-01-31 15:29:25 -05:00
2020-11-24 11:46:10 -08:00
2020-07-20 15:03:48 -07:00
2022-01-31 15:29:25 -05:00
2022-06-01 10:36:01 +10:00
2022-02-23 09:47:34 +01:00
2022-05-27 21:26:55 +02:00
2020-12-17 14:26:49 +01:00
2023-08-24 10:53:26 +02:00

Before creating any new configure files (.conf) read the CONF_FILES_README.md