From 341fd32b46363cad4c2caee3fca166695100ba07 Mon Sep 17 00:00:00 2001 From: Jack Lloyd Date: Thu, 3 Nov 2016 10:30:13 -0400 Subject: 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 --- src/lib/x509/info.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 src/lib/x509/info.txt (limited to 'src/lib/x509/info.txt') 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 + + +asn1 +datastor +http_util +pubkey +sha1 + -- cgit v1.2.3