diff options
author | Ingela Anderton Andin <[email protected]> | 2013-01-16 18:15:33 +0100 |
---|---|---|
committer | Ingela Anderton Andin <[email protected]> | 2013-01-16 18:15:33 +0100 |
commit | e4e02fc5abecdb589eda9e3298278ad3d3648854 (patch) | |
tree | cb80989c7675153bd0325d9fcb21f6ef12b8292a /lib/public_key/src/Makefile | |
parent | 812f666ea3f9034b78a12dc025366c7c31d87c3c (diff) | |
parent | 228aa99db473dc2145c8f55819e972f5dc6bb501 (diff) | |
download | otp-e4e02fc5abecdb589eda9e3298278ad3d3648854.tar.gz otp-e4e02fc5abecdb589eda9e3298278ad3d3648854.tar.bz2 otp-e4e02fc5abecdb589eda9e3298278ad3d3648854.zip |
Merge branch 'ia/public_key/CRL/OTP-7045'
* ia/public_key/CRL/OTP-7045:
public_key: Enhance documentation
public_key: CTify test suites
public_key: Document pkix_path_validation/3 and pkix_crls_validate/3
Support CRL verification in public_key
All basic test cases pass
Diffstat (limited to 'lib/public_key/src/Makefile')
-rw-r--r-- | lib/public_key/src/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/public_key/src/Makefile b/lib/public_key/src/Makefile index d5cd13d81a..d24122221a 100644 --- a/lib/public_key/src/Makefile +++ b/lib/public_key/src/Makefile @@ -44,7 +44,8 @@ MODULES = \ pubkey_ssh \ pubkey_pbe \ pubkey_cert \ - pubkey_cert_records + pubkey_cert_records \ + pubkey_crl HRL_FILES = $(INCLUDE)/public_key.hrl |