aboutsummaryrefslogtreecommitdiffstats
path: root/src/cert/x509/x509find.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cert/x509/x509find.h')
-rw-r--r--src/cert/x509/x509find.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/cert/x509/x509find.h b/src/cert/x509/x509find.h
index a7a84c7a5..5624b717b 100644
--- a/src/cert/x509/x509find.h
+++ b/src/cert/x509/x509find.h
@@ -12,7 +12,7 @@
namespace Botan {
-/*
+/**
* Search based on the contents of a DN entry
*/
class BOTAN_DLL DN_Check : public X509_Store::Search_Func
@@ -30,7 +30,7 @@ class BOTAN_DLL DN_Check : public X509_Store::Search_Func
compare_fn compare;
};
-/*
+/**
* Search for a certificate by issuer/serial
*/
class BOTAN_DLL IandS_Match : public X509_Store::Search_Func
@@ -43,7 +43,7 @@ class BOTAN_DLL IandS_Match : public X509_Store::Search_Func
MemoryVector<byte> serial;
};
-/*
+/**
* Search for a certificate by subject keyid
*/
class BOTAN_DLL SKID_Match : public X509_Store::Search_Func