summaryrefslogtreecommitdiffhomepage
path: root/src/event/ngx_event_openssl_cache.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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