1. 765a3e4 write some words about encrypt/decrypt in fernet (#3756) by Paul Kehrer · 8 years ago
  2. f92f2d4 update static wheel install docs (#3754) by Paul Kehrer · 8 years ago
  3. ce69b82 don't parse SCTs on older openssl (#3749) by Paul Kehrer · 8 years ago
  4. a509496 Order our supported OpenSSL versions reasonably (#3752) by Alex Gaynor · 8 years ago
  5. b7912ee Fixes #3745 -- add the any EKU EKU (#3750) by Alex Gaynor · 8 years ago
  6. bb31501 sphinx 1.6.3 is also no good (#3748) by Alex Gaynor · 8 years ago
  7. 1eeaabb update linux install docs and release instructions (#3746) by Paul Kehrer · 8 years ago
  8. 85675fc add manylinux1 wheel building to the wheel builder (#3736) by Paul Kehrer · 8 years ago
  9. b169865 require a version of twine that uses pypi.org (#3743) by Alex Gaynor · 8 years ago
  10. 784e3bc disallow MD5 in CertificateBuilder and CertificateSigningRequestBuilder (#3738) by Paul Kehrer · 8 years ago
  11. 51f049a Fixed a memory leak in EC private numbers (#3741) by Alex Gaynor · 8 years ago
  12. b16206e pyopenssl needs pretend for its tests now (#3739) by Paul Kehrer · 8 years ago
  13. a857fe6 don't use long keys because they can be confusing wrt bits/bytes (#3734) by Paul Kehrer · 8 years ago
  14. f21ffff Fix for leaking memory in EllipticCurvePublicNumbers.public_key() (#3732) by Alex Gaynor · 8 years ago
  15. 491fd7c Funcs macros gone (#3695) by Paul Kehrer · 8 years ago
  16. 0145873 parametrize the wheel builder to support out of order releases (#3731) by Paul Kehrer · 8 years ago
  17. e3a2fb2 remove python 3.3 from CI (#3729) by Paul Kehrer · 8 years ago
  18. 62c3421 enable wconversion and finish fixes (#3728) by Paul Kehrer · 8 years ago
  19. caad666 bind DTLS 1.2 methods (#3725) by Paul Kehrer · 8 years ago
  20. b867003 some wconversion fixes (#3727) by Paul Kehrer · 8 years ago
  21. 3662b8c our build function was shadowing the build builtin. whoops. (#3726) by Paul Kehrer · 8 years ago
  22. 8c0e731 start testing against alpine (#3724) by Paul Kehrer · 8 years ago
  23. fe2b174 Remove entry_points from setup.py (#3723) by Alex Gaynor · 8 years ago
  24. 5bc8c7d doc the relationship between PrivateKey and PrivateKeyWithSerialization (#3721) by Paul Kehrer · 8 years ago
  25. 2748e2e Reorganize DHParameters and DHPublicKey *WithSerialization (#3722) by Paul Kehrer · 8 years ago
  26. 1b714f7 pypy3 compilation fix for locking callback (#3716) by Paul Kehrer · 8 years ago
  27. 653cfe8 add missing methods to DH interfaces (#3719) by Paul Kehrer · 8 years ago
  28. 361a9fc changelog entry and a few updates to the new DH params docs (#3718) by Paul Kehrer · 8 years ago
  29. 6b08aba Dh parameters serialization (#3504) by Aviv Palivoda · 8 years ago
  30. 1cff0c0 Add DERSerializationBackend to test_dh serialization tests (#3717) by Aviv Palivoda · 8 years ago
  31. 3dccf6a be clearer that 65537 is the right answer (#3714) by Paul Kehrer · 8 years ago
  32. 33a41e7 implement CCM vector parser (#3699) by Paul Kehrer · 8 years ago
  33. a923b00 ed25519 vector loader (#3707) by Paul Kehrer · 8 years ago
  34. 2ff4d01 Removed executable bit from vectors (#3708) by Alex Gaynor · 8 years ago
  35. 312ed09 disallow empty string for NameAttribute (#3711) by Paul Kehrer · 8 years ago
  36. 63df010 add pypy3.5 to our test matrix (#3709) by Paul Kehrer · 8 years ago
  37. c38e550 add FAQ entry for failed to install (#3710) by Paul Kehrer · 8 years ago
  38. e67354e add NIST CAVP CCM vectors (#3698) by Paul Kehrer · 8 years ago
  39. e45151c update pythons and pypy, a little prep for pypy3 in CI again (#3702) by Paul Kehrer · 8 years ago
  40. 9e19428 fix typo in docs for curve name (#3705) by Paul Kehrer · 8 years ago
  41. 61858f3 It's a method you must call (#3696) by Jean-Paul Calderone · 8 years ago
  42. 3e357f7 X25519 Support (#3686) by Paul Kehrer · 8 years ago
  43. 7e53d91 ChaCha20Poly1305 support (#3680) by Paul Kehrer · 8 years ago
  44. f12955c scrypt can be doctested now that we're using 1.1.0 (#3688) by Paul Kehrer · 8 years ago
  45. 8ba4756 compile all our mac builds against 1.1.0 in travis (#3689) by Paul Kehrer · 8 years ago
  46. 6bdae78 run our docs job using 1.1.0 (#3687) by Paul Kehrer · 8 years ago
  47. cfdc605 add X25519 test vectors from RFC 7748 section 5.2 (#3685) by Paul Kehrer · 8 years ago
  48. 34036d6 bind even more evp (#3684) by Paul Kehrer · 8 years ago
  49. e2e8782 Do more retries in linkcheck because NIST websites are down a lot (#3683) by Alex Gaynor · 8 years ago
  50. 023eccf bind EVP_PKEY_get1_tls_encodedpoint because X25519 (#3682) by Paul Kehrer · 8 years ago
  51. 580f434 add EVP_PKEY_keygen and EVP_PKEY_keygen_init for x25519/ed25519 (#3681) by Paul Kehrer · 8 years ago
  52. a8ba665 bind EVP_CTRL_AEAD even when on < 1.1.0 (#3679) by Paul Kehrer · 8 years ago
  53. cf7b354 when you :%s/\:/=/g sometimes there's a colon you shouldn't have touched (#3678) by Paul Kehrer · 8 years ago
  54. 5afd569 Change the link to appease linkcheck (#3677) by Alex Gaynor · 8 years ago
  55. e3ff364 fix symmetric encryption interfaces heading (#3676) by Paul Kehrer · 8 years ago
  56. a8b1c6e document invalidtag (#3675) by Paul Kehrer · 8 years ago
  57. 66dcd38 add ChaCha20Poly1305 test vectors from OpenSSL/RFC7539 (#3673) by Paul Kehrer · 8 years ago
  58. 3ff51d4 typo fix (#3674) by Alex Gaynor · 8 years ago
  59. 3661011 Remove a line from "Why do we exist" (#3672) by Alex Gaynor · 8 years ago
  60. eadebec Refs #3646 -- include stdout in the output when spawning a process fails in the release script (#3671) by Alex Gaynor · 8 years ago
  61. 6a0718f Refs #3461 -- parse SCTs from x.509 extension (#3480) by Alex Gaynor · 8 years ago
  62. 140ec5d Fixes #2347 -- link to the stdlib secrets module in our random number generation section (#3669) by Alex Gaynor · 8 years ago
  63. 1a5d70e deprecate signer/verifier on asymmetric keys (#3663) by Paul Kehrer · 8 years ago
  64. e6055fb call check_backend_support directly from backend fixture (#3666) by Alex Gaynor · 8 years ago
  65. 133a179 Switched our backend to be a normal fixture in tests (#3665) by Alex Gaynor · 8 years ago
  66. cb17506 revert codecov.yml workaround and pin coverage to 4.3.4 (#3662) by Paul Kehrer · 8 years ago
  67. 84a634c Attempted workaround for intermittent coverage issues (#3661) by Alex Gaynor · 8 years ago
  68. 42b2571 Fixes #3653 -- attempt to retry git clones up to 3 times (#3660) by Alex Gaynor · 8 years ago
  69. 26fcc5c make signature and verification contexts error better re: prehashed (#3658) by Paul Kehrer · 8 years ago
  70. a7e9a22 Simplify git clones in Jenkinsfile (#3654) by Alex Gaynor · 8 years ago
  71. 5f84523 FreeBSD 10 and higher use Fortuna, not Yarrow (#3652) by Jeroen Ruigrok van der Werven · 8 years ago
  72. b637aec runtime detection of getentropy for macOS via weak-linking (#3650) by Paul Kehrer · 8 years ago
  73. 5ca7eb7 move files to make the next PR easier to read (#3651) by Paul Kehrer · 8 years ago
  74. 24f3d5b Remove a binding that hasn't been used for a while (#3643) by Alex Gaynor · 8 years ago
  75. ece3af1 for humans is irritating, let's stop saying it (#3647) by Paul Kehrer · 8 years ago
  76. 1d08e51 download artifacts from new jenkins (#3645) by Paul Kehrer · 8 years ago
  77. b90e8d8 Post release tasks to open master for 2.0 (#3644) by Alex Gaynor · 8 years ago
  78. 23ead43 1.9 version bump and changelog (#3641) by Paul Kehrer · 8 years ago
  79. 66e6695 update to new CI server for wheels + switch to using a job token (#3638) by Paul Kehrer · 8 years ago
  80. 5a284e6 update the docs with new jenkins CI URL & mac openssl upgrade process (#3639) by Paul Kehrer · 8 years ago
  81. 0db218e reorder the primitives list and improve a few titles (#3640) by Paul Kehrer · 8 years ago
  82. cc78c30 add a jenkinsfile for building wheels (#3636) by Paul Kehrer · 8 years ago
  83. d607dd7 Enlarge _oid2txt buffer to handle larger OIDs (#3612) by Fraser Tweedale · 8 years ago
  84. 7bc3686 move MACContext to mac.py and eliminate interfaces.py (#3631) by Paul Kehrer · 8 years ago
  85. f99d45e add a jenkinsfile for updating homebrew openssl on jenkins builders (#3630) by Paul Kehrer · 8 years ago
  86. e10d0d6 reorganize our toc to look nicer and make more sense (#3632) by Paul Kehrer · 8 years ago
  87. aef8ebc Ignore linkcheck errors from cryptrec (#3629) by Alex Gaynor · 8 years ago
  88. 0bff7c2 Simplify int to hex string conversion (#3628) by Alex Gaynor · 8 years ago
  89. e4318ea add windows OpenSSL 1.1 jenkinsfile builder (#3624) by Paul Kehrer · 8 years ago
  90. 9bf8174 Sphinx 1.6.2 is also broken (#3627) by Alex Gaynor · 8 years ago
  91. 6a10b29 Improve accuracy of install docs page (#3626) by Paul Kehrer · 8 years ago
  92. a55cc3b Typo fix (#3625) by Paul Kehrer · 8 years ago
  93. afa84f1 strongly encourage the use of fernet, document its limitation (#3623) by Paul Kehrer · 8 years ago
  94. 35acb37 Modify DH/ECDH examples to be explicit for DHE/ECDHE (#3622) by Paul Kehrer · 8 years ago
  95. f916dfc re-add the why of cryptography to the faq with some small updates (#3621) by Paul Kehrer · 8 years ago
  96. 2f29224 Remove unused line from mac wheel builder (#3619) by Alex Gaynor · 8 years ago
  97. 139b25f port 1.8.2 changelog to master (#3616) by Paul Kehrer · 8 years ago
  98. d36bef0 fix libressl error/refactor some error handling (#3609) by Paul Kehrer · 8 years ago
  99. 3499233 Document when OpenSSL changed its default (#3611) by Alex Gaynor · 8 years ago
  100. 978a5e9 jurisdictionCountryName also must be PrintableString (#3516) by Alex Gaynor · 8 years ago