1. d0c6983 Point people to python3-dev if needed (#3359) by Alex Gaynor · 9 years ago
  2. 4e87cf4 Removed dead link from docs (#3360) by Alex Gaynor · 9 years ago
  3. 1bab7bc add a SAN to the certificatebuilder example (#3353) by Paul Kehrer · 9 years ago
  4. 66a2372 fix #3308 (#3352) by Paul Kehrer · 9 years ago
  5. 1c2458e It is 2017, in UTC (#3342) by Alex Gaynor · 9 years ago
  6. 31b5d78 Fixed #3334 -- added Python 3.6 support (#3335) by Alex Gaynor · 9 years ago
  7. 5685baa add openssl_version_number & doc openssl_version_text (#3329) by Paul Kehrer · 9 years ago
  8. 7a15827 We test the latest version of 1.1.0 (#3327) by Alex Gaynor · 9 years ago
  9. 0e8cdf1 Drop 1.0.0 (#3312) by Alex Gaynor · 9 years ago
  10. 9e5056c document DHBackend is implemented for OpenSSL (#3304) by Paul Kehrer · 9 years ago
  11. acaf89d Scrypt docs code example contradict RFC 7914 (#3302) (#3303) by Nick Badger · 9 years ago
  12. 2e71776 New osrandom_engine in C (#3229) by Christian Heimes · 9 years ago
  13. f7e1219 Sierra is a thing (#3294) by Alex Gaynor · 9 years ago
  14. 495f21a OpenSSL DH backend implementation [Second attempt] (#2914) by Aviv Palivoda · 9 years ago
  15. 29b2ebc Error out on OpenSSL 1.0.0 by default (#3276) by Alex Gaynor · 9 years ago
  16. ec7fc46 update docs and changelog for prehashed support (#3268) by Paul Kehrer · 9 years ago
  17. 80ec631 add support for prehashing in ECDSA sign/verify (#3267) by Paul Kehrer · 9 years ago
  18. 6012ccf support prehashed sign/verify in DSA (#3266) by Paul Kehrer · 9 years ago
  19. f555c74 support RSA verify with prehashing (#3265) by Paul Kehrer · 9 years ago
  20. 033bd71 support prehashing in RSA sign (#3238) by Paul Kehrer · 9 years ago
  21. 36d5cd6 add a few more OIDs (#3259) by Paul Kehrer · 9 years ago
  22. 533a3c9 change derive_elliptic_curve_public_point to return EllipticCurvePubl… (#3243) by Paul Kehrer · 9 years ago
  23. 7ff4c8f Random flake8 cleanups for the latest release (#3242) by Alex Gaynor · 9 years ago
  24. e9b87d5 Raise padding block_size limit to what is allowed by the specs. (#3108) by Terry Chia · 9 years ago
  25. 3a15b03 Add a bytes method to get the DER ASN.1 encoding of an X509 name. (#3236) by Paul Kehrer · 9 years ago
  26. c7ab931 Turns out we shouldn't call it uniqueIdentifier (#3234) by Paul Kehrer · 9 years ago
  27. c3b8ff6 add some new oids (#3233) by Paul Kehrer · 9 years ago
  28. f6f238e add alternate signature OID for RSA with SHA1 + test and vector (#3227) by Paul Kehrer · 9 years ago
  29. c816735 add ec.private_key_from_secret_and_curve (#3225) by Ofek Lev · 9 years ago
  30. 01ee6f5 Name: add support for multi-value RDNs (#3202) by Fraser Tweedale · 9 years ago
  31. 02467dd Make DistributionPoint relative_name a set of NameAttribute (#3210) by Fraser Tweedale · 9 years ago
  32. e51236d Last pass over fixing the links (#3224) by Alex Gaynor · 9 years ago
  33. 15c2938 Update the commoncrypto links (#3223) by Alex Gaynor · 9 years ago
  34. 769d5c6 Use the canonical host for two urls on the OpenSSL website (#3219) by Alex Gaynor · 9 years ago
  35. c3a3ed4 Link to our implementation of scrypt, now that we have it (#3189) by Alex Gaynor · 9 years ago
  36. a187c97 Update installation.rst (#3188) by Matt Thomas · 9 years ago
  37. 1a7c974 EC samples for verifying a singature, + serialization (#3076) by Alex Railean · 9 years ago
  38. 0fa6b39 Fixed #3143 -- added the mandatory serial number parameter (#3144) by Alex Gaynor · 9 years ago
  39. ee9710f Fix typo in `symmetric-encryption.rst` (#3138) by Alex Chan · 9 years ago
  40. 63bbf18 Clarified Windows development installation and docd upstream enchant bug (#3128) by Nick Badger · 9 years ago
  41. 8b89bcc support random_serial_number in the CertificateBuilder (#3132) by Paul Kehrer · 9 years ago
  42. a2d0da9 Add bounds checking for Scrypt parameters. (#3130) by Terry Chia · 9 years ago
  43. d8a27df Scrypt Implementation (#3117) by Terry Chia · 9 years ago
  44. c7b29b8 add support for signature_algorithm_oid to cert, CSR, and CRL (#3124) by Paul Kehrer · 9 years ago
  45. 2e8725d some docs cleanups + changelog (#3122) by Alex Gaynor · 9 years ago
  46. a2bf0ea Mention that blake2 is not vulnerable to length-extension attacks (#3118) by Alex Gaynor · 9 years ago
  47. 306ce51 blake2b/blake2s support (#3116) by Paul Kehrer · 9 years ago
  48. 3b83fc2 Refs #3002 -- clearly document that OpenSSL 1.0 support will be removed in the next release. (#3113) by Alex Gaynor · 9 years ago
  49. 07ea3cd OpenSSL 1.1.0 support (#2826) by Paul Kehrer · 9 years ago
  50. 9db255d Fix docs to clarify the less than 256 limit for Padding(). (#3099) by Terry Chia · 9 years ago
  51. c65fea9 Update example code to use recommended 160 bits (#3088) by Dave Brondsema · 9 years ago
  52. 60cd5a6 Update installation.rst (#3083) by Akan Brown · 9 years ago
  53. 94af47c Attempt to debug wacky failures on the docs build on OS X (#3085) by Alex Gaynor · 9 years ago
  54. b6e0ba0 Add recommendation about terminology (#3079) by Gabriel Orisaka · 9 years ago
  55. 617fe4b Remove provider language from docs (#3072) by Gabriel Orisaka · 9 years ago
  56. dacdbb9 Clarify what to pass to the sign-function (#3066) by Loy · 9 years ago
  57. e035c50 Removed provider language from asymmetric primitives docs (#3052) by Gabriel Orisaka · 9 years ago
  58. 0edf799 Enforce that p > q to improve OpenSSL compatibility (fixes #2990) (#3010) by Dirkjan Ochtman · 9 years ago
  59. 6868b1f Removed provider language from backend interfaces (#3047) by Gabriel Orisaka · 9 years ago
  60. 05aac20 A few small cleanups (#3046) by Alex Gaynor · 9 years ago
  61. 69617ca Add flag to toggle key length check for HOTP and TOTP. (#3012) by Terry Chia · 9 years ago
  62. 2120a8e One shot sign/verification ECDSA (#3029) by Aviv Palivoda · 9 years ago
  63. 77d917b one shot verify documentation fix (#3031) by Aviv Palivoda · 9 years ago
  64. f67429b One shot sign/verify DSA (#3003) by Aviv Palivoda · 9 years ago
  65. 17097bf Fixed #3008 -- expose calculate max pss salt length (#3014) by Alex Gaynor · 9 years ago
  66. ca9b989 rest syntax by Alex Gaynor · 9 years ago
  67. a8f935b Remove some 0.9.8 cruft from the docs (#3015) by Alex Gaynor · 9 years ago
  68. 4fc052f Fixes #2992 -- clearly link to a key dumping docs in serialization mo… (#3013) by Alex Gaynor · 9 years ago
  69. bfd3744 Use `d` instead of `private_exponent` for consistency (#2991) by Dirkjan Ochtman · 9 years ago
  70. 1252dec Drop OpenSSL 0.9.8 (#2978) by Alex Gaynor · 9 years ago
  71. 8d15ba8 Clean up some of the nonsense in our DSA docs. (#2969) by Alex Gaynor · 9 years ago
  72. 5563ea0 Added another release task (#2965) by Alex Gaynor · 9 years ago
  73. 34d5c39 Add convenience methods to sign and verify w/ RSA (#2945) by Colleen Murphy · 9 years ago
  74. 13e9c4c Refs #1478 -- attempt to improve our nonsense docs for ECCurve.key_size (#2959) by Alex Gaynor · 9 years ago
  75. 9498929 SSH serialization for public keys (#2957) by Alex Gaynor · 9 years ago
  76. 0c11d04 Random grammar stuff (#2955) by Alex Gaynor · 9 years ago
  77. e295f3a Add alias for Certificate serial as serial number (#2950) by Chelsea Winfree · 9 years ago
  78. 3079299 add RSA OAEP SHA2 vectors via custom vector creation (#2829) by Paul Kehrer · 9 years ago
  79. 6d7fe00 NIST SP 800-108 Counter Mode KDF (#2748) by Jared · 9 years ago
  80. 0255818 Fixed #2859 -- document that SHA-1 is the worst (#2925) by Alex Gaynor · 9 years ago
  81. 5ce1404 Fixed #2871 -- position docs next to the fucntion they are for (#2924) by Alex Gaynor · 9 years ago
  82. 988df9b Update URLs for new RTD domain (#2879) by Alex Gaynor · 9 years ago
  83. 2f27a8b Update getting-started.rst to clarify OS X Homebrew pip install (#2876) by Chris Collis · 9 years ago
  84. 01c634c Make a paragraph slightly more clear (#2874) by Alex Gaynor · 9 years ago
  85. 4377454 Use HTTPS for a link in our docs (#2869) by Alex Gaynor · 9 years ago
  86. 7e6afe8 Add vectors for unkeyed blake2s and blake2b. (#2867) by Terry Chia · 9 years ago
  87. a17d590 add a note on the install page about pip versioning on OS X by Paul Kehrer · 9 years ago
  88. 62f6195 two seperate sentences by Alex Gaynor · 9 years ago
  89. fd36f9d update installation.rst by Alex Gaynor · 9 years ago
  90. 5d38206 Mention CRYPTOGRAPHY_ALLOW_OPENSSL_098 in the FAQ by Alex Gaynor · 9 years ago
  91. f790b42 Merge pull request #2736 from cedk/ANSI_X.923 by Paul Kehrer · 9 years ago
  92. 6cfd919 Add version in the doc by Cédric Krier · 9 years ago
  93. 1c6e624 Merge pull request #2773 from jared-mess/test-vectors-NIST-800-108-counter-mode by Paul Kehrer · 9 years ago
  94. fac4d64 Fixing line > 79 characters, PEP8 by Jared Messenger · 9 years ago
  95. 1cc3890 rephrase by Alex Gaynor · 9 years ago
  96. 84c58c4 typo fix by Alex Gaynor · 9 years ago
  97. d57a72e Fixes #2301 -- write a tutorial on generating self-signed certificates by Alex Gaynor · 9 years ago
  98. 4e9bd8c add more language by Paul Kehrer · 9 years ago
  99. fcf6fca add two faq entries for common errors by Paul Kehrer · 9 years ago
  100. 2d0deb1 Merge pull request #2813 from reaperhulk/fix-2758 by Alex Gaynor · 9 years ago