diff options
author | Daniel Neus <[email protected]> | 2017-10-19 17:14:00 +0200 |
---|---|---|
committer | Daniel Neus <[email protected]> | 2017-10-20 14:36:29 +0200 |
commit | efa5004354ead93d8c5a3b32f430ccfb1c46e072 (patch) | |
tree | 31cbace6e638a042a982fc118ca5b682f41b924d /src/lib/x509/x509path.h | |
parent | e990033be3f4ea3e226b1843e41dff6cd730543c (diff) |
X.509 RSA-PSS verification
Diffstat (limited to 'src/lib/x509/x509path.h')
-rw-r--r-- | src/lib/x509/x509path.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/x509/x509path.h b/src/lib/x509/x509path.h index 2bddd62b1..17932c871 100644 --- a/src/lib/x509/x509path.h +++ b/src/lib/x509/x509path.h @@ -329,7 +329,7 @@ BOTAN_PUBLIC_API(2,0) check_ocsp(const std::vector<std::shared_ptr<const X509_Ce std::chrono::system_clock::time_point ref_time); /** -* Check CRLs for revocation infomration +* Check CRLs for revocation information * @param cert_path path already validated by check_chain * @param crls the list of CRLs to check, it is assumed that crls[i] (if not null) * is the associated CRL for the subject in cert_path[i]. @@ -343,7 +343,7 @@ BOTAN_PUBLIC_API(2,0) check_crl(const std::vector<std::shared_ptr<const X509_Cer std::chrono::system_clock::time_point ref_time); /** -* Check CRLs for revocation infomration +* Check CRLs for revocation information * @param cert_path path already validated by check_chain * @param certstores a list of certificate stores to query for the CRL * @param ref_time whatever time you want to perform the validation against |