python-tuf/tuf/encoding
Sebastien Awwad 1fda798d40
ASN.1: deal with empty private values in public key dicts
by removing them. This is potentially problematic as it might change
the keyid when converting to ASN.1 and back, but it'll have to do for
now, and we shouldn't have these things in there in the first place.
It's an edge case, and this is a compromise.

Signed-off-by: Sebastien Awwad <sebastien.awwad@gmail.com>
2018-11-08 16:36:20 -05:00
..
__init__.py WIP: Revise me. Draft ASN.1 conversion and testing 2018-11-08 16:36:19 -05:00
asn1_convert.py ASN.1: deal with empty private values in public key dicts 2018-11-08 16:36:20 -05:00
asn1_metadata_definitions.py ASN.1: RSA key compat: key vals OctetString -> VisibleString 2018-11-08 16:36:20 -05:00
metadata_definitions.asn1 ASN.1: RSA key compat: key vals OctetString -> VisibleString 2018-11-08 16:36:20 -05:00