1. 5ecfceb [LSC] Add LOCAL_LICENSE_KINDS to external/python/asn1crypto by Bob Badour · 3 years, 4 months ago
  2. 2b20719 Upgrade python/asn1crypto to 1.4.0 by Haibo Huang · 3 years, 7 months ago
  3. a4e1e58 Version 1.4.0 by wbond · 3 years, 10 months ago
  4. c79ce16 Ensure keys.PublicKeyInfo.bit_size returns an int by wbond · 3 years, 10 months ago
  5. 7048894 Tweak error messages on invalid OIDs by wbond · 3 years, 10 months ago
  6. e440dc4 Merge pull request #174 from joernheissler/oid-arc-2 by Will Bond · 3 years, 10 months ago
  7. cbbd641 Fix a syntax typo by Miro Hrončok · 4 years, 1 month ago
  8. 8fa8792 Fix parsing of ObjectIdentifier's first octet. by Jörn Heissler · 4 years, 5 months ago
  9. 4918382 Upgrade python/asn1crypto to 1.3.0 by Haibo Huang · 4 years, 5 months ago
  10. c09b87c Version 1.3.0 by wbond · 4 years, 5 months ago
  11. 4c75759 Merge pull request #171 from commonism/encrypt_key_pref by Will Bond · 4 years, 5 months ago
  12. 718f290 lint by Markus Kötter · 4 years, 6 months ago
  13. 958e8e7 lint by Markus Kötter · 4 years, 6 months ago
  14. 317f083 id-aa-encrypKeyPref - as defined in RFC2633 by Markus Kötter · 4 years, 6 months ago
  15. dc8c279 fix fq import names by Markus Kötter · 4 years, 7 months ago
  16. f003c67 add support for id-aa-encrypKeyPref in pkcs7/cms mail signatures by Markus Kötter · 4 years, 7 months ago
  17. 20e2b4e Add __getinitargs__ method to util.timezone by Jörn Heissler · 4 years, 7 months ago
  18. 63ffc71 Merge pull request #166 from joernheissler/i163 by Will Bond · 4 years, 7 months ago
  19. ea2123a Merge pull request #165 from joernheissler/fix_key_sizes by Will Bond · 4 years, 7 months ago
  20. dcb9ea5 Fixed some incorrectly computed EC private key sizes. by Jörn Heissler · 4 years, 7 months ago
  21. 3340d12 Fix x509.Certificate.subject_directory_attributes_value property by Jörn Heissler · 4 years, 7 months ago
  22. 754aa9d Add brainpool curves from rfc5639 by Jörn Heissler · 4 years, 7 months ago
  23. 631da46 Version 1.2.0 by wbond · 4 years, 8 months ago
  24. 2961615 Remove comments in load_order() showing dependencies by wbond · 4 years, 8 months ago
  25. 164235f Add asn1crypto.load_order() by wbond · 4 years, 8 months ago
  26. e634812 Version 1.1.0 by wbond · 4 years, 8 months ago
  27. 4b0557e Add more (legacy) OIDs to keys.NamedCurve() by wbond · 4 years, 8 months ago
  28. ed33d3f Add UID attribute from RFC4519 by spchan · 4 years, 8 months ago
  29. 47f27a2 Version 1.0.1 by wbond · 4 years, 8 months ago
  30. a8fa8c5 Fix an absolute import that should have been relative by wbond · 4 years, 8 months ago
  31. bbe5f36 Upgrade python/asn1crypto to 1.0.0 by Haibo Huang · 4 years, 8 months ago
  32. fcbba29 Version 1.0.0 by wbond · 4 years, 8 months ago
  33. 169a1cc Preserve the ability to pass core.Null() into ocsp.CertStatus() by wbond · 4 years, 8 months ago
  34. 241dc6f Added ocsp.StatusGood() and ocsp.StatusUnknown() for ocsp.CerStatus().native by wbond · 4 years, 8 months ago
  35. 4a0b971 Allow X.509 certificates with improperly encoded DNSName and EmailAddress by wbond · 4 years, 8 months ago
  36. 011ab06 Prevent UnboundLocalError on empty asn1crypto.x509.IPAddress() by wbond · 4 years, 8 months ago
  37. c29117f Handle BER-encoded indefinite length values better by wbond · 4 years, 8 months ago
  38. 6d2ad8f Add trailer info to .debug() output by wbond · 4 years, 8 months ago
  39. 60136d7 When copying a BER-encoded indefinite-length value, force it to be DER-encoded by wbond · 4 years, 8 months ago
  40. 3b330ff Restrict core.IntegerBitString() and core.IntegerOctetString() to positive integers by wbond · 4 years, 8 months ago
  41. a8f3eef Merge pull request #148 from joernheissler/bit_string_parsing by Will Bond · 4 years, 8 months ago
  42. e2d7e4c Fix encoding of tag values over 30 by wbond · 4 years, 8 months ago
  43. 2199e11 Fix passing class_ to core.Asn1Value(), add support for passing method by wbond · 4 years, 8 months ago
  44. 99914eb Add unused_bits property to BitString classes by Jörn Heissler · 4 years, 8 months ago
  45. cc7be8a Refactor BitString parsing by Jörn Heissler · 4 years, 10 months ago
  46. f855b33 Merge pull request #138 from space88man/rsassa_pss by Will Bond · 4 years, 8 months ago
  47. bba5d62 Create asn1crypto_tests package, along with supporting tooling by wbond · 4 years, 9 months ago
  48. 35d6867 Ensure keys.NamedCurve.register() works if setup() has been run or not by wbond · 4 years, 9 months ago
  49. a51063b Fix ValueError in keys.NamedCurve.register() by wbond · 4 years, 10 months ago
  50. 61ae7d7 Ensure EC private keys are encoded to the correct width, per RFC 5915 by wbond · 5 years ago
  51. 26bb374 Mark master as working towards 0.25.0 by wbond · 4 years, 10 months ago
  52. 0813a25 Formatting tweaks by wbond · 4 years, 10 months ago
  53. c21f024 Add more allowed formats for UTCTime and GeneralizedTime by Jörn Heissler · 4 years, 10 months ago
  54. d1b6d18 Refactor extended_date and extended_datetime by Jörn Heissler · 4 years, 10 months ago
  55. 3c96ba6 Improve timezone support by Jörn Heissler · 4 years, 10 months ago
  56. a5cd347 Corner cases in int_to_bytes by Jörn Heissler · 4 years, 10 months ago
  57. 74d66a9 Tweak the names given to the Microsoft Authenticode OIDs by wbond · 4 years, 10 months ago
  58. ab6fce2 Merge pull request #135 from shuxin/patch-1 by Will Bond · 4 years, 10 months ago
  59. 850c0c0 Add parameters for rsaes_oaep in cms.KeyEncryptionAlgorithm by wbond · 4 years, 10 months ago
  60. 7ed8ee0 Update KeyEncryptionAlgorithmId OID mapping for 1.2.840.113549.1.1.1 by wbond · 4 years, 10 months ago
  61. 5bc4f29 Merge pull request #111 from luckylud/pull-request-rsaes_oaep by Will Bond · 4 years, 10 months ago
  62. 6a7dba8 Add encryption algorithm id for RC4 by wbond · 4 years, 10 months ago
  63. b2b741e Merge pull request #137 from dpward/master by wbond · 4 years, 11 months ago
  64. 564e744 Move functionality to derive public keys from private keys into oscrypto by wbond · 4 years, 11 months ago
  65. 14d22d2 keys.py: add RSASSA_PSS to private key classes by spchan · 5 years ago
  66. 8a45416 keys.py: add RSASSA_PSS OIDs from RFC4055 by spchan · 5 years ago
  67. 57edc8c Fix missing return value from core.Choice.parse() used by core.Choice.chosen by David Ward · 5 years ago
  68. b80da15 Merge commit '6060d29' into import by Kevin Cheng · 5 years ago
  69. ab20d77 support windows pe file nested sha256 signature by shuxin · 5 years ago
  70. ecda201 Add type checks for sequence fields by wbond · 5 years ago
  71. 9a5a025 Fix core.Choice().contents to work when the chosen alternative is a Choice also by wbond · 5 years ago
  72. 3ce6343 Update keys.py by Jörn Heissler · 5 years ago
  73. 6a6e630 Add secp256k1 to NamedCurves by nkostoulas · 5 years ago
  74. 6fe2dad Merge pull request #116 from wiml/sha3 by Jörn Heissler · 6 years ago
  75. bf24c7b Minor typo fix by Fred Rolland · 6 years ago
  76. aa5b306 Add NIST OIDs for SHA-3 (and SHAKE) algorithms. by Wim Lewis · 6 years ago
  77. 9e15efd Only normalize URIs when comparing by wbond · 6 years ago
  78. b2c16e9 Add rsaes_oaep to KeyEncryptionAlgorithmId by Ludovic Watteaux · 6 years ago
  79. 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
  80. 42e5bf1 Grammar fix by Jörn Heissler · 6 years ago
  81. 4c0d7e9 Adding wrapper for valid_after and valid_before by Sebastian Bachmann · 6 years ago
  82. 21fc3ce Fix lint errors and typo breaking tests by wbond · 6 years ago
  83. bd66c49 Fix load() then dump() of nested core.Choice objects by wbond · 6 years ago
  84. e57ad18 Fix encoding of empty core.BitString by wbond · 6 years ago
  85. d583634 Allow constructing Choice values by tuple or dict in _make_value() by wbond · 6 years ago
  86. 8e6defb Add IKE intermediate OID mapping by Lauri Võsandi · 6 years ago
  87. 5e751e4 More gracefully handle improperly encoded email addresses in x509.EmailAddress() by wbond · 6 years ago
  88. a715f32 Merge pull request #82 from aalba6675/rfc5084-ccm by Will Bond · 6 years ago
  89. a022f69 make lowercase for consistency by Anthony Alba · 6 years ago
  90. bfa0d5a RFC5084: add CCM parameters to EncryptionAlgorithm by Anthony Alba · 6 years ago
  91. 0fc0d39 fix indent level so that .native returns the map value by Anthony Alba · 6 years ago
  92. 6060d29 Version 0.24.0 by wbond · 6 years ago
  93. 8300e4d private_key_usage_period_value property (#79) by Matt Cooper · 6 years ago
  94. 5aeea99 Fix _type_name() reference in pem by wbond · 7 years ago
  95. 0fb49f7 Fix docstring for pem.armor() by wbond · 7 years ago
  96. b7256ed Fix type checking in pem.armor() by wbond · 7 years ago
  97. 7f587d5 Add x509.KeyPurposeId OID for Federal PKI by wbond · 7 years ago
  98. a11c450 Add better handling of Subject Directory Attributes, especially related to TPM by wbond · 7 years ago
  99. c3d8505 Add algos.AnyAlgorithmIdentifier by wbond · 7 years ago
  100. ad3b61e Fix handling of explicitly tagged fields with defaults by wbond · 7 years ago