1. 3b83fc2 Refs #3002 -- clearly document that OpenSSL 1.0 support will be removed in the next release. (#3113) by Alex Gaynor · 9 years ago
  2. 07ea3cd OpenSSL 1.1.0 support (#2826) by Paul Kehrer · 9 years ago
  3. 9db255d Fix docs to clarify the less than 256 limit for Padding(). (#3099) by Terry Chia · 9 years ago
  4. c65fea9 Update example code to use recommended 160 bits (#3088) by Dave Brondsema · 9 years ago
  5. 60cd5a6 Update installation.rst (#3083) by Akan Brown · 9 years ago
  6. 94af47c Attempt to debug wacky failures on the docs build on OS X (#3085) by Alex Gaynor · 9 years ago
  7. b6e0ba0 Add recommendation about terminology (#3079) by Gabriel Orisaka · 9 years ago
  8. 617fe4b Remove provider language from docs (#3072) by Gabriel Orisaka · 9 years ago
  9. dacdbb9 Clarify what to pass to the sign-function (#3066) by Loy · 9 years ago
  10. e035c50 Removed provider language from asymmetric primitives docs (#3052) by Gabriel Orisaka · 9 years ago
  11. 0edf799 Enforce that p > q to improve OpenSSL compatibility (fixes #2990) (#3010) by Dirkjan Ochtman · 9 years ago
  12. 6868b1f Removed provider language from backend interfaces (#3047) by Gabriel Orisaka · 9 years ago
  13. 05aac20 A few small cleanups (#3046) by Alex Gaynor · 9 years ago
  14. 69617ca Add flag to toggle key length check for HOTP and TOTP. (#3012) by Terry Chia · 9 years ago
  15. 2120a8e One shot sign/verification ECDSA (#3029) by Aviv Palivoda · 9 years ago
  16. 77d917b one shot verify documentation fix (#3031) by Aviv Palivoda · 9 years ago
  17. f67429b One shot sign/verify DSA (#3003) by Aviv Palivoda · 9 years ago
  18. 17097bf Fixed #3008 -- expose calculate max pss salt length (#3014) by Alex Gaynor · 9 years ago
  19. ca9b989 rest syntax by Alex Gaynor · 9 years ago
  20. a8f935b Remove some 0.9.8 cruft from the docs (#3015) by Alex Gaynor · 9 years ago
  21. 4fc052f Fixes #2992 -- clearly link to a key dumping docs in serialization mo… (#3013) by Alex Gaynor · 9 years ago
  22. bfd3744 Use `d` instead of `private_exponent` for consistency (#2991) by Dirkjan Ochtman · 9 years ago
  23. 1252dec Drop OpenSSL 0.9.8 (#2978) by Alex Gaynor · 9 years ago
  24. 8d15ba8 Clean up some of the nonsense in our DSA docs. (#2969) by Alex Gaynor · 9 years ago
  25. 5563ea0 Added another release task (#2965) by Alex Gaynor · 9 years ago
  26. 34d5c39 Add convenience methods to sign and verify w/ RSA (#2945) by Colleen Murphy · 9 years ago
  27. 13e9c4c Refs #1478 -- attempt to improve our nonsense docs for ECCurve.key_size (#2959) by Alex Gaynor · 9 years ago
  28. 9498929 SSH serialization for public keys (#2957) by Alex Gaynor · 9 years ago
  29. 0c11d04 Random grammar stuff (#2955) by Alex Gaynor · 9 years ago
  30. e295f3a Add alias for Certificate serial as serial number (#2950) by Chelsea Winfree · 9 years ago
  31. 3079299 add RSA OAEP SHA2 vectors via custom vector creation (#2829) by Paul Kehrer · 9 years ago
  32. 6d7fe00 NIST SP 800-108 Counter Mode KDF (#2748) by Jared · 9 years ago
  33. 0255818 Fixed #2859 -- document that SHA-1 is the worst (#2925) by Alex Gaynor · 9 years ago
  34. 5ce1404 Fixed #2871 -- position docs next to the fucntion they are for (#2924) by Alex Gaynor · 9 years ago
  35. 988df9b Update URLs for new RTD domain (#2879) by Alex Gaynor · 9 years ago
  36. 2f27a8b Update getting-started.rst to clarify OS X Homebrew pip install (#2876) by Chris Collis · 9 years ago
  37. 01c634c Make a paragraph slightly more clear (#2874) by Alex Gaynor · 9 years ago
  38. 4377454 Use HTTPS for a link in our docs (#2869) by Alex Gaynor · 9 years ago
  39. 7e6afe8 Add vectors for unkeyed blake2s and blake2b. (#2867) by Terry Chia · 9 years ago
  40. a17d590 add a note on the install page about pip versioning on OS X by Paul Kehrer · 9 years ago
  41. 62f6195 two seperate sentences by Alex Gaynor · 9 years ago
  42. fd36f9d update installation.rst by Alex Gaynor · 9 years ago
  43. 5d38206 Mention CRYPTOGRAPHY_ALLOW_OPENSSL_098 in the FAQ by Alex Gaynor · 9 years ago
  44. f790b42 Merge pull request #2736 from cedk/ANSI_X.923 by Paul Kehrer · 9 years ago
  45. 6cfd919 Add version in the doc by Cédric Krier · 9 years ago
  46. 1c6e624 Merge pull request #2773 from jared-mess/test-vectors-NIST-800-108-counter-mode by Paul Kehrer · 9 years ago
  47. fac4d64 Fixing line > 79 characters, PEP8 by Jared Messenger · 9 years ago
  48. 1cc3890 rephrase by Alex Gaynor · 9 years ago
  49. 84c58c4 typo fix by Alex Gaynor · 9 years ago
  50. d57a72e Fixes #2301 -- write a tutorial on generating self-signed certificates by Alex Gaynor · 9 years ago
  51. 4e9bd8c add more language by Paul Kehrer · 9 years ago
  52. fcf6fca add two faq entries for common errors by Paul Kehrer · 9 years ago
  53. 2d0deb1 Merge pull request #2813 from reaperhulk/fix-2758 by Alex Gaynor · 9 years ago
  54. 2d8e574 add some notes about when to use these classmethods by Paul Kehrer · 9 years ago
  55. d3c21ca add e-trust russian x509 test vector by Paul Kehrer · 9 years ago
  56. 61ff356 Add AuthorityKeyIdentifier.from_issuer_subject_key_identifier by Paul Kehrer · 9 years ago
  57. 6a070e2 le sigh by Alex Gaynor · 9 years ago
  58. 0fa997b move links to the bottom by Alex Gaynor · 9 years ago
  59. c77db59 Fixed #2776 -- added an FAQ on compilation errors on OS X by Alex Gaynor · 9 years ago
  60. 54035d3 NIST SP 800-108 Counter Mode KDF test vectors. by Jared Messenger · 9 years ago
  61. 6422d83 HTTPS some links, in the odd event users of a cryptographic library would care about authentication, integrity, or confidentiality by Alex Gaynor · 9 years ago
  62. a372db3 Merge pull request #2670 from joernheissler/x509_req_verify by Paul Kehrer · 9 years ago
  63. 5910e0f Merge pull request #2725 from alex/security-docs by Paul Kehrer · 9 years ago
  64. 8c399cd Delete a bunch of commented out defaults in docs/conf.py by Alex Gaynor · 9 years ago
  65. 93a3d53 Add wikipedia link to ANSI X.923 by Cédric Krier · 9 years ago
  66. bf0f464 Added support for padding ANSI X.923 by Cédric Krier · 9 years ago
  67. 4a6e2de add another policy constraints test vector by Paul Kehrer · 9 years ago
  68. c96ef9d Merge pull request #2733 from reaperhulk/policy-constraints by Alex Gaynor · 9 years ago
  69. 648c0fb try to improve the language by Paul Kehrer · 9 years ago
  70. 0ab8e9e Document the vector by Alex Gaynor · 9 years ago
  71. 20f0df5 fix docs by Paul Kehrer · 9 years ago
  72. 159b3b5 add the oid required by the extensiontype interface by Paul Kehrer · 9 years ago
  73. 7e8fe9d add policy constraints class by Paul Kehrer · 10 years ago
  74. 9c4c0dc Added a word by Alex Gaynor · 9 years ago
  75. f7721aa Good clarification from @dstufft by Alex Gaynor · 9 years ago
  76. ebcd037 spelling by Alex Gaynor · 9 years ago
  77. 940c92f Several updates to our security docs: by Alex Gaynor · 9 years ago
  78. 357f977 Make the linkcheck builder more resillient against transient network errors. by Alex Gaynor · 9 years ago
  79. 077d89d line length by Alex Gaynor · 10 years ago
  80. 60df494 Fix what appears to be a typo by Alex Gaynor · 10 years ago
  81. 09828cd Clearly document that this is a good example by Alex Gaynor · 10 years ago
  82. 5e785b7 As always, recommend cryptoing while you crypto by Alex Gaynor · 10 years ago
  83. 2c1458e Merge pull request #2701 from alex/document-key by Paul Kehrer · 10 years ago
  84. b80a5ab Fixed #2700 -- corrtected the create_hmac_ctx interface docs by Alex Gaynor · 10 years ago
  85. e783fab Minor doc tweak per issue #2694 by Phoebe Queen · 10 years ago
  86. be6dd9b Formally deprecated support for OpenSSL 0.9.8 by Alex Gaynor · 10 years ago
  87. fbda8ce Change method to property by Joern Heissler · 10 years ago
  88. 1bd77e2 Add verify method on CertificateSigningRequest by Joern Heissler · 10 years ago
  89. 4dcc0fe Merge pull request #2624 from alex/2016 by Paul Kehrer · 10 years ago
  90. 9d36129 Bump the copyright year by Alex Gaynor · 10 years ago
  91. 7105e7f Merge pull request #2621 from reaperhulk/update-links by Alex Gaynor · 10 years ago
  92. 4741a3c Merge pull request #2618 from reaperhulk/fix-2432 by Alex Gaynor · 10 years ago
  93. d9c7eeb Merge pull request #2616 from reaperhulk/docs-accurate-osx by Alex Gaynor · 10 years ago
  94. 277b701 update some links with the redirects shown in the linkchecker by Paul Kehrer · 10 years ago
  95. b29f464 disambiguate a version number by Paul Kehrer · 10 years ago
  96. 33151a4 Merge pull request #2615 from reaperhulk/doc-deprecations by Alex Gaynor · 10 years ago
  97. d3a17c8 provide a bit more detail about the underlying public key formats by Paul Kehrer · 10 years ago
  98. 13e55df make the os x install docs more accurate by Paul Kehrer · 10 years ago
  99. 56b360a prominently note our py2.6 and openssl 0.9.8/1.0.0 deprecations by Paul Kehrer · 10 years ago
  100. d4ea53b add a small note about clearing the wheel cache by Paul Kehrer · 10 years ago