-
-
Notifications
You must be signed in to change notification settings - Fork 10.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Based on a boringssl test contributed by David Benjamin Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org>
- Loading branch information
1 parent
41d6263
commit 94ece6a
Showing
1 changed file
with
344 additions
and
0 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
94ece6a
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
After merging CVE-2020-1971 GENERAL_NAME_cmp related fix, "make test" failed:
../test/recipes/90-test_v3name.t ................... Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/1 subtests
94ece6a
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Syllinia please raise this as an issue rather a comment against the commit
94ece6a
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@mattcaswell Hi, I merged the CVE-2020-1971 GENERAL_NAME_cmp related fix from 1.1.1-stable to my own branch. v3name test in 1.1.1-stable is Ok. I think I merged the whole modifications from 1.1.1-stable. So it's somewhat weird.
94ece6a
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@mattcaswell I've corrected my merging as follows in crypto/x509v3/v3_genn.c and now "make test" works well.
IMPLEMENT_ASN1_FUNCTIONS(OTHERNAME)
ASN1_SEQUENCE(EDIPARTYNAME) = {
} ASN1_SEQUENCE_END(EDIPARTYNAME)
IMPLEMENT_ASN1_FUNCTIONS(EDIPARTYNAME)