1. 3bab819 Add serialisation output examples (#4286) by Коренберг Марк · 7 years ago
  2. 20b57be remove block size as a required part of HashAlgorithm (#4249) by Paul Kehrer · 7 years ago
  3. 056c9dd switch to py3 on docs job (#4230) by Paul Kehrer · 7 years ago
  4. 617825d Fixed some confusing type descriptions in docs (#4231) by Alex Gaynor · 7 years ago
  5. cd6cf4a implement AES KW with padding (RFC 5649) (#3880) by Paul Kehrer · 7 years ago
  6. 17c8f12 Brainpool curves (#4129) by Paul Kehrer · 7 years ago
  7. d87f806 Document motivation for a KDF after key-exchange (#4005) (#4124) by Jeremy Lainé · 7 years ago
  8. 2c12779 switch RSA OAEP examples to use SHA256 (#4117) by Paul Kehrer · 7 years ago
  9. 98cba41 Reorder this to reflect Alex's Opinions On What Is Good (#4115) by Alex Gaynor · 7 years ago
  10. 754c693 DH interfaces existed in 0.9 but we didn't implement until 1.7 (#4068) by Paul Kehrer · 8 years ago
  11. c0c70fb grammar nit, use a comma here (#4066) by Alex Gaynor · 8 years ago
  12. a481e66 Add import default backend (#4061) by Pablo Lefort · 8 years ago
  13. 3e38506 Don't use whirlpool as an example (#4053) by Alex Gaynor · 8 years ago
  14. 1aac78c let's talk about bits baby (#3956) by Paul Kehrer · 8 years ago
  15. a397d75 Add support for AES XTS (#3900) by Paul Kehrer · 8 years ago
  16. 62ebb42 add ChaCha20 support (#3919) by Paul Kehrer · 8 years ago
  17. 53e4505 Switch NIST PDFs from nvlpubs to csrc which is HTTPS (#3929) by Alex Gaynor · 8 years ago
  18. 20721c9 Update the rest of the NIST urls to their new HTTPS homes (#3928) by Alex Gaynor · 8 years ago
  19. c3de566 Fix `load_rsa_public_numbers` documentation (#3871) by David Sanders · 8 years ago
  20. c4a23fb Fix mistake in `RSAPublicKey.verify` documentation (#3872) by David Sanders · 8 years ago
  21. ab4a0b3 update docs to reflect #3364 (#3786) by Paul Kehrer · 8 years ago
  22. a217358 add AESGCM AEAD support (#3785) by Paul Kehrer · 8 years ago
  23. 165743e move tag_length to the AESCCM constructor (#3783) by Paul Kehrer · 8 years ago
  24. 1a2e817 AESCCM support (#3700) by Paul Kehrer · 8 years ago
  25. 3ba1d8a we forgot to document these DH methods (#3757) by Paul Kehrer · 8 years ago
  26. a857fe6 don't use long keys because they can be confusing wrt bits/bytes (#3734) by Paul Kehrer · 8 years ago
  27. 5bc8c7d doc the relationship between PrivateKey and PrivateKeyWithSerialization (#3721) by Paul Kehrer · 8 years ago
  28. 2748e2e Reorganize DHParameters and DHPublicKey *WithSerialization (#3722) by Paul Kehrer · 8 years ago
  29. 361a9fc changelog entry and a few updates to the new DH params docs (#3718) by Paul Kehrer · 8 years ago
  30. 6b08aba Dh parameters serialization (#3504) by Aviv Palivoda · 8 years ago
  31. 3dccf6a be clearer that 65537 is the right answer (#3714) by Paul Kehrer · 8 years ago
  32. 9e19428 fix typo in docs for curve name (#3705) by Paul Kehrer · 8 years ago
  33. 61858f3 It's a method you must call (#3696) by Jean-Paul Calderone · 8 years ago
  34. 3e357f7 X25519 Support (#3686) by Paul Kehrer · 8 years ago
  35. 7e53d91 ChaCha20Poly1305 support (#3680) by Paul Kehrer · 8 years ago
  36. f12955c scrypt can be doctested now that we're using 1.1.0 (#3688) by Paul Kehrer · 8 years ago
  37. e3ff364 fix symmetric encryption interfaces heading (#3676) by Paul Kehrer · 8 years ago
  38. a8b1c6e document invalidtag (#3675) by Paul Kehrer · 8 years ago
  39. 1a5d70e deprecate signer/verifier on asymmetric keys (#3663) by Paul Kehrer · 8 years ago
  40. 26fcc5c make signature and verification contexts error better re: prehashed (#3658) by Paul Kehrer · 8 years ago
  41. 5f84523 FreeBSD 10 and higher use Fortuna, not Yarrow (#3652) by Jeroen Ruigrok van der Werven · 8 years ago
  42. 0db218e reorder the primitives list and improve a few titles (#3640) by Paul Kehrer · 8 years ago
  43. 7bc3686 move MACContext to mac.py and eliminate interfaces.py (#3631) by Paul Kehrer · 8 years ago
  44. afa84f1 strongly encourage the use of fernet, document its limitation (#3623) by Paul Kehrer · 8 years ago
  45. 35acb37 Modify DH/ECDH examples to be explicit for DHE/ECDHE (#3622) by Paul Kehrer · 8 years ago
  46. a9b8690 Put the exchange method on the correct interface (#3591) by Alex Gaynor · 8 years ago
  47. 312d75d Update the docs to not be redundant and wrong (#3593) by Paul Kehrer · 8 years ago
  48. 416f526 add convenience methods for key_size on EC{Public,Private}Key (#3587) by Paul Kehrer · 8 years ago
  49. 70e8f90 let's deprecate some hashes we should never have exposed (#3584) by Paul Kehrer · 8 years ago
  50. 76e68eb Document DH in serialization (#3569) by Aviv Palivoda · 8 years ago
  51. 9b22eb9 Let's help out the newbies (#3572) by Cory Benfield · 8 years ago
  52. a4668c6 remove multibackend (#3555) by Paul Kehrer · 8 years ago
  53. 5103235 time to remove commoncrypto, fare thee well (#3551) by Paul Kehrer · 8 years ago
  54. 5ca9946 Fixes #3538 -- Make our OpenSSL EC verifier's implementation match the API (#3539) by Alex Gaynor · 8 years ago
  55. 5fb1021 add a changelog entry for finalize_with_tag and move the note (#3531) by Paul Kehrer · 8 years ago
  56. 2e84daa postpone GCM authentication tag requirement until finalization (#3421) by Philipp Gesang · 8 years ago
  57. 2a0b834 Update symmetric-encryption.rst (#3479) by gdmnbt · 8 years ago
  58. 0604944 Be on brand: it's macOS (#3456) by Alex Gaynor · 8 years ago
  59. 3017c33 fix typo (#3442) by Ofek Lev · 8 years ago
  60. e44efb6 DH subgroup order (q) (#3369) by Aviv Palivoda · 8 years ago
  61. 64f1f42 Update NIST urls in docs (#3418) by Alex Gaynor · 8 years ago
  62. 500047b SHA-1 is broken, run for the hills (#3417) by Alex Gaynor · 8 years ago
  63. 9a59ad8 Use HTTPS urls for a few more websites (#3416) by Alex Gaynor · 8 years ago
  64. 8aa893b Two random grammar fixes (#3402) by Alex Gaynor · 8 years ago
  65. 9b34ca9 add support for update_into on CipherContext (#3190) by Paul Kehrer · 8 years ago
  66. 6723a12 DH serialization (#3297) by Aviv Palivoda · 9 years ago
  67. 5685baa add openssl_version_number & doc openssl_version_text (#3329) by Paul Kehrer · 9 years ago
  68. 0e8cdf1 Drop 1.0.0 (#3312) by Alex Gaynor · 9 years ago
  69. 9e5056c document DHBackend is implemented for OpenSSL (#3304) by Paul Kehrer · 9 years ago
  70. acaf89d Scrypt docs code example contradict RFC 7914 (#3302) (#3303) by Nick Badger · 9 years ago
  71. 2e71776 New osrandom_engine in C (#3229) by Christian Heimes · 9 years ago
  72. 495f21a OpenSSL DH backend implementation [Second attempt] (#2914) by Aviv Palivoda · 9 years ago
  73. ec7fc46 update docs and changelog for prehashed support (#3268) by Paul Kehrer · 9 years ago
  74. 80ec631 add support for prehashing in ECDSA sign/verify (#3267) by Paul Kehrer · 9 years ago
  75. 6012ccf support prehashed sign/verify in DSA (#3266) by Paul Kehrer · 9 years ago
  76. f555c74 support RSA verify with prehashing (#3265) by Paul Kehrer · 9 years ago
  77. 033bd71 support prehashing in RSA sign (#3238) by Paul Kehrer · 9 years ago
  78. 533a3c9 change derive_elliptic_curve_public_point to return EllipticCurvePubl… (#3243) by Paul Kehrer · 9 years ago
  79. e9b87d5 Raise padding block_size limit to what is allowed by the specs. (#3108) by Terry Chia · 9 years ago
  80. 3a15b03 Add a bytes method to get the DER ASN.1 encoding of an X509 name. (#3236) by Paul Kehrer · 9 years ago
  81. c816735 add ec.private_key_from_secret_and_curve (#3225) by Ofek Lev · 9 years ago
  82. e51236d Last pass over fixing the links (#3224) by Alex Gaynor · 9 years ago
  83. 15c2938 Update the commoncrypto links (#3223) by Alex Gaynor · 9 years ago
  84. c3a3ed4 Link to our implementation of scrypt, now that we have it (#3189) by Alex Gaynor · 9 years ago
  85. 1a7c974 EC samples for verifying a singature, + serialization (#3076) by Alex Railean · 9 years ago
  86. ee9710f Fix typo in `symmetric-encryption.rst` (#3138) by Alex Chan · 9 years ago
  87. a2d0da9 Add bounds checking for Scrypt parameters. (#3130) by Terry Chia · 9 years ago
  88. d8a27df Scrypt Implementation (#3117) by Terry Chia · 9 years ago
  89. 2e8725d some docs cleanups + changelog (#3122) by Alex Gaynor · 9 years ago
  90. a2bf0ea Mention that blake2 is not vulnerable to length-extension attacks (#3118) by Alex Gaynor · 9 years ago
  91. 306ce51 blake2b/blake2s support (#3116) by Paul Kehrer · 9 years ago
  92. 9db255d Fix docs to clarify the less than 256 limit for Padding(). (#3099) by Terry Chia · 9 years ago
  93. c65fea9 Update example code to use recommended 160 bits (#3088) by Dave Brondsema · 9 years ago
  94. 617fe4b Remove provider language from docs (#3072) by Gabriel Orisaka · 9 years ago
  95. dacdbb9 Clarify what to pass to the sign-function (#3066) by Loy · 9 years ago
  96. e035c50 Removed provider language from asymmetric primitives docs (#3052) by Gabriel Orisaka · 9 years ago
  97. 0edf799 Enforce that p > q to improve OpenSSL compatibility (fixes #2990) (#3010) by Dirkjan Ochtman · 9 years ago
  98. 6868b1f Removed provider language from backend interfaces (#3047) by Gabriel Orisaka · 9 years ago
  99. 05aac20 A few small cleanups (#3046) by Alex Gaynor · 9 years ago
  100. 69617ca Add flag to toggle key length check for HOTP and TOTP. (#3012) by Terry Chia · 9 years ago