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
..
2022-12-16 13:32:37 -08:00
2022-12-16 13:32:37 -08:00
2022-12-16 13:32:37 -08:00
2023-08-28 10:52:36 +02:00
2022-12-16 13:32:37 -08:00
2022-12-16 13:32:37 -08:00
2022-12-16 13:32:37 -08:00
2023-08-11 11:29:15 +09:00
2022-12-16 13:32:37 -08:00
2023-07-04 13:36:28 +10:00
2022-12-16 13:32:37 -08:00
2022-12-16 13:32:37 -08:00
2022-12-16 13:32:37 -08:00
2022-12-16 13:32:37 -08:00
2022-12-16 13:32:37 -08:00
2022-12-16 13:32:37 -08:00
2022-12-16 13:32:37 -08:00
2022-12-16 13:32:37 -08:00
2022-12-16 13:32:37 -08:00
2023-08-11 11:29:15 +09:00
2023-08-11 11:29:15 +09:00
2022-12-16 13:32:37 -08:00
2022-12-16 13:32:37 -08:00
2022-12-16 13:32:37 -08:00
2022-12-16 13:32:37 -08:00
2022-12-16 13:32:37 -08:00