diff options
author | Jack Lloyd <[email protected]> | 2016-11-03 10:30:13 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2016-11-03 10:30:13 -0400 |
commit | 341fd32b46363cad4c2caee3fca166695100ba07 (patch) | |
tree | 89a98aa28a431f2625268cf61e7adf903fd24a98 /src/lib/x509/info.txt | |
parent | 1e72720661383466807ac496b941af41d756a2ce (diff) |
Move cert/x509 to top level and pem and pbes2 to pubkey.
The `cert` dir was just an artifact of having previously supported
CVC (smartcard cert format), removed a long time ago.
The pem and pbes2 code is directly related to the pubkey code,
in fact the only caller of pbes2 (likely anywhere, not just
in the library) is in pkcs8.cpp
Diffstat (limited to 'src/lib/x509/info.txt')
-rw-r--r-- | src/lib/x509/info.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/lib/x509/info.txt b/src/lib/x509/info.txt new file mode 100644 index 000000000..be1e879c3 --- /dev/null +++ b/src/lib/x509/info.txt @@ -0,0 +1,10 @@ +define X509_CERTIFICATES 20151023 +define OCSP 20131128 + +<requires> +asn1 +datastor +http_util +pubkey +sha1 +</requires> |