1. 581e275 Ensure Asn1Value.copy() performs a full deep copy by wbond · 9 years ago
  2. 20ed890 Ensure core.UTCTime interprets <= 49 as 20xx and >= 50 as 19xx per RFC 5280 section 4.1.2.5.1 by wbond · 9 years ago
  3. a26664f Replace pylint with flake8, improve exception class specificity by wbond · 9 years ago
  4. 9d65e68 Added unittest patches for Python 2.6 by wbond · 9 years ago
  5. 284814a Consistent __future__ imports for tests by wbond · 9 years ago
  6. 407e9e3 Removed set literals for Python 2.6 support by wbond · 9 years ago
  7. d224d9e Allow comparing primitive types from core based on represented value by wbond · 9 years ago
  8. e474a6f Ensure tagging is correct on values passed to a Choice by wbond · 9 years ago
  9. c297f34 Added Asn1Value.copy() and tests for .copy(), .untag() and .retag() by wbond · 9 years ago
  10. 956f171 Added core.Sequence.spec() and core.SequenceOf.spec() by wbond · 9 years ago
  11. 2232360 Fixed some ibugs in Integer serialization on Python 2.7 by wbond · 9 years ago
  12. 5912f8a Added a test for removing a bit from a mapped BitString by wbond · 9 years ago
  13. 076c412 Added core.SequenceOf.append(), fixed some SequenceOf bugs, added SequenceOf tests by wbond · 9 years ago
  14. 7d7cccb Overhauled BitString - fixed bugs, changed native representation to set(), added item access for non-mapped versions by wbond · 9 years ago
  15. 703b434 Fixed serialization of ObjectIdentifier by wbond · 9 years ago