1. a8f896a Fix a bug copying Asn1Value object .class_ attributes by wbond · 9 years ago
  2. 7451302 Typo in core.Choice error message by wbond · 9 years ago
  3. c0d290e Added a link to csrbuilder by wbond · 9 years ago
  4. 3298a82 Added x509.Name.__len__() by wbond · 9 years ago
  5. db49579 Added some X.509 examples from chromium by wbond · 9 years ago
  6. 8fbe3f7 Added readmes for various fixtures subdirs by wbond · 9 years ago
  7. ebd4dc7 Add .__contains__() to core.SequenceOf and core.SetOf by wbond · 9 years ago
  8. 2eba0bd Implement core.Void.__nonzero__() by wbond · 9 years ago
  9. 093f986 Renamed core.NoValue() to core.Void(), document singleton core.VOID by wbond · 9 years ago
  10. cbbc80b Performance: reduce assignments in _parse() by wbond · 9 years ago
  11. a2a81ba Performance: reduce isinstance() checks in _build() by wbond · 9 years ago
  12. b7c1412 Performance: expand all field definitions to have an empty params dict by wbond · 9 years ago
  13. 9cf0402 Performance: use a single NoValue object by wbond · 9 years ago
  14. babedc6 Handle x509.Certificate objects with CRL distribution points that do not have a name by wbond · 9 years ago
  15. e47c000 Allow comparing core.NoValue objects by wbond · 9 years ago
  16. 43099f4 Add type stack info to core.Sequence.__getitem__() by wbond · 9 years ago
  17. 7c0b483 core.Choice.validate() now properly handles explicit tagging by wbond · 9 years ago
  18. 8dff4cd Parsing performance improvements by wbond · 9 years ago
  19. 581e275 Ensure Asn1Value.copy() performs a full deep copy by wbond · 9 years ago
  20. bc3f0f6 Added some pypi trove classifiers by wbond · 9 years ago
  21. 0c707dd Version 0.11.1 by wbond · 9 years ago
  22. 21db121 Ensure proper RFC 5280 encoding with x509.Name.build() by wbond · 9 years ago
  23. 9bcb179 Added crl.CertificateList.sha256 and .sha1 by wbond · 9 years ago
  24. 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
  25. 0d9d833 Handle DSA certificates without parameters in keys.PublicKeyInfo.hash_algo by wbond · 9 years ago
  26. 6f06aea Lint fix by wbond · 9 years ago
  27. 5cf77ba Import order cleanup by wbond · 9 years ago
  28. 3a487a4 Flake8 fixes for setup.py by wbond · 9 years ago
  29. a26664f Replace pylint with flake8, improve exception class specificity by wbond · 9 years ago
  30. 5a0feb4 Mention Python 3.2 in readme by wbond · 9 years ago
  31. 8ea67eb Version 0.11.0 by wbond · 9 years ago
  32. 5314f4b Add .sha256 and .sha1 attributes to x509.Certificate by wbond · 9 years ago
  33. d4fc7ea Added x509.Certificate.is_valid_domain_ip() by wbond · 9 years ago
  34. 06cf099 Update x509.Certificate.valid_domains to match RFC 6125 in terms of valid domain lists by wbond · 9 years ago
  35. 9a968c8 Export inet_ntop() and inet_pton() from util for IP address comparisons by wbond · 9 years ago
  36. 872ffdd Fix a bug generating the human friendly form of an X.509 Name when multiple elements of the same type are present by wbond · 9 years ago
  37. df6b897 Changed x509.Certificate.self_issued and .self_signed to return true even if the certificate is not a CA cert by wbond · 9 years ago
  38. 3f4a61c Note Python 2.6 compatibility in the readme and setup.py by wbond · 9 years ago
  39. 9d65e68 Added unittest patches for Python 2.6 by wbond · 9 years ago
  40. 6e4af27 URL encoding fixes for Python 2.6 compatibility by wbond · 9 years ago
  41. 153cee9 Removed dict comprehension for Python 2.6 support by wbond · 9 years ago
  42. 284814a Consistent __future__ imports for tests by wbond · 9 years ago
  43. 407e9e3 Removed set literals for Python 2.6 support by wbond · 9 years ago
  44. 44b8919 Added OrderedDict shim for Python 2.6 by wbond · 9 years ago
  45. b8dafce Fix dict literal that was typoed to a set literal by wbond · 9 years ago
  46. d35103e Added links to other crypto libraries by wbond · 9 years ago
  47. 7b2b9e2 Improved exception messages to include object module in addition to name by wbond · 9 years ago
  48. 35701c9 Fixed handling of internationalized domain names, URLs and email by wbond · 9 years ago
  49. d224d9e Allow comparing primitive types from core based on represented value by wbond · 9 years ago
  50. 3e5dbfd Fix serialization of an empty SequenceOf during constructor by wbond · 9 years ago
  51. 0212f96 Moved _basic_debug() below class definitions, added docstring by wbond · 9 years ago
  52. e474a6f Ensure tagging is correct on values passed to a Choice by wbond · 9 years ago
  53. 69b9918 Added pki keyword to setup.py by wbond · 9 years ago
  54. 308c0f1 Fix bugs with times in Python 2.7 by wbond · 9 years ago
  55. 5fb3030 Fix generating the hashable version of an x509.RelativeDistinguishedName by wbond · 9 years ago
  56. d913db5 Fix formatting of terms: ASN.1, X.509, RFC by wbond · 9 years ago
  57. efa1893 Version 0.10.1 by wbond · 9 years ago
  58. 6fdc54f Fix Python 2.7 support by wbond · 9 years ago
  59. 5abcc3a Restrict IA5String to ASCII by wbond · 9 years ago
  60. f239629 Update install instructions version by wbond · 9 years ago
  61. d007e0f Version 0.10.0 by wbond · 9 years ago
  62. 2870f94 Added dev-requirements.txt by wbond · 9 years ago
  63. 2f4790a Fix a bug with defaulted fields in Sequence objects overwriting values from .contents by wbond · 9 years ago
  64. 6712437 Removed try/except from .native since it duplicated similar block in ._parse_children() by wbond · 9 years ago
  65. ab88492 Add docs on .untag() and .retag() to Universal Types documentation by wbond · 9 years ago
  66. 5323212 Added docs on .debug() and .copy() to Universal Types docs by wbond · 9 years ago
  67. 013dbee Update Universal Types docs to mention ParsableOctetString and ParsableOctetBitString by wbond · 9 years ago
  68. 14b46c4 Added table of contents to Universal Types docs page by wbond · 9 years ago
  69. c297f34 Added Asn1Value.copy() and tests for .copy(), .untag() and .retag() by wbond · 9 years ago
  70. 65d8bf0 Asn1Value.header renamed to Asn1Value._header and Asn1Value.trailer by wbond · 9 years ago
  71. 6b982c3 Removed pprint() since it didn't really add any value, especially with .debug() now available by wbond · 9 years ago
  72. 4e58977 Add Asn1Value.debug() for an improved debugging experience by wbond · 9 years ago
  73. 33a412a Clean up some linter warnings by wbond · 9 years ago
  74. c647b61 Add some length sanity checking to parse functionality by wbond · 9 years ago
  75. fd066bd Ensure values assigned to Sequence fields and added to SequenceOf/SetOf have proper tagging by wbond · 9 years ago
  76. 1c246a6 Allow _spec_callback to return a (Asn1Value, None) tuple to override the defined field spec by wbond · 9 years ago
  77. d3a152c Improve debugging of Any values by wbond · 9 years ago
  78. e5a1c6e Add ParsableOctetString and ParsableOctetBitString by wbond · 9 years ago
  79. 0933715 core.OctetString() and core.OctetBitString() both now have a parsed constructor keyword by wbond · 9 years ago
  80. fa06af1 Fixed docstring typo by wbond · 9 years ago
  81. 5b10bc2 Add try blocks in constructors to add helpful debugging info about current class by wbond · 9 years ago
  82. b86376f Change "setup.py clean" to also remove .pyc files and __pycache__ dirs by wbond · 9 years ago
  83. b7d13b7 Update install instructions to work since package not published to pypi yet by wbond · 9 years ago
  84. e914215 Moved timezone.utc out of core into util by wbond · 9 years ago
  85. e3e4bcd Move asn1crypto.int to asn1crypto.util to prevent import name conflicts with int by wbond · 9 years ago
  86. b697173 Expose ECPoint loading/dumping functionality via keys module by wbond · 9 years ago
  87. 78d585c Fixed big num modules comments by wbond · 9 years ago
  88. e720d6e Fixed a bug computing the DSA public key when only the private key is available by wbond · 9 years ago
  89. a5e572d Fixed a bug assigning a nested value inside of an OctetBitString that is part of a Sequence by wbond · 9 years ago
  90. f2a7615 Add another reference in CSR comments by wbond · 9 years ago
  91. 956f171 Added core.Sequence.spec() and core.SequenceOf.spec() by wbond · 9 years ago
  92. adcdebc Added OID for special extended key usage value any by wbond · 9 years ago
  93. 0b7ffe7 Move hold extension code extension to CRLEntryExtension where it belongs by wbond · 9 years ago
  94. 93ad143 Only use the long unicode compat code when needed by wbond · 9 years ago
  95. 15da2ac Correct __eq__ functionality by adding __ne__ for 2.7 by wbond · 9 years ago
  96. 3ce3aec Fixed handling of extended unicode characters on some Python 2.7 installs by wbond · 9 years ago
  97. 2b648f5 Exposed int_to_bytes() and int_from_bytes() as public functions by wbond · 9 years ago
  98. 2232360 Fixed some ibugs in Integer serialization on Python 2.7 by wbond · 9 years ago
  99. 5912f8a Added a test for removing a bit from a mapped BitString by wbond · 9 years ago
  100. 076c412 Added core.SequenceOf.append(), fixed some SequenceOf bugs, added SequenceOf tests by wbond · 9 years ago