-
Notifications
You must be signed in to change notification settings - Fork 110
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deps: Update ZCrypto, fix assoc. test breakage. (#435)
* deps: update zcrypto to tip of master. This pulls in ZCrypto at zmap/zcrypto@16679db * lints: remove invalid TestEtsiTypeAsQcStmt test case. The `testdata/QcStmtEtsiTaggedValueCert20.pem` test certificate has an invalid QCStatements extension value[0] and ZCrypto with support for parsing QC Statements panics reading the test cert. Since ZLint can't lint certificates that ZCrypto won't parse we must remove this test case. [0]: #433 (comment) * lints: rm invalid `TestEtsiQcCompliance`, `TestEtsiQcType` certs. Similar to the prev. commit now that ZCrypto understands QCStatement extensions it will error parsing these test cases and so they must be removed. This test coverage should be handled by ZCrypto. * integration: updates for QCStatement lint expected results. With an updated ZCrypto there is now 1 certificate[0] from the integration test data that no longer parses. This in turn means that the `e_qcstatem_qctype_valid`, `n_subject_common_name_included`, `w_qcstatem_qcpds_lang_case` and `w_qcstatem_qctype_web` lints that previously had findings for this certificate need to have their expected result counts adjusted. [0]: https://censys.io/certificates/4712f1b2a94994b55626ecba2104bbf23d39c05e7a2751e5af8a923bac23fd8f
- Loading branch information
Showing
10 changed files
with
9 additions
and
413 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.