1. 40bc0f1 Fixed a handful of typos (#755) by Alex Gaynor · 6 years ago
  2. 1ae7cb6 Raise minimum cryptography version to 2.2.1, drop python 2.6 (#742) by Jeremy Lainé · 6 years ago
  3. d072cae Use autofocus for all module documentation/docstrings (#737) by Alex Chan · 6 years ago
  4. fe0120f Improve documentation for passphrase callback (#703) by Diego Fernandez · 7 years ago
  5. 8102128 Bend some recent changes to standards (#669) by Hynek Schlawack · 7 years ago
  6. ad44ccd document set_default_verify_paths caveats (#667) by Paul Kehrer · 7 years ago
  7. dc996b1 add note about cryptography to crypto module (#666) by Paul Kehrer · 7 years ago
  8. 8a1de8d Fixed #631 -- deprecate all of OpenSSL.rand (#658) by Alex Gaynor · 7 years ago
  9. 10d3083 Fixed #486 -- deprecate the backwards compat names (#643) by Alex Gaynor · 7 years ago
  10. 3ed6273 Drop the deprecated rand.egd function (#630) by Alex Gaynor · 7 years ago
  11. 54005ce Fix broken links in the documentation (#611) by Alex Chan · 7 years ago
  12. 01c3167 Activate intersphinx (#583) by Hynek Schlawack · 7 years ago
  13. c3b38e5 Prepare 16.2.0 (#555) by Hynek Schlawack · 8 years ago
  14. 239e2d3 Nudge people towards better hashes in a few places (#538) by Alex Gaynor · 8 years ago
  15. 643aab8 Use our docs to point people towards modern hashes (#537) by Alex Gaynor · 8 years ago
  16. 11e43ad Fix memory leak in OpenSSL.crypto.dump_privatekey (#496) by Hynek Schlawack · 8 years ago
  17. 44e767a Enable use of CRL (and more) in verify context. (#483) by Dan Sully · 8 years ago
  18. c3b8fba Fix RTD links by Hynek Schlawack · 8 years ago
  19. 890eb6d Braaaaand by Hynek Schlawack · 8 years ago
  20. 8d4f976 Fix some links and markup by Hynek Schlawack · 8 years ago
  21. b1f3ca8 Implement Context.set_session_id by Hynek Schlawack · 8 years ago
  22. ea94f2b Rename state_name to get_state_name by Hynek Schlawack · 8 years ago
  23. 8b7e455 Polish up examples (somewhat) by Hynek Schlawack · 8 years ago
  24. f90e368 Fix set_cipher_list on modern OpenSSL by Hynek Schlawack · 8 years ago
  25. 4756925 Code review feedback (belatedly!) by Cory Benfield · 8 years ago
  26. fb4d4fb Reformat. by Cory Benfield · 8 years ago
  27. 4d67d04 Explain that FILETYPE_ASN1 is DER. by Cory Benfield · 8 years ago
  28. 25338c5 Document new publickey methods. by Cory Benfield · 9 years ago
  29. 682443f Switch to a nicer changelog format by Hynek Schlawack · 9 years ago
  30. f05b212 factor out function to dump crl by Dominic Chen · 9 years ago
  31. d367dbc Fix wording by Hynek Schlawack · 9 years ago
  32. 80d005f Replace the only EGD call by urandom by Hynek Schlawack · 9 years ago
  33. 7b3aa90 Fix travis by Hynek Schlawack · 9 years ago
  34. 5ab4056 Add Python 3.5 by Hynek Schlawack · 9 years ago
  35. 8509cec fix doc string by Akihiro Yamazaki · 9 years ago
  36. 7eee79d add OP_SINGLE_ECDH_USE by Akihiro Yamazaki · 9 years ago
  37. ca87ff6 a random set of flake8 and typo fixes by Alex Gaynor · 9 years ago
  38. b6e92df Use correct syntax for a parameter. by Alex Gaynor · 9 years ago
  39. b845044 get_elliptic_curve require 'name' parameter by Akihiro Yamazaki · 9 years ago
  40. 782de79 Fixed typo by kjav · 9 years ago
  41. 1d95dea add ssl_peek functionality by Maximilian Hils · 9 years ago
  42. 8ad4a19 Clean up X509StoreContext documentation by Stephen Holsapple · 9 years ago
  43. 8fb864a Update contributing & policy information by Hynek Schlawack · 9 years ago
  44. c9dbaab Merge pull request #272 from hynek/use-rtd-theme by Alex Gaynor · 9 years ago
  45. b92c8a9 Merge pull request #244 from elitest/session-tls-version by Hynek Schlawack · 9 years ago
  46. b5b6b0e fix grammar and english in SSL.py and ssl.rst by Jim Shaver · 9 years ago
  47. 58d2573 Switch get_protocol_version_name back to unicode. by Jim Shaver · 9 years ago
  48. 208438c Fixing the truth in Changelog SSL.py and test_ssl.py by Jim Shaver · 9 years ago
  49. 76ed8e0 Use RTD theme by Hynek Schlawack · 9 years ago
  50. abff188 differentiated the two functions. Updated docs, and tests by Jim Shaver · 9 years ago
  51. 3cd0e67 Added example and cleanup to doc/api by Jim Shaver · 9 years ago
  52. 2637c3b added docs to doc/api by Jim Shaver · 9 years ago
  53. 4cf77d2 Fix theme name by Laurens Van Houtven · 9 years ago
  54. e9ae673 Merge pull request #126 from lvh/autodoc by Hynek Schlawack · 9 years ago
  55. 5bc17cb Dedup meta data, use README as long_description by Hynek Schlawack · 9 years ago
  56. 5faa281 Fix markup by Laurens Van Houtven · 9 years ago
  57. b5b70a5 Remove X509StoreContext reference by Laurens Van Houtven · 9 years ago
  58. 3de6b2b Move Error around by Laurens Van Houtven · 9 years ago
  59. 889b9d2 Revert "Merge CRL, Revoked into certificate revocation section" by Laurens Van Houtven · 9 years ago
  60. 287abd1 Merge CRL, Revoked into certificate revocation section by Laurens Van Houtven · 9 years ago
  61. a0a9bc3 Remove Revoked reference by Laurens Van Houtven · 9 years ago
  62. fe7d8d5 Remove CRL reference by Laurens Van Houtven · 9 years ago
  63. f5831fc Remove NetscapeSPKI duplicate docs by Laurens Van Houtven · 9 years ago
  64. 82704b9 Remove NetscapeSPKIType reference by Laurens Van Houtven · 9 years ago
  65. b942115 Remove superfluous X509Extension reference by Laurens Van Houtven · 9 years ago
  66. 1302781 Remove PKCS12Type reference by Laurens Van Houtven · 9 years ago
  67. 9d4c074 Move key type constants by Laurens Van Houtven · 9 years ago
  68. 8d917bf Remove PKCS7Type by Laurens Van Houtven · 9 years ago
  69. 2ec1fba Fix typo by Laurens Van Houtven · 9 years ago
  70. 98a328b PKey is down there by Laurens Van Houtven · 9 years ago
  71. 1bc1575 X509 is down there by Laurens Van Houtven · 9 years ago
  72. 9313a4e Reflow by Laurens Van Houtven · 9 years ago
  73. e562564 X509Req appears later by Laurens Van Houtven · 9 years ago
  74. 0387f8f X509Name appears later by Laurens Van Houtven · 9 years ago
  75. 0f82087 X509 appears later by Laurens Van Houtven · 9 years ago
  76. c6a30d9 File type constants appear somewhere else too by Laurens Van Houtven · 9 years ago
  77. 555c83d Remove X509ExtensionType reference by Laurens Van Houtven · 9 years ago
  78. 01d5417 Remove PKeyType reference by Laurens Van Houtven · 9 years ago
  79. 59e3ab9 Remove X509StoreType reference by Laurens Van Houtven · 9 years ago
  80. 502fae8 Remove X509ReqType reference by Laurens Van Houtven · 9 years ago
  81. 0c6629f Remove X509NameType reference by Laurens Van Houtven · 9 years ago
  82. d81b1c0 Remove X509Type reference by Laurens Van Houtven · 9 years ago
  83. 0c26a46 Merge branch 'master' into autodoc by Laurens Van Houtven · 9 years ago
  84. 4202f0d Fix error message about non-existent _static path by Hynek Schlawack · 9 years ago
  85. 197bda9 Prepare 0.15.1 by Hynek Schlawack · 9 years ago
  86. 76ecf94 Release 0.15 by Hynek Schlawack · 9 years ago
  87. e011b95 Bytes. by Jean-Paul Calderone · 9 years ago
  88. f0e7456 merge master by Jean-Paul Calderone · 9 years ago
  89. e58a93a Apparently I'm stylistically immature. by Cory Benfield · 9 years ago
  90. 12eae89 Add ALPN support. by Cory Benfield · 10 years ago
  91. 8654f78 Merge remote-tracking branch 'origin/master' into 159-crl-export-digest by Jean-Paul Calderone · 9 years ago
  92. 2f0f395 Merge remote-tracking branch 'pyca/master' into npn by Jean-Paul Calderone · 9 years ago
  93. 0191a18 mention flags as well by Jean-Paul Calderone · 9 years ago
  94. 1096996 Merge remote-tracking branch 'origin/master' into recv_into by Jean-Paul Calderone · 9 years ago
  95. b819738 Merge pull request #175 from alex/docs-typo by Jean-Paul Calderone · 9 years ago
  96. 876b2ac The message is not a basestring and basestring is an awful type anyway. by Jean-Paul Calderone · 9 years ago
  97. 95a4665 Add documentation for X509StoreContextError by Stephen Holsapple · 9 years ago
  98. 08ffaa6 Refactoring verify_cert by Stephen Holsapple · 9 years ago
  99. 0d9815f Add OpenSSL.crypto.verify_chain method. by Stephen Holsapple · 10 years ago
  100. 2cf5a08 Fixed a typo leading to a syntax error in the docs by Alex Gaynor · 10 years ago