1. 6fdc54f Fix Python 2.7 support by wbond · 9 years ago
  2. 5abcc3a Restrict IA5String to ASCII by wbond · 9 years ago
  3. f239629 Update install instructions version by wbond · 9 years ago
  4. d007e0f Version 0.10.0 by wbond · 9 years ago
  5. 2870f94 Added dev-requirements.txt by wbond · 9 years ago
  6. 2f4790a Fix a bug with defaulted fields in Sequence objects overwriting values from .contents by wbond · 9 years ago
  7. 6712437 Removed try/except from .native since it duplicated similar block in ._parse_children() by wbond · 9 years ago
  8. ab88492 Add docs on .untag() and .retag() to Universal Types documentation by wbond · 9 years ago
  9. 5323212 Added docs on .debug() and .copy() to Universal Types docs by wbond · 9 years ago
  10. 013dbee Update Universal Types docs to mention ParsableOctetString and ParsableOctetBitString by wbond · 9 years ago
  11. 14b46c4 Added table of contents to Universal Types docs page by wbond · 9 years ago
  12. c297f34 Added Asn1Value.copy() and tests for .copy(), .untag() and .retag() by wbond · 9 years ago
  13. 65d8bf0 Asn1Value.header renamed to Asn1Value._header and Asn1Value.trailer by wbond · 9 years ago
  14. 6b982c3 Removed pprint() since it didn't really add any value, especially with .debug() now available by wbond · 9 years ago
  15. 4e58977 Add Asn1Value.debug() for an improved debugging experience by wbond · 9 years ago
  16. 33a412a Clean up some linter warnings by wbond · 9 years ago
  17. c647b61 Add some length sanity checking to parse functionality by wbond · 9 years ago
  18. fd066bd Ensure values assigned to Sequence fields and added to SequenceOf/SetOf have proper tagging by wbond · 9 years ago
  19. 1c246a6 Allow _spec_callback to return a (Asn1Value, None) tuple to override the defined field spec by wbond · 9 years ago
  20. d3a152c Improve debugging of Any values by wbond · 9 years ago
  21. e5a1c6e Add ParsableOctetString and ParsableOctetBitString by wbond · 9 years ago
  22. 0933715 core.OctetString() and core.OctetBitString() both now have a parsed constructor keyword by wbond · 9 years ago
  23. fa06af1 Fixed docstring typo by wbond · 9 years ago
  24. 5b10bc2 Add try blocks in constructors to add helpful debugging info about current class by wbond · 9 years ago
  25. b86376f Change "setup.py clean" to also remove .pyc files and __pycache__ dirs by wbond · 9 years ago
  26. b7d13b7 Update install instructions to work since package not published to pypi yet by wbond · 9 years ago
  27. e914215 Moved timezone.utc out of core into util by wbond · 9 years ago
  28. e3e4bcd Move asn1crypto.int to asn1crypto.util to prevent import name conflicts with int by wbond · 9 years ago
  29. b697173 Expose ECPoint loading/dumping functionality via keys module by wbond · 9 years ago
  30. 78d585c Fixed big num modules comments by wbond · 9 years ago
  31. e720d6e Fixed a bug computing the DSA public key when only the private key is available by wbond · 9 years ago
  32. a5e572d Fixed a bug assigning a nested value inside of an OctetBitString that is part of a Sequence by wbond · 9 years ago
  33. f2a7615 Add another reference in CSR comments by wbond · 9 years ago
  34. 956f171 Added core.Sequence.spec() and core.SequenceOf.spec() by wbond · 9 years ago
  35. adcdebc Added OID for special extended key usage value any by wbond · 9 years ago
  36. 0b7ffe7 Move hold extension code extension to CRLEntryExtension where it belongs by wbond · 9 years ago
  37. 93ad143 Only use the long unicode compat code when needed by wbond · 9 years ago
  38. 15da2ac Correct __eq__ functionality by adding __ne__ for 2.7 by wbond · 9 years ago
  39. 3ce3aec Fixed handling of extended unicode characters on some Python 2.7 installs by wbond · 9 years ago
  40. 2b648f5 Exposed int_to_bytes() and int_from_bytes() as public functions by wbond · 9 years ago
  41. 2232360 Fixed some ibugs in Integer serialization on Python 2.7 by wbond · 9 years ago
  42. 5912f8a Added a test for removing a bit from a mapped BitString by wbond · 9 years ago
  43. 076c412 Added core.SequenceOf.append(), fixed some SequenceOf bugs, added SequenceOf tests by wbond · 9 years ago
  44. 7d7cccb Overhauled BitString - fixed bugs, changed native representation to set(), added item access for non-mapped versions by wbond · 9 years ago
  45. b5e193e Added x509.Certificate.ca and x509.Certificate.max_path_length by wbond · 9 years ago
  46. 06921bb Added x509.Certificate.signature, x509.Certificate.signature_algo and x509.Certificate.hash_algo by wbond · 9 years ago
  47. 936b971 Added x509.Name.hashable and x509.RelativeDistinguishedName.hashable for use as dict keys, or presence in sets by wbond · 9 years ago
  48. 7a5c015 Added crl.CertificateList.issuer by wbond · 9 years ago
  49. 2fde645 Change critical extension tracking to use sets instead of lists by wbond · 9 years ago
  50. 9a7a099 Added x509.Certificate.self_issued and x509.Certificate.self_signed by wbond · 9 years ago
  51. fd65d60 Add RFC5280-based equality rules for x509.Name and x509.RelativeDistinguishedName by wbond · 9 years ago
  52. 0c8f2ca Add a preferred order for x509.RelativeDistinguishedName attribute names by wbond · 9 years ago
  53. 50959e9 Add some more x509.Name OID seen in various OS trust roots and EV certs by wbond · 9 years ago
  54. 3086cab Properly handle Choice types when setting a Sequence field value by wbond · 9 years ago
  55. 06080f7 Set initial Sequence values in field order because of OID-based specs by wbond · 9 years ago
  56. 1a5a2ac Fixed some windows IP address conversion issues by wbond · 9 years ago
  57. f464572 Added proper IP address parsing to x509.GeneralName by wbond · 9 years ago
  58. 4c248d5 Ensure that OCSP URIs are http:// by wbond · 9 years ago
  59. 3b22a4c Added x509.DistributionPoint.url by wbond · 9 years ago
  60. 4ff78f2 Added core.BitString.named_bits by wbond · 9 years ago
  61. 6888bc6 Instead of returning CRL URLs, we return the whole DistributionPoint object for CRL validation by wbond · 9 years ago
  62. 5fb733f Added high-level extension attributes to crl.CertificateList and crl.RevokedCertificate by wbond · 9 years ago
  63. 4a2627f Fix typo in crl.Certificate by wbond · 9 years ago
  64. fe20ba7 Improve consistency of exception error messages by wbond · 9 years ago
  65. ad218f9 Fix method calls to process OCSP and CRL extensions by wbond · 9 years ago
  66. d0f71af Make the value of x509.Certificate.ocsp_no_check_value more clear by wbond · 9 years ago
  67. bcb6264 Added high-level extension attributes to ocsp.Request, ocsp.OCSPRequest, ocsp.SingleResponse and ocsp.OCSPResponse by wbond · 9 years ago
  68. 65593fe Removed the "ocsp_" prefix from various OCSP OIDs by wbond · 9 years ago
  69. a613f81 Fixed extension attributes in crl.CertificateList by wbond · 9 years ago
  70. 90ec130 Restructured ocsp.py so classes are in more of a dependency order by wbond · 9 years ago
  71. 5d1e851 Ignore coverage file by wbond · 9 years ago
  72. ea86001 Improved docstrings for the x509.Certificate extension attributes by wbond · 9 years ago
  73. 433adbb Added high-level attribute access for the subject directory attributes and inhibit anypolicy extensions to x509.Certificate by wbond · 9 years ago
  74. fb88b8c Added support for the freshest crl extension to x509 by wbond · 9 years ago
  75. ada58e7 Added support for the issuer alt name extension to x509 by wbond · 9 years ago
  76. 35f8135 Added Subject Information Access extension support to x509, fixed timestamping OID name to time_stamping by wbond · 9 years ago
  77. 598c228 Added high-level extension attributes to crl.CertificateList and crl.RevokedCertificate by wbond · 9 years ago
  78. 2f1eb26 Added .human_friendly to CRLReason by wbond · 9 years ago
  79. 1cfca23 Added .signature_algo and .hash_algo to SignedDigestAlgorithm by wbond · 9 years ago
  80. 85abe2c Corrected some docstrings by wbond · 9 years ago
  81. 55908ac Make "setup.py clean" actually clean stuff up by wbond · 9 years ago
  82. af1f5a8 Added various convenience attributes to x509.Certificate by wbond · 9 years ago
  83. fce1338 Added x509.Name.human_friendly for end-user display by wbond · 9 years ago
  84. 045db0e Add timestamping access method OID by wbond · 9 years ago
  85. 47f78fd Improve variable name by wbond · 9 years ago
  86. 91d7032 Added .sha1 and .sha256 to x509.Name class by wbond · 9 years ago
  87. 2972012 Added business_category OID by wbond · 9 years ago
  88. fc9bf82 Change the PEM test with headers to use an OrderedDict for header order consistency by wbond · 9 years ago
  89. 66babf6 Add .sha1 and .sha256 properties to PublicKeyInfo that calculate over the DER-encoded contents of the public_key field by wbond · 9 years ago
  90. 77b0ccd Fixed typos in OCSP code by wbond · 9 years ago
  91. 2ddd95f Removed extra unnecessary code from SequenceOf._set_contents() that had been pulled from Sequence by wbond · 9 years ago
  92. 417eae5 When creating a Sequence from scratch, make sure the default values are populated by wbond · 9 years ago
  93. d556acc Extracted field definition determination and value creation from Sequence __setitem__() and _parse_children() by wbond · 9 years ago
  94. 39ea6ab Make NoValue() iterate 0 times by wbond · 9 years ago
  95. 5af38cd Explicitly mention pypy3 support by wbond · 9 years ago
  96. d90cf5b Added PEM functionality by wbond · 9 years ago
  97. 08c60fa Add convenience property and tests for authority information access value on Certificate objects by wbond · 9 years ago
  98. a0d4548 Added authority info access syntax extension to Certificate in addition to CRL by wbond · 9 years ago
  99. a43b3fb Add detection of the inhibit anyPolicy extension by wbond · 9 years ago
  100. 8bb77d0 Add convenience attributes to x509.Certificate for accessing extensions used in path validation by wbond · 9 years ago