-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Now able to reproduce DER unpacked content with anASN1Object._der_pack()
- tested in test/certio.py using test/verisigin.der (X.509 certificate) - works in spite of nested SEQUENCE OF and SET OF, and "funny" types - explicitly used der_pack() / der_unpack() to mean "with DER header" - additionally used der_format() / der_parse() to mean "DER body only" - updated test/der_pack() with changes; renamed it to test/der_format()
- Loading branch information
Showing
9 changed files
with
372 additions
and
113 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
Oops, something went wrong.