diff options
author | Ingela Anderton Andin <[email protected]> | 2015-02-02 14:15:15 +0100 |
---|---|---|
committer | Ingela Anderton Andin <[email protected]> | 2015-02-06 12:23:13 +0100 |
commit | fa9fda4a50ad92bb55f2a5707f0ec1dc7cf47d79 (patch) | |
tree | 2b4a1d4f3aac821cce6e13bbd67855ac0dcb7594 /lib/ssl/test/Makefile | |
parent | 0fee86f864a4ba2a7a363927a50c81c43994ca9a (diff) | |
download | otp-fa9fda4a50ad92bb55f2a5707f0ec1dc7cf47d79.tar.gz otp-fa9fda4a50ad92bb55f2a5707f0ec1dc7cf47d79.tar.bz2 otp-fa9fda4a50ad92bb55f2a5707f0ec1dc7cf47d79.zip |
ssl: Improve PEM cache by validating entries
The PEM cache is now validated by a background process, instead of
always keeping it if it is small enough and clearing it otherwhiss.
That strategy required that small caches where cleared by API function
if a file changes on disk.
However document the clearing API function as it can still be usefull.
Diffstat (limited to 'lib/ssl/test/Makefile')
-rw-r--r-- | lib/ssl/test/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/ssl/test/Makefile b/lib/ssl/test/Makefile index 2f8ff6f04e..0d241707d9 100644 --- a/lib/ssl/test/Makefile +++ b/lib/ssl/test/Makefile @@ -1,7 +1,7 @@ # # %CopyrightBegin% # -# Copyright Ericsson AB 1999-2013. All Rights Reserved. +# Copyright Ericsson AB 1999-2015. All Rights Reserved. # # The contents of this file are subject to the Erlang Public License, # Version 1.1, (the "License"); you may not use this file except in @@ -46,6 +46,7 @@ MODULES = \ ssl_npn_handshake_SUITE \ ssl_packet_SUITE \ ssl_payload_SUITE \ + ssl_pem_cache_SUITE \ ssl_session_cache_SUITE \ ssl_to_openssl_SUITE \ ssl_ECC_SUITE \ |