diff options
-rw-r--r-- | src/lib/x509/x509path.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/x509/x509path.h b/src/lib/x509/x509path.h index 6dd3c21f7..2163c2214 100644 --- a/src/lib/x509/x509path.h +++ b/src/lib/x509/x509path.h @@ -179,7 +179,7 @@ class BOTAN_DLL Path_Validation_Result /** * PKIX Path Validation -* @param end_certs certificate chain to validate +* @param end_certs certificate chain to validate (with end entity certificate in end_certs[0]) * @param restrictions path validation restrictions * @param trusted_roots list of certificate stores that contain trusted certificates * @param hostname if not empty, compared against the DNS name in end_certs[0] |