diff options
author | Jack Lloyd <[email protected]> | 2017-07-03 09:35:09 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2017-07-03 09:35:09 -0400 |
commit | 17cdc021e771666f7271973c76d8cff9e863cefb (patch) | |
tree | a2c3d0e07c38fbe927d37fef5f033795ac34766c /src | |
parent | 545ac43c03710ffb5001ff8fcaa05e8536adcdeb (diff) | |
parent | fd8742b0c6cb3d2689535cf8866009a29a637538 (diff) |
Merge GH #1107 Improve documentation of x509_path_validate
Diffstat (limited to 'src')
-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] |