forked from google/boringssl
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't leave stray errors in the error queue in X509_print_ex.
https://boringssl-review.googlesource.com/c/boringssl/+/51635 switched the serial number check to ASN1_INTEGER_get_uint64, but as that function actually treats overflow as an error, it adds to the error queue and we need to clear it. See also b/231880827, though whether that is a red herring or the cause, I'm not sure. Change-Id: Ibd7e9369c3455898fa3411b7a079ce21b37c586c Reviewed-on: https://boringssl-review.googlesource.com/c/boringssl/+/52648 Commit-Queue: Adam Langley <[email protected]> Reviewed-by: Adam Langley <[email protected]>
- Loading branch information
Showing
2 changed files
with
85 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
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