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