1. 2e9c7df allow asn1 times of 1950-01-01 and later. (#4728) by Paul Kehrer · 5 years ago
  2. 767fa85 allow 32-bit platforms to encode certs with dates > unix epoch (#4727) by Paul Kehrer · 5 years ago
  3. 2de450a deprecate encode_point and migrate all internal callers (#4720) by Paul Kehrer · 5 years ago
  4. a07b1f5 add support for encoding compressed points (#4638) by Paul Kehrer · 5 years ago
  5. 5fe88ea shake128/256 support (#4611) by Paul Kehrer · 5 years ago
  6. 7f8d9c0 support byteslike in KBKDFHMAC (#4711) by Paul Kehrer · 5 years ago
  7. a779944 support byteslike in ConcatKDF{HMAC,Hash}, Scrypt, and X963KDF (#4709) by Paul Kehrer · 5 years ago
  8. 2b40f49 support byteslike for OTP (#4710) by Paul Kehrer · 5 years ago
  9. 2758569 normalize KBKDF tests (#4708) by Paul Kehrer · 5 years ago
  10. 62e22a5 Support byteslike in HKDF and PBKDF2HMAC (#4707) by Paul Kehrer · 5 years ago
  11. 7f63e5b support bytes-like for X25519PrivateKey.from_private_bytes (#4698) by Paul Kehrer · 5 years ago
  12. 5b4c81e x448 and x25519 should enforce key lengths in backend (#4703) by Paul Kehrer · 5 years ago
  13. 8d9ea52 support byteslike in hmac update (#4705) by Paul Kehrer · 5 years ago
  14. b480d2d support byteslike in hash updates (#4702) by Paul Kehrer · 5 years ago
  15. bfc6fae support bytes-like keys in CMAC and HMAC contexts (#4701) by Paul Kehrer · 5 years ago
  16. c6656af add support for byteslike password/data to load_{pem,der}_private_key (#4693) by Paul Kehrer · 5 years ago
  17. c33ef91 turn off hypothesis deadlines, enforced by default in 4.0 (#4696) by Paul Kehrer · 5 years ago
  18. 82177c2 support byteslike in aead for key and nonce (#4695) by Paul Kehrer · 5 years ago
  19. 9c2f3d6 support byteslike in X448PrivateKey.from_private_bytes (#4694) by Paul Kehrer · 5 years ago
  20. 2f34994 add support for byteslike on password and data for pkcs12 loading (#4690) by Paul Kehrer · 5 years ago
  21. c6c25c2 Serialization x25519 (#4688) by Paul Kehrer · 5 years ago
  22. dbcbffa support x448 public/private serialization both raw and pkcs8 (#4653) by Paul Kehrer · 5 years ago
  23. 60f264b add signature_hash_algorithm to OCSPResponse (#4681) by Paul Kehrer · 5 years ago
  24. f7567f6 HTTPS a bunch of links in random places (#4666) by Alex Gaynor · 5 years ago
  25. d13fd93 Support compressed points in the wycheproof tests (#4648) by Alex Gaynor · 5 years ago
  26. 7deaf5a handle empty byte string in from_encoded_point (#4649) by Paul Kehrer · 5 years ago
  27. 8241557 Remove spaces from RFC 4514 strings for better compliance (#4643) (#4646) by Marti Raudsepp · 5 years ago
  28. 89e1e34 deprecate old from_encoded_point (#4640) by Paul Kehrer · 5 years ago
  29. 4c5740a Compressed point support (#4629) by Paul Kehrer · 5 years ago
  30. 3c68250 allow bytes-like for key/iv/data for symmetric encryption (#4621) by Paul Kehrer · 5 years ago
  31. fbbd54f Raise MemoryError when backend.derive_scrypt can't malloc enough (#4592) by Tux · 5 years ago
  32. c3d38b5 Add RFC 4514 Distinguished Name formatting for Name, RDN and NameAttribute (#4304) by Marti Raudsepp · 6 years ago
  33. 7e42282 remove idna as a primary dependency (#4624) by Paul Kehrer · 6 years ago
  34. fec719b encode IssuingDistributionPoint (#4618) by Paul Kehrer · 6 years ago
  35. a84c5cd allow multi-valued RDNs (#4616) by Paul Kehrer · 6 years ago
  36. eb3e2e0 IssuingDistributionPoint support (parse only) (#4552) by Paul Kehrer · 6 years ago
  37. e4e7b89 PKCS12 Basic Parsing (#4553) by Paul Kehrer · 6 years ago
  38. 6f88e01 X448 support (#4580) by Paul Kehrer · 6 years ago
  39. 3065e16 add sha3 support (#4573) by Paul Kehrer · 6 years ago
  40. d3b1804 error if the key length for x25519 isn't 32 bytes (#4584) by Paul Kehrer · 6 years ago
  41. d67fa82 add SHA512/224 and SHA512/256 support (#4575) by Paul Kehrer · 6 years ago
  42. fec083e disable healthchecks on the rest of the hypothesis tests (#4579) by Paul Kehrer · 6 years ago
  43. 7d3daef parametrize a bunch of tests (#4365) by Paul Kehrer · 6 years ago
  44. 836250e suppress healthcheck too slow error (#4548) by Paul Kehrer · 6 years ago
  45. 74ce48c Add eq/ne/hash to PrecertificateSignedCertificateTimestamps (#4534) by Paul Kehrer · 6 years ago
  46. 983b35e create & use _evp_md_from_algorithm and _evp_md_non_null_from_algorithm (#4542) by Paul Kehrer · 6 years ago
  47. e617c5a OCSP response builder (#4485) by Paul Kehrer · 6 years ago
  48. b7bd000 don't limit hypothesis's time to generate valid test permutations (#4525) by Paul Kehrer · 6 years ago
  49. a9b4f86 next_update is not a required field on OCSP responses (#4513) by Paul Kehrer · 6 years ago
  50. 788b859 OCSP response serialization (#4482) by Paul Kehrer · 6 years ago
  51. 0c07580 support extensions in the OCSP request builder (#4481) by Paul Kehrer · 6 years ago
  52. b8db668 add OCSP basic response extension parsing (#4479) by Paul Kehrer · 6 years ago
  53. a07de31 support OCSP response parsing (#4452) by Paul Kehrer · 6 years ago
  54. 0940310 OCSP request extension parsing (#4464) by Paul Kehrer · 6 years ago
  55. 0322962 update pytest config (#4463) by Paul Kehrer · 6 years ago
  56. 18d49d0 don't sort the serial numbers in a parsed CRL (#4457) by Paul Kehrer · 6 years ago
  57. dd6b78b Fixes #4333 -- added support for precert poison extension (#4442) by Alex Gaynor · 6 years ago
  58. 0f629bb refactor ocsp request parsing and generation to support only one cert (#4439) by Paul Kehrer · 6 years ago
  59. 9a53a4b Fixed two memory leaks in x509 csr extensions (#4434) by Alex Gaynor · 6 years ago
  60. 18551e2 fixed test name (#4433) by Alex Gaynor · 6 years ago
  61. 002fa75 make an ocsp request (#4402) by Paul Kehrer · 6 years ago
  62. bc16677 1.1.0 locks (#4420) by Paul Kehrer · 6 years ago
  63. 5b50231 remove freebsd11 builder (#4401) by Paul Kehrer · 6 years ago
  64. 732cf64 OCSP request parsing (#4393) by Paul Kehrer · 6 years ago
  65. b1aad8f sigh, missed one TLSv1 (#4392) by Alex Gaynor · 6 years ago
  66. 525b654 Fixed #4380 -- do not assume TLSv1 is available in OpenSSL (#4389) by Alex Gaynor · 6 years ago
  67. 3cd630b Refs #4375 -- added ECDH EC point wycheproof tests (#4384) by Alex Gaynor · 6 years ago
  68. ebfa669 Refs #4375 -- added RSA PSS wycheproof tests (#4381) by Alex Gaynor · 6 years ago
  69. f6ccb2e Refs #4375 -- integrate wycheproof AES CCM tests (#4379) by Alex Gaynor · 6 years ago
  70. 8d46eaf Updated wycheproof tests for new upstream vectors (#4378) by Alex Gaynor · 6 years ago
  71. c37d11e Use A-label strings in tests (#4374) by Tim Burke · 6 years ago
  72. 4b958d1 Test for expected CryptographyDeprecationWarnings (#4372) by Tim Burke · 6 years ago
  73. e722e55 Update comment (#4371) by Alex Gaynor · 6 years ago
  74. 162a17e block_size isn't part of our interface and future hashes won't have it (#4366) by Paul Kehrer · 6 years ago
  75. feb1345 Refs #3331 -- integrated wycheproof ECDH tests (#4354) by Alex Gaynor · 6 years ago
  76. dfb332d improve skip msg when skipping an ECDH test in test_ec (#4355) by Paul Kehrer · 6 years ago
  77. 4de0049 add wycheproof gcm tests (#4349) by Paul Kehrer · 6 years ago
  78. db62ec9 also check iv length for GCM nonce in AEAD (#4350) by Paul Kehrer · 6 years ago
  79. 12a1cac raise ValueError on zero length GCM IV (#4348) by Paul Kehrer · 6 years ago
  80. 7ca0e46 add chacha20poly1305 wycheproof tests (#4345) by Paul Kehrer · 6 years ago
  81. 14faf3c add wycheproof tests for AES CMAC (#4344) by Paul Kehrer · 6 years ago
  82. d4378e4 disallow implicit tag truncation with finalize_with_tag (#4342) by Paul Kehrer · 6 years ago
  83. c574e75 Refs #3331 -- integrated wycheproof ECDSA tests (#4341) by Alex Gaynor · 6 years ago
  84. 160c9b2 add aes cbc pkcs5 wycheproof tests (#4347) by Paul Kehrer · 6 years ago
  85. d1c73fd add DSA wycheproof tests (#4346) by Paul Kehrer · 6 years ago
  86. 5d18740 add crl.get_revoked_certificate method (#4331) by Paul Kehrer · 6 years ago
  87. 2e85a92 Refs #3331 -- added initial wycheproof integration, starting with x25519, rsa, and keywrap (#4310) by Alex Gaynor · 6 years ago
  88. b09b9ec Change the exception we raise in keywrap unwrapping on invalid length (#4337) by Alex Gaynor · 6 years ago
  89. bb23c6c document one shot AEAD length restrictions (#4322) by Paul Kehrer · 6 years ago
  90. 0fba4e2 raise valueerror for null x25519 derived keys (#4332) by Paul Kehrer · 6 years ago
  91. 43d02e7 we don't actually care about the errstack here, it's an invalid signature (#4325) by Paul Kehrer · 6 years ago
  92. 40baa27 fix a memory leak when calling X25519PrivateKey.public_key() (#4326) by Paul Kehrer · 6 years ago
  93. 20ae2c8 fix encoding BMPString in x509 name entries (#4321) by Paul Kehrer · 6 years ago
  94. 9e1873a Make RelativeDistinguishedName preserve attribtue order (#4306) by Marti Raudsepp · 6 years ago
  95. 0a00eaf reduce number of deprecated signer/verifier calls in test_rsa (#4314) by Paul Kehrer · 6 years ago
  96. e2a0493 Fixes #4242 -- added an additional assert to make this test more resillient (#4308) by Alex Gaynor · 6 years ago
  97. 58fd9c4 Perform an OPENSSL_cleanup before checking the heap in our memleak tests (#4293) by Alex Gaynor · 6 years ago
  98. 2d0afd3 Add clearer message when key type is not bytes (#4289) by Vladyslav Moisieienkov · 6 years ago
  99. d88d721 Correctly pass bytes; refs #4289 (#4290) by Alex Gaynor · 6 years ago
  100. 1b17cb2 Correct pass bytes; refs #4289 (#4291) by Alex Gaynor · 6 years ago