Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

libcurl/caches.md: remove mentioned CA caching backends #498

Merged
merged 1 commit into from
Jul 31, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading