From 641442b2b55ff39814b97a1a853417f4d9c02dc7 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Wed, 31 Jul 2024 22:58:59 +0200 Subject: [PATCH] libcurl/caches.md: remove mentioned CA caching backends Because the support has wiedened and mentioning a long range of them becomes tedious in text. --- libcurl/caches.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/libcurl/caches.md b/libcurl/caches.md index 4e6169ae69..3e7f7f3dbc 100644 --- a/libcurl/caches.md +++ b/libcurl/caches.md @@ -65,10 +65,10 @@ handshake process and therefore the time needed until completion. ## CA cert cache -With some of the TLS backends curl supports (OpenSSL and Schannel), it builds -a CA cert store cache in memory and keeps it there for subsequent transfers to -use. This lets transfers skip unnecessary loading and parsing time that comes -from loading and handling the sometimes rather big CA cert bundles. +With some of the TLS backends curl supports, it builds a CA cert store cache +in memory and keeps it there for subsequent transfers to use. This lets +transfers skip unnecessary loading and parsing time that comes from loading +and handling the sometimes rather big CA cert bundles. Since the CA cert bundle might be updated, the life-time of the cache is by default set to 24 hours so that long-running applications will flush the cache