diff options
author | Magnus Henoch <[email protected]> | 2015-12-08 18:23:42 +0000 |
---|---|---|
committer | Magnus Henoch <[email protected]> | 2016-04-05 15:21:01 +0100 |
commit | b219dbd698c74cf3c904445d13bb3453be6e1ac8 (patch) | |
tree | 479d612caf5945c4b866ced0a9f14c29d5ed5d8b /lib/ssl/src/ssl.app.src | |
parent | ee2178b073e936760b405b338e473236a5df94ca (diff) | |
download | otp-b219dbd698c74cf3c904445d13bb3453be6e1ac8.tar.gz otp-b219dbd698c74cf3c904445d13bb3453be6e1ac8.tar.bz2 otp-b219dbd698c74cf3c904445d13bb3453be6e1ac8.zip |
Add ssl_crl_hash_dir module
This module is an implementation of the ssl_crl_cache_api behaviour.
It can be used when there is a directory containing CRLs for all
relevant CAs, in the form used by e.g. Apache. The module assumes
that the directory is being updated through an external process.
Diffstat (limited to 'lib/ssl/src/ssl.app.src')
-rw-r--r-- | lib/ssl/src/ssl.app.src | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/ssl/src/ssl.app.src b/lib/ssl/src/ssl.app.src index 1a2bf90ccf..5aa399201a 100644 --- a/lib/ssl/src/ssl.app.src +++ b/lib/ssl/src/ssl.app.src @@ -44,6 +44,7 @@ ssl_crl, ssl_crl_cache, ssl_crl_cache_api, + ssl_crl_hash_dir, %% App structure ssl_app, ssl_sup, |