aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2016-11-25 13:23:49 -0500
committerJack Lloyd <[email protected]>2016-11-25 13:23:49 -0500
commitc5bd65b848c11a33da47776da16374b25e585466 (patch)
treedf21c44648dbd0be242bf505f1e7bc501ea9257b /src
parent8eccf87635443b284a4b59fcd01cba9ddfb2ce9f (diff)
Add missing Doxygen param [ci skip]
Diffstat (limited to 'src')
-rw-r--r--src/lib/tls/tls_callbacks.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/tls/tls_callbacks.h b/src/lib/tls/tls_callbacks.h
index 200885173..c5fe32f29 100644
--- a/src/lib/tls/tls_callbacks.h
+++ b/src/lib/tls/tls_callbacks.h
@@ -118,6 +118,8 @@ class BOTAN_DLL Callbacks
* the client requested (eg via SNI). When authenticating a client,
* this is the server name the client is authenticating *to*.
* Empty in other cases or if no hostname was used.
+ * @param policy the TLS policy associated with the session being authenticated
+ * using the certificate chain
*/
virtual void tls_verify_cert_chain(
const std::vector<X509_Certificate>& cert_chain,