aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRenĂ© Korthaus <[email protected]>2017-07-02 12:40:29 +0200
committerRenĂ© Korthaus <[email protected]>2017-07-02 12:42:04 +0200
commitfd8742b0c6cb3d2689535cf8866009a29a637538 (patch)
treefcf2765543f0e1ea74e977c3c69ff81ce3f510c4 /src
parentb3ca3bb085bf5f90f1a6f07a5b9d80c931688654 (diff)
Add position of end entity cert in x509_path_validate() doc [ci skip]
It's not so obvious to a user at which end of the chain the end entity certificate must be placed.
Diffstat (limited to 'src')
-rw-r--r--src/lib/x509/x509path.h2
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]