1. c09b87c Version 1.3.0 by wbond · 4 years, 5 months ago
  2. 6de6919 Latest unittest shims by wbond · 4 years, 5 months ago
  3. ffddb9a Have tests error out when a warning is raised by wbond · 4 years, 5 months ago
  4. 20e2b4e Add __getinitargs__ method to util.timezone by Jörn Heissler · 4 years, 7 months ago
  5. 3340d12 Fix x509.Certificate.subject_directory_attributes_value property by Jörn Heissler · 4 years, 7 months ago
  6. 631da46 Version 1.2.0 by wbond · 4 years, 8 months ago
  7. 164235f Add asn1crypto.load_order() by wbond · 4 years, 8 months ago
  8. e634812 Version 1.1.0 by wbond · 4 years, 8 months ago
  9. 47f27a2 Version 1.0.1 by wbond · 4 years, 8 months ago
  10. fcbba29 Version 1.0.0 by wbond · 4 years, 8 months ago
  11. 241dc6f Added ocsp.StatusGood() and ocsp.StatusUnknown() for ocsp.CerStatus().native by wbond · 4 years, 8 months ago
  12. 4a0b971 Allow X.509 certificates with improperly encoded DNSName and EmailAddress by wbond · 4 years, 8 months ago
  13. c29117f Handle BER-encoded indefinite length values better by wbond · 4 years, 8 months ago
  14. 60136d7 When copying a BER-encoded indefinite-length value, force it to be DER-encoded by wbond · 4 years, 8 months ago
  15. 3b330ff Restrict core.IntegerBitString() and core.IntegerOctetString() to positive integers by wbond · 4 years, 8 months ago
  16. a8f3eef Merge pull request #148 from joernheissler/bit_string_parsing by Will Bond · 4 years, 8 months ago
  17. e2d7e4c Fix encoding of tag values over 30 by wbond · 4 years, 8 months ago
  18. 2199e11 Fix passing class_ to core.Asn1Value(), add support for passing method by wbond · 4 years, 8 months ago
  19. 99914eb Add unused_bits property to BitString classes by Jörn Heissler · 4 years, 8 months ago
  20. 13035e8 Add testcase from X.690 §8.6.4.2 by Jörn Heissler · 4 years, 9 months ago
  21. cc7be8a Refactor BitString parsing by Jörn Heissler · 4 years, 10 months ago
  22. f855b33 Merge pull request #138 from space88man/rsassa_pss by Will Bond · 4 years, 8 months ago
  23. 8687373 Add tests for RSAPSS key OID by wbond · 4 years, 8 months ago
  24. 92c04c2 Work around Git settings in GitHub Actions Windows environments by wbond · 4 years, 9 months ago
  25. 7451653 Improve compatibility with old versions of distutils by wbond · 4 years, 9 months ago
  26. bba5d62 Create asn1crypto_tests package, along with supporting tooling by wbond · 4 years, 9 months ago
  27. 61ae7d7 Ensure EC private keys are encoded to the correct width, per RFC 5915 by wbond · 5 years ago
  28. c21f024 Add more allowed formats for UTCTime and GeneralizedTime by Jörn Heissler · 4 years, 10 months ago
  29. d1b6d18 Refactor extended_date and extended_datetime by Jörn Heissler · 4 years, 10 months ago
  30. 3c96ba6 Improve timezone support by Jörn Heissler · 4 years, 10 months ago
  31. a5cd347 Corner cases in int_to_bytes by Jörn Heissler · 4 years, 10 months ago
  32. d74b734 Fix test for KeyEncryptionAlgorithmId by wbond · 4 years, 10 months ago
  33. b2b741e Merge pull request #137 from dpward/master by wbond · 4 years, 11 months ago
  34. 66c8b8f Add a test for core.Choice.parse() return value fix by wbond · 4 years, 11 months ago
  35. 564e744 Move functionality to derive public keys from private keys into oscrypto by wbond · 4 years, 11 months ago
  36. ecda201 Add type checks for sequence fields by wbond · 5 years ago
  37. 9a5a025 Fix core.Choice().contents to work when the chosen alternative is a Choice also by wbond · 5 years ago
  38. 9e15efd Only normalize URIs when comparing by wbond · 6 years ago
  39. c68ed76 Fix a bug where parsing a broken core.Sequence or core.SequenceOf could leave the object in a bad state by wbond · 6 years ago
  40. 5c487d8 rename certificate by Jörn Heissler · 6 years ago
  41. 4c0d7e9 Adding wrapper for valid_after and valid_before by Sebastian Bachmann · 6 years ago
  42. 21fc3ce Fix lint errors and typo breaking tests by wbond · 6 years ago
  43. bd66c49 Fix load() then dump() of nested core.Choice objects by wbond · 6 years ago
  44. e57ad18 Fix encoding of empty core.BitString by wbond · 6 years ago
  45. d583634 Allow constructing Choice values by tuple or dict in _make_value() by wbond · 6 years ago
  46. d3f9af0 Lint dev and tests code also by wbond · 6 years ago
  47. f72f6fc Fix tests for Python 3.5+ on Windows by wbond · 6 years ago
  48. a715f32 Merge pull request #82 from aalba6675/rfc5084-ccm by Will Bond · 6 years ago
  49. 959e25f add test for EncryptionAlgorithm with AES CCM by Anthony Alba · 6 years ago
  50. 902e5fe Remove extra blank line by Will Bond · 6 years ago
  51. 7498f7b add assertion tests for dotted/native OID representations by Anthony Alba · 6 years ago
  52. 8300e4d private_key_usage_period_value property (#79) by Matt Cooper · 6 years ago
  53. e8d1b1f Add test for pem.unarmor(data, multiple=True) by wbond · 7 years ago
  54. b7256ed Fix type checking in pem.armor() by wbond · 7 years ago
  55. ad3b61e Fix handling of explicitly tagged fields with defaults by wbond · 7 years ago
  56. 7647163 Don't ever return "yes" from x509.Certificate.self_signed by wbond · 7 years ago
  57. 7ff0052 Merge pull request #65 from tiran/nested_application by wbond · 7 years ago
  58. d83c398 Test both new and old API for explicit/implicit tagging by wbond · 7 years ago
  59. 3af3664 Make sure core.Sequence() has all fields before dumping by wbond · 7 years ago
  60. 1ba880e Teletex strings inside of x509.DirectoryString() now use Windows-1252 (aka ISO-8859-1) by wbond · 7 years ago
  61. 96b6f85 Testcase for nested seq with explicit app tag by Christian Heimes · 7 years ago
  62. d7cf731 Allow explicit tagging to be defined on an Asn1Value class by wbond · 7 years ago
  63. 42e7a83 Add sha256_fingerprint property by Pim Coster · 7 years ago
  64. 7806ea6 Ensure .copy() preserves new ._bytes and ._unicode attributes by wbond · 7 years ago
  65. abf76d1 Ensure .__bytes__(), .__unicode__() and .native are consistent for Constructable classes by wbond · 7 years ago
  66. 04c7ea7 Fix handling nested indefinite-length BER-encoded values by wbond · 7 years ago
  67. f23008b Add parser.peek() by wbond · 7 years ago
  68. f577cff Properly handle indefinite-length BER encoded values by wbond · 7 years ago
  69. 98a92a4 Fix tests to be compatible with Python 3.2 by wbond · 7 years ago
  70. 02c3d99 Ensure the explicit tag is moved to the parsed child from core.Any by wbond · 7 years ago
  71. ed82e3f Allow x509.DNSName to start with a . by wbond · 7 years ago
  72. 8c9011f Fix bugs with encoding LDAP URIs by wbond · 7 years ago
  73. f65b386 Fix DER encoding of explicit tagging in certain circumstances by wbond · 7 years ago
  74. 2047909 Add test for CertBag attribute trusted_key_usage by Anthony Alba · 7 years ago
  75. 7b1cd4b Fix a bug with determining the spec of pkcs12.Attribute['values'] by wbond · 7 years ago
  76. 72e76c1 Ensure a ValueError is raised when DER-encoded value does not have necessary header bytes by wbond · 7 years ago
  77. 6b358fc Add tests for parser submodule by wbond · 7 years ago
  78. 0c8a7e4 Test core.load() on non-bytes by wbond · 7 years ago
  79. 9ec52de Add test for trying to load an invalid value into a core.Choice by wbond · 7 years ago
  80. 916defc Ensure explicitly tagged values have proper _header attribute by wbond · 7 years ago
  81. 043f122 Add tests for strict arg and core.load() by wbond · 7 years ago
  82. 6c6fb47 Ensure module is being loaded from source dir when tests are imported elsewhere by wbond · 7 years ago
  83. d91530f Fix tests to reflect %c date formatting on Windows by wbond · 7 years ago
  84. d2f0b41 Use year 2000 for formatting year 0 because of Python 3 on Windows and Python 3.2 everywhere by wbond · 7 years ago
  85. 37e20b4 Add support for year 0 by wbond · 7 years ago
  86. 8133a88 Restructure test loading for easier cross-package reuse by wbond · 7 years ago
  87. 34d34c5 Add a .cast() method to classes that have variants, e.g. core.BitString and core.OctetBitString by wbond · 7 years ago
  88. c05d375 Fix native representation of core.BitString containing leading null bytes by wbond · 7 years ago
  89. 258adf2 Correct test of supposed compressed CMS data by wbond · 8 years ago
  90. d08dae5 Allow parsing BER-encoded indefinite-length values when nested inside of another structure by wbond · 8 years ago
  91. 9d6ca0c Allow a core.Choice() to be constructed with a single key/value dict or a two-element tuple by wbond · 8 years ago
  92. a01911d Ensure x509.Name.build() accepts dotted form of well-known OIDs also by wbond · 8 years ago
  93. b12f073 Merge pull request #25 from psagers/master by wbond · 8 years ago
  94. 0939833 Enforce core.Null() be used as parameters with certain algos.DigestAlgorithm() algorithms by wbond · 8 years ago
  95. c429d60 Support OIDs in x509.Name.build(). by Peter Sagerson · 8 years ago
  96. 3aa0dca Fix a bug with constructing a cms.SignedData() object by wbond · 8 years ago
  97. be66d27 Fix default value of hash_algorithm field in tsp.ESSCertIDv2 by wbond · 8 years ago
  98. de9e492 Fix for core.BitString with _map and no 1 bits by wbond · 8 years ago
  99. 38a2985 Fix DER encoding of core.BitString when a _map is specified, i.e. a named bit list by wbond · 8 years ago
  100. e1fa6cd Fix x509.Name.build() to generate a Sstructure with multiple x509.RelativeDistinguishedName() which each contain a single x509.NameTypeAndValue() by wbond · 8 years ago