Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The test validates the end entity certificate against the self-signed CA from the Web Platform Tests (WPT) conformance suite. The certificates are somewhat unusual in that they have really long "Name Constraints" and "Subject Alternative Name" fields but other libraries parse them just fine. webpki doesn't seem able to handle the "Name Constraints" field in the CA certificate. The `der::nested()` call in `parse_subtrees() in src/name/verify.rs expects its closure to consume all input but it consumes only the first item on the list.
- Loading branch information