diff options
Diffstat (limited to 'include/x509stor.h')
-rw-r--r-- | include/x509stor.h | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/include/x509stor.h b/include/x509stor.h index 9cb747a22..0ac5456ee 100644 --- a/include/x509stor.h +++ b/include/x509stor.h @@ -129,21 +129,6 @@ class X509_Store mutable bool revoked_info_valid; }; -namespace X509_Store_Search { - -/************************************************* -* Methods to search through a X509_Store * -*************************************************/ -std::vector<X509_Certificate> by_email(const X509_Store&, const std::string&); -std::vector<X509_Certificate> by_name(const X509_Store&, const std::string&); -std::vector<X509_Certificate> by_dns(const X509_Store&, const std::string&); -std::vector<X509_Certificate> by_iands(const X509_Store&, const X509_DN&, - const MemoryRegion<byte>&); -std::vector<X509_Certificate> by_SKID(const X509_Store&, - const MemoryRegion<byte>&); - -} - } #endif |