Skip to content

Commit

Permalink
libcurl/caches.md: remove mentioned CA caching backends
Browse files Browse the repository at this point in the history
Because the support has wiedened and mentioning a long range of them
becomes tedious in text.
  • Loading branch information
bagder committed Jul 31, 2024
1 parent 735fccb commit 641442b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions libcurl/caches.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 641442b

Please sign in to comment.