diff options
author | lloyd <[email protected]> | 2013-11-29 19:42:46 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2013-11-29 19:42:46 +0000 |
commit | 7ef2285a09c8476708f45e3bb69dbb8c8b6fb704 (patch) | |
tree | 03a30d21e64dea5b3ab88a1993a85ca20eb65e50 /src/cert/x509/info.txt | |
parent | 0e7e188973c0361ba77cfeb0eb2bbae1c2e0ea63 (diff) |
Have OCSP responses return an enum allowing a range of conditions to be expressed
(good status, cert revoked, some other error, etc).
Add a certificate store backed by files (requiring boost filesystem).
Change Certificate_Store interface somewhat to support retrieval without copying.
Diffstat (limited to 'src/cert/x509/info.txt')
-rw-r--r-- | src/cert/x509/info.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/cert/x509/info.txt b/src/cert/x509/info.txt index 061c52a13..1aebd0c81 100644 --- a/src/cert/x509/info.txt +++ b/src/cert/x509/info.txt @@ -2,4 +2,6 @@ define X509_CERTIFICATES 20131128 <requires> datastor +http_util +ocsp </requires> |