summaryrefslogtreecommitdiffhomepage
path: root/src/event/ngx_event_openssl_cache.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-06-21Use NULL instead of 0 for null pointer constant.HEADmasterAndrew Clayton1-1/+1
2025-05-26SSL: disabled UI console prompts from worker processes.Aleksei Bavshin1-1/+20
2025-05-26SSL: support loading keys via OSSL_STORE.Aleksei Bavshin1-5/+81
2025-01-17SSL: avoid using mismatched certificate/key cached pairs.Sergey Kandaurov1-2/+7
2025-01-17SSL: cache revalidation of file based dynamic certificates.Sergey Kandaurov1-2/+42
2025-01-17SSL: caching certificates and certificate keys with variables.Sergey Kandaurov1-25/+215
2025-01-17SSL: encrypted certificate keys are exempt from object cache.Sergey Kandaurov1-15/+38
2025-01-17SSL: object cache inheritance from the old configuration cycle.Sergey Kandaurov1-8/+99
2024-11-19SSL: error message default in object caching API.Sergey Kandaurov1-0/+4
2024-10-01SSL: caching CA certificates.Sergey Kandaurov1-0/+66
2024-10-01SSL: caching CRLs.Sergey Kandaurov1-1/+107
2024-10-01SSL: caching certificate keys.Sergey Kandaurov1-0/+168
2024-10-01SSL: caching certificates.Sergey Kandaurov1-6/+161
2024-10-01SSL: object caching.Sergey Kandaurov1-0/+311