1. 9e19428 fix typo in docs for curve name (#3705) by Paul Kehrer · 8 years ago
  2. 61858f3 It's a method you must call (#3696) by Jean-Paul Calderone · 8 years ago
  3. 3e357f7 X25519 Support (#3686) by Paul Kehrer · 8 years ago
  4. 7e53d91 ChaCha20Poly1305 support (#3680) by Paul Kehrer · 8 years ago
  5. f12955c scrypt can be doctested now that we're using 1.1.0 (#3688) by Paul Kehrer · 8 years ago
  6. 8ba4756 compile all our mac builds against 1.1.0 in travis (#3689) by Paul Kehrer · 8 years ago
  7. 6bdae78 run our docs job using 1.1.0 (#3687) by Paul Kehrer · 8 years ago
  8. cfdc605 add X25519 test vectors from RFC 7748 section 5.2 (#3685) by Paul Kehrer · 8 years ago
  9. 34036d6 bind even more evp (#3684) by Paul Kehrer · 8 years ago
  10. e2e8782 Do more retries in linkcheck because NIST websites are down a lot (#3683) by Alex Gaynor · 8 years ago
  11. 023eccf bind EVP_PKEY_get1_tls_encodedpoint because X25519 (#3682) by Paul Kehrer · 8 years ago
  12. 580f434 add EVP_PKEY_keygen and EVP_PKEY_keygen_init for x25519/ed25519 (#3681) by Paul Kehrer · 8 years ago
  13. a8ba665 bind EVP_CTRL_AEAD even when on < 1.1.0 (#3679) by Paul Kehrer · 8 years ago
  14. cf7b354 when you :%s/\:/=/g sometimes there's a colon you shouldn't have touched (#3678) by Paul Kehrer · 8 years ago
  15. 5afd569 Change the link to appease linkcheck (#3677) by Alex Gaynor · 8 years ago
  16. e3ff364 fix symmetric encryption interfaces heading (#3676) by Paul Kehrer · 8 years ago
  17. a8b1c6e document invalidtag (#3675) by Paul Kehrer · 8 years ago
  18. 66dcd38 add ChaCha20Poly1305 test vectors from OpenSSL/RFC7539 (#3673) by Paul Kehrer · 8 years ago
  19. 3ff51d4 typo fix (#3674) by Alex Gaynor · 8 years ago
  20. 3661011 Remove a line from "Why do we exist" (#3672) by Alex Gaynor · 8 years ago
  21. eadebec Refs #3646 -- include stdout in the output when spawning a process fails in the release script (#3671) by Alex Gaynor · 8 years ago
  22. 6a0718f Refs #3461 -- parse SCTs from x.509 extension (#3480) by Alex Gaynor · 8 years ago
  23. 140ec5d Fixes #2347 -- link to the stdlib secrets module in our random number generation section (#3669) by Alex Gaynor · 8 years ago
  24. 1a5d70e deprecate signer/verifier on asymmetric keys (#3663) by Paul Kehrer · 8 years ago
  25. e6055fb call check_backend_support directly from backend fixture (#3666) by Alex Gaynor · 8 years ago
  26. 133a179 Switched our backend to be a normal fixture in tests (#3665) by Alex Gaynor · 8 years ago
  27. cb17506 revert codecov.yml workaround and pin coverage to 4.3.4 (#3662) by Paul Kehrer · 8 years ago
  28. 84a634c Attempted workaround for intermittent coverage issues (#3661) by Alex Gaynor · 8 years ago
  29. 42b2571 Fixes #3653 -- attempt to retry git clones up to 3 times (#3660) by Alex Gaynor · 8 years ago
  30. 26fcc5c make signature and verification contexts error better re: prehashed (#3658) by Paul Kehrer · 8 years ago
  31. a7e9a22 Simplify git clones in Jenkinsfile (#3654) by Alex Gaynor · 8 years ago
  32. 5f84523 FreeBSD 10 and higher use Fortuna, not Yarrow (#3652) by Jeroen Ruigrok van der Werven · 8 years ago
  33. b637aec runtime detection of getentropy for macOS via weak-linking (#3650) by Paul Kehrer · 8 years ago
  34. 5ca7eb7 move files to make the next PR easier to read (#3651) by Paul Kehrer · 8 years ago
  35. 24f3d5b Remove a binding that hasn't been used for a while (#3643) by Alex Gaynor · 8 years ago
  36. ece3af1 for humans is irritating, let's stop saying it (#3647) by Paul Kehrer · 8 years ago
  37. 1d08e51 download artifacts from new jenkins (#3645) by Paul Kehrer · 8 years ago
  38. b90e8d8 Post release tasks to open master for 2.0 (#3644) by Alex Gaynor · 8 years ago
  39. 23ead43 1.9 version bump and changelog (#3641) by Paul Kehrer · 8 years ago
  40. 66e6695 update to new CI server for wheels + switch to using a job token (#3638) by Paul Kehrer · 8 years ago
  41. 5a284e6 update the docs with new jenkins CI URL & mac openssl upgrade process (#3639) by Paul Kehrer · 8 years ago
  42. 0db218e reorder the primitives list and improve a few titles (#3640) by Paul Kehrer · 8 years ago
  43. cc78c30 add a jenkinsfile for building wheels (#3636) by Paul Kehrer · 8 years ago
  44. d607dd7 Enlarge _oid2txt buffer to handle larger OIDs (#3612) by Fraser Tweedale · 8 years ago
  45. 7bc3686 move MACContext to mac.py and eliminate interfaces.py (#3631) by Paul Kehrer · 8 years ago
  46. f99d45e add a jenkinsfile for updating homebrew openssl on jenkins builders (#3630) by Paul Kehrer · 8 years ago
  47. e10d0d6 reorganize our toc to look nicer and make more sense (#3632) by Paul Kehrer · 8 years ago
  48. aef8ebc Ignore linkcheck errors from cryptrec (#3629) by Alex Gaynor · 8 years ago
  49. 0bff7c2 Simplify int to hex string conversion (#3628) by Alex Gaynor · 8 years ago
  50. e4318ea add windows OpenSSL 1.1 jenkinsfile builder (#3624) by Paul Kehrer · 8 years ago
  51. 9bf8174 Sphinx 1.6.2 is also broken (#3627) by Alex Gaynor · 8 years ago
  52. 6a10b29 Improve accuracy of install docs page (#3626) by Paul Kehrer · 8 years ago
  53. a55cc3b Typo fix (#3625) by Paul Kehrer · 8 years ago
  54. afa84f1 strongly encourage the use of fernet, document its limitation (#3623) by Paul Kehrer · 8 years ago
  55. 35acb37 Modify DH/ECDH examples to be explicit for DHE/ECDHE (#3622) by Paul Kehrer · 8 years ago
  56. f916dfc re-add the why of cryptography to the faq with some small updates (#3621) by Paul Kehrer · 8 years ago
  57. 2f29224 Remove unused line from mac wheel builder (#3619) by Alex Gaynor · 8 years ago
  58. 139b25f port 1.8.2 changelog to master (#3616) by Paul Kehrer · 8 years ago
  59. d36bef0 fix libressl error/refactor some error handling (#3609) by Paul Kehrer · 8 years ago
  60. 3499233 Document when OpenSSL changed its default (#3611) by Alex Gaynor · 8 years ago
  61. 978a5e9 jurisdictionCountryName also must be PrintableString (#3516) by Alex Gaynor · 8 years ago
  62. febbfb3 only build master and our release branches (#3601) by Paul Kehrer · 8 years ago
  63. 097f810 1.1.0f for the next release (#3599) by Paul Kehrer · 8 years ago
  64. 8de58de update to 1.1.0f in travis (#3607) by Paul Kehrer · 8 years ago
  65. 66e1eb2 add a missing word (#3600) by Paul Kehrer · 8 years ago
  66. fca3514 Switch mac wheel builder to use new syntax (#3597) by Alex Gaynor · 8 years ago
  67. 3b28fdf Remove now unused env var from Windows wheel buidler (#3598) by Alex Gaynor · 8 years ago
  68. 6e7ea2e fix compilation on 1.1.0f (#3603) by Paul Kehrer · 8 years ago
  69. 136b324 add some explicit instructions on determining key type in a cert (#3596) by Paul Kehrer · 8 years ago
  70. 9bab8bd comma comma comma (#3595) by Paul Kehrer · 8 years ago
  71. a9b8690 Put the exchange method on the correct interface (#3591) by Alex Gaynor · 8 years ago
  72. bf7b8de update supported versions and some grammar (#3594) by Paul Kehrer · 8 years ago
  73. 312d75d Update the docs to not be redundant and wrong (#3593) by Paul Kehrer · 8 years ago
  74. adeaacf allow global suppression of link flags (#3592) by Paul Kehrer · 8 years ago
  75. cd5b47f Removed branches that are now unused (#3589) by Alex Gaynor · 8 years ago
  76. 1adb9aa can we convince people we're pyca/cryptography and not cryptography.io (#3588) by Paul Kehrer · 8 years ago
  77. 416f526 add convenience methods for key_size on EC{Public,Private}Key (#3587) by Paul Kehrer · 8 years ago
  78. 0517d1a Simplify the update (#3586) by Alex Gaynor · 8 years ago
  79. a119d2e master builds should use the commit at the time it was merged (#3577) by Paul Kehrer · 8 years ago
  80. 6091e11 Bump the minimum PyPy/cffi version and simplify as a result (#3585) by Alex Gaynor · 8 years ago
  81. 70e8f90 let's deprecate some hashes we should never have exposed (#3584) by Paul Kehrer · 8 years ago
  82. 51ef0eb update the docs index (#3583) by Paul Kehrer · 8 years ago
  83. 237437c let's use xcode8.3 (still macOS 10.12) (#3582) by Paul Kehrer · 8 years ago
  84. 76e68eb Document DH in serialization (#3569) by Aviv Palivoda · 8 years ago
  85. 95e513f Close stdout and stderr when spawning a process (#3578) by Alex Gaynor · 8 years ago
  86. 4022637 Fixes #3573 -- archive the built docs in that builder (#3580) by Alex Gaynor · 8 years ago
  87. 222f59d More deprecation warnings (#3579) by Alex Gaynor · 8 years ago
  88. 7e8cc50 Fix deprecation warning (#3574) by Alex Gaynor · 8 years ago
  89. 9b22eb9 Let's help out the newbies (#3572) by Cory Benfield · 8 years ago
  90. e748b39 Remove dependency on setuptools (#3567) by Alex Gaynor · 8 years ago
  91. db51114 Deprecate Python 3.3 support, with the intention of being removed in the next release (#3566) by Alex Gaynor · 8 years ago
  92. ba58e1f Switch to jenkinsfile (#3525) by Paul Kehrer · 8 years ago
  93. f0d1703 upgrade our pypy2 5.6 builders to 5.7.1 (#3558) by Paul Kehrer · 8 years ago
  94. ae59061 Switch from 12.04 to 14.04 on travis (#3559) by Alex Gaynor · 8 years ago
  95. f9b3b15 Delete some code (#3563) by Alex Gaynor · 8 years ago
  96. 846ae1c add the x25519 NID (#3560) by Paul Kehrer · 8 years ago
  97. 453d2ac Fixed #3533 -- made GCM mode object immutable (#3553) by Alex Gaynor · 8 years ago
  98. c7dd9de Replace release automation with click (#3557) by Alex Gaynor · 8 years ago
  99. a4668c6 remove multibackend (#3555) by Paul Kehrer · 8 years ago
  100. 2240ba2 Dropped support for really old macOS (#3554) by Alex Gaynor · 8 years ago