diff options
author | Jack Lloyd <[email protected]> | 2020-05-21 16:59:04 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2020-05-25 08:21:47 -0400 |
commit | 3ee5a2e990ada59490d29e115c68e77a53199ca8 (patch) | |
tree | f7309c9ecbcf3a3a3a1bb02feb747bfd23cd6830 /doc | |
parent | aad38c0304085c388977a65970715d757caf5277 (diff) |
Check that a v1 certificate does not include the v2 identifier fields
As with other such conformance issues we allow the certificate to parse
but signal the problem during verification.
Bug reported by Mario Korth of Ruhr-Universität Bochum
Diffstat (limited to 'doc')
-rw-r--r-- | doc/dev_ref/todo.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/dev_ref/todo.rst b/doc/dev_ref/todo.rst index 87445344e..891475caa 100644 --- a/doc/dev_ref/todo.rst +++ b/doc/dev_ref/todo.rst @@ -126,6 +126,7 @@ Cleanups * Split test_ffi.cpp into multiple files * Unicode path support on Windows (GH #1615) +* The X.509 path validation tests have much duplicated logic Compat Headers ---------------- |