1. d58c6ad Fixed #3777 -- document an additional dependency (#3779) by Alex Gaynor · 8 years ago
  2. 601ed63 Attempt to use coverage to quantify how many of the CONDITIONAL_NAMES we really use (#3763) by Alex Gaynor · 8 years ago
  3. bf128a4 add rfc 3526 DH groups (#3767) by Paul Kehrer · 8 years ago
  4. 3ba1d8a we forgot to document these DH methods (#3757) by Paul Kehrer · 8 years ago
  5. 765a3e4 write some words about encrypt/decrypt in fernet (#3756) by Paul Kehrer · 8 years ago
  6. f92f2d4 update static wheel install docs (#3754) by Paul Kehrer · 8 years ago
  7. a509496 Order our supported OpenSSL versions reasonably (#3752) by Alex Gaynor · 8 years ago
  8. b7912ee Fixes #3745 -- add the any EKU EKU (#3750) by Alex Gaynor · 8 years ago
  9. 1eeaabb update linux install docs and release instructions (#3746) by Paul Kehrer · 8 years ago
  10. a857fe6 don't use long keys because they can be confusing wrt bits/bytes (#3734) by Paul Kehrer · 8 years ago
  11. 491fd7c Funcs macros gone (#3695) by Paul Kehrer · 8 years ago
  12. e3a2fb2 remove python 3.3 from CI (#3729) by Paul Kehrer · 8 years ago
  13. 5bc8c7d doc the relationship between PrivateKey and PrivateKeyWithSerialization (#3721) by Paul Kehrer · 8 years ago
  14. 2748e2e Reorganize DHParameters and DHPublicKey *WithSerialization (#3722) by Paul Kehrer · 8 years ago
  15. 361a9fc changelog entry and a few updates to the new DH params docs (#3718) by Paul Kehrer · 8 years ago
  16. 6b08aba Dh parameters serialization (#3504) by Aviv Palivoda · 8 years ago
  17. 3dccf6a be clearer that 65537 is the right answer (#3714) by Paul Kehrer · 8 years ago
  18. c38e550 add FAQ entry for failed to install (#3710) by Paul Kehrer · 8 years ago
  19. e67354e add NIST CAVP CCM vectors (#3698) by Paul Kehrer · 8 years ago
  20. 9e19428 fix typo in docs for curve name (#3705) by Paul Kehrer · 8 years ago
  21. 61858f3 It's a method you must call (#3696) by Jean-Paul Calderone · 8 years ago
  22. 3e357f7 X25519 Support (#3686) by Paul Kehrer · 8 years ago
  23. 7e53d91 ChaCha20Poly1305 support (#3680) by Paul Kehrer · 8 years ago
  24. f12955c scrypt can be doctested now that we're using 1.1.0 (#3688) by Paul Kehrer · 8 years ago
  25. cfdc605 add X25519 test vectors from RFC 7748 section 5.2 (#3685) by Paul Kehrer · 8 years ago
  26. e2e8782 Do more retries in linkcheck because NIST websites are down a lot (#3683) by Alex Gaynor · 8 years ago
  27. 5afd569 Change the link to appease linkcheck (#3677) by Alex Gaynor · 8 years ago
  28. e3ff364 fix symmetric encryption interfaces heading (#3676) by Paul Kehrer · 8 years ago
  29. a8b1c6e document invalidtag (#3675) by Paul Kehrer · 8 years ago
  30. 66dcd38 add ChaCha20Poly1305 test vectors from OpenSSL/RFC7539 (#3673) by Paul Kehrer · 8 years ago
  31. 3661011 Remove a line from "Why do we exist" (#3672) by Alex Gaynor · 8 years ago
  32. 6a0718f Refs #3461 -- parse SCTs from x.509 extension (#3480) by Alex Gaynor · 8 years ago
  33. 140ec5d Fixes #2347 -- link to the stdlib secrets module in our random number generation section (#3669) by Alex Gaynor · 8 years ago
  34. 1a5d70e deprecate signer/verifier on asymmetric keys (#3663) by Paul Kehrer · 8 years ago
  35. 26fcc5c make signature and verification contexts error better re: prehashed (#3658) by Paul Kehrer · 8 years ago
  36. 5f84523 FreeBSD 10 and higher use Fortuna, not Yarrow (#3652) by Jeroen Ruigrok van der Werven · 8 years ago
  37. ece3af1 for humans is irritating, let's stop saying it (#3647) by Paul Kehrer · 8 years ago
  38. 5a284e6 update the docs with new jenkins CI URL & mac openssl upgrade process (#3639) by Paul Kehrer · 8 years ago
  39. 0db218e reorder the primitives list and improve a few titles (#3640) by Paul Kehrer · 8 years ago
  40. d607dd7 Enlarge _oid2txt buffer to handle larger OIDs (#3612) by Fraser Tweedale · 8 years ago
  41. 7bc3686 move MACContext to mac.py and eliminate interfaces.py (#3631) by Paul Kehrer · 8 years ago
  42. e10d0d6 reorganize our toc to look nicer and make more sense (#3632) by Paul Kehrer · 8 years ago
  43. aef8ebc Ignore linkcheck errors from cryptrec (#3629) by Alex Gaynor · 8 years ago
  44. 6a10b29 Improve accuracy of install docs page (#3626) by Paul Kehrer · 8 years ago
  45. afa84f1 strongly encourage the use of fernet, document its limitation (#3623) by Paul Kehrer · 8 years ago
  46. 35acb37 Modify DH/ECDH examples to be explicit for DHE/ECDHE (#3622) by Paul Kehrer · 8 years ago
  47. f916dfc re-add the why of cryptography to the faq with some small updates (#3621) by Paul Kehrer · 8 years ago
  48. 136b324 add some explicit instructions on determining key type in a cert (#3596) by Paul Kehrer · 8 years ago
  49. 9bab8bd comma comma comma (#3595) by Paul Kehrer · 8 years ago
  50. a9b8690 Put the exchange method on the correct interface (#3591) by Alex Gaynor · 8 years ago
  51. 312d75d Update the docs to not be redundant and wrong (#3593) by Paul Kehrer · 8 years ago
  52. adeaacf allow global suppression of link flags (#3592) by Paul Kehrer · 8 years ago
  53. 1adb9aa can we convince people we're pyca/cryptography and not cryptography.io (#3588) by Paul Kehrer · 8 years ago
  54. 416f526 add convenience methods for key_size on EC{Public,Private}Key (#3587) by Paul Kehrer · 8 years ago
  55. 70e8f90 let's deprecate some hashes we should never have exposed (#3584) by Paul Kehrer · 8 years ago
  56. 51ef0eb update the docs index (#3583) by Paul Kehrer · 8 years ago
  57. 76e68eb Document DH in serialization (#3569) by Aviv Palivoda · 8 years ago
  58. 9b22eb9 Let's help out the newbies (#3572) by Cory Benfield · 8 years ago
  59. db51114 Deprecate Python 3.3 support, with the intention of being removed in the next release (#3566) by Alex Gaynor · 8 years ago
  60. c7dd9de Replace release automation with click (#3557) by Alex Gaynor · 8 years ago
  61. a4668c6 remove multibackend (#3555) by Paul Kehrer · 8 years ago
  62. 2240ba2 Dropped support for really old macOS (#3554) by Alex Gaynor · 8 years ago
  63. 5103235 time to remove commoncrypto, fare thee well (#3551) by Paul Kehrer · 8 years ago
  64. d08ddd5 Don't raise an UnsupportedExtension for critical extensions. (#3550) by Alex Gaynor · 8 years ago
  65. 99ebc22 Make the code compatible with the latest sphinx release (#3543) by Alex Gaynor · 8 years ago
  66. 5ca9946 Fixes #3538 -- Make our OpenSSL EC verifier's implementation match the API (#3539) by Alex Gaynor · 8 years ago
  67. 5fb1021 add a changelog entry for finalize_with_tag and move the note (#3531) by Paul Kehrer · 8 years ago
  68. 2e84daa postpone GCM authentication tag requirement until finalization (#3421) by Philipp Gesang · 8 years ago
  69. 89c2ce4 Update docs to reflect a change that occured long ago with bindings (#3517) by Alex Gaynor · 8 years ago
  70. de569c5 format some function names in docs (#3511) by Alex Gaynor · 8 years ago
  71. e660ffe Fixed #3489 -- document that we don't have wheels for pypy (#3496) by Alex Gaynor · 8 years ago
  72. 9ef1d6f I don't know what a bug issue is (#3481) by Alex Gaynor · 8 years ago
  73. 2a0b834 Update symmetric-encryption.rst (#3479) by gdmnbt · 8 years ago
  74. 4a772a8 Another site goes HTTPS! (#3477) by Alex Gaynor · 8 years ago
  75. 46c0c62 Use some more recent version numbers in examples (#3474) by Alex Gaynor · 8 years ago
  76. 511098c From time to time, we ignore our own policy (#3475) by Alex Gaynor · 8 years ago
  77. 03d8e02 Use stronger language (#3476) by Alex Gaynor · 8 years ago
  78. bca951e Interfaces for SCTs, feedback wanted (#3467) by Alex Gaynor · 8 years ago
  79. fd2b27a add captions to the split toctrees (#3466) by anarcat · 8 years ago
  80. 9bab0ed Refs #3461 -- added the OID for the SCT x.509 extension (#3464) by Alex Gaynor · 8 years ago
  81. 5f9c5cb Refs #3461 -- added a test vector with SCTs (#3462) by Alex Gaynor · 8 years ago
  82. 0604944 Be on brand: it's macOS (#3456) by Alex Gaynor · 8 years ago
  83. 4ce11b1 update dev docs to also say macOS and use openssl 1.1 (#3452) by Paul Kehrer · 8 years ago
  84. 3017c33 fix typo (#3442) by Ofek Lev · 8 years ago
  85. 524e745 it's called macOS and let's document openssl 1.1.0 installation on mac (#3437) by Paul Kehrer · 8 years ago
  86. e9dbbd8 document that we're not building universal wheels now (#3436) by Paul Kehrer · 8 years ago
  87. e44efb6 DH subgroup order (q) (#3369) by Aviv Palivoda · 8 years ago
  88. 64f1f42 Update NIST urls in docs (#3418) by Alex Gaynor · 8 years ago
  89. 500047b SHA-1 is broken, run for the hills (#3417) by Alex Gaynor · 8 years ago
  90. 9a59ad8 Use HTTPS urls for a few more websites (#3416) by Alex Gaynor · 8 years ago
  91. 5ad6df9 This is HTTPS now (#3407) by Alex Gaynor · 8 years ago
  92. 8aa893b Two random grammar fixes (#3402) by Alex Gaynor · 8 years ago
  93. 9b34ca9 add support for update_into on CipherContext (#3190) by Paul Kehrer · 8 years ago
  94. bd7cd2d faq entry for setuptools_ext issues (#3393) by Paul Kehrer · 8 years ago
  95. 9794588 Update tutorial.rst (#3394) by AlexanderWeyman · 8 years ago
  96. f19fef1 support defining which windows libraries to link with an env var (#3356) by Paul Kehrer · 8 years ago
  97. 6723a12 DH serialization (#3297) by Aviv Palivoda · 8 years ago
  98. d0c6983 Point people to python3-dev if needed (#3359) by Alex Gaynor · 9 years ago
  99. 4e87cf4 Removed dead link from docs (#3360) by Alex Gaynor · 9 years ago
  100. 1bab7bc add a SAN to the certificatebuilder example (#3353) by Paul Kehrer · 9 years ago