1. 315e104 Issue #24232: Fix typos. Patch by Ville Skyttä. by Berker Peksag · 9 years ago
  2. 97aa953 Fix duplicate doc entry for SSLContext.get_ca_certs() by Antoine Pitrou · 9 years ago
  3. 1c69c3e use imperative by Benjamin Peterson · 9 years ago
  4. eb7a97c Issue #23025: Add a mention of os.urandom to RAND_bytes and RAND_pseudo_bytes docs. by Berker Peksag · 9 years ago
  5. 6f362fa actually ssl3 is just completely broken by Benjamin Peterson · 9 years ago
  6. 59c4eb7 versionchanged for rc4 removal (closes #23679) by Benjamin Peterson · 9 years ago
  7. c835827 indicate correct version (closes #23608) by Benjamin Peterson · 9 years ago
  8. 990fcaa expose X509_V_FLAG_TRUSTED_FIRST by Benjamin Peterson · 10 years ago
  9. b92fd01 note that sslv3 may not be available by Benjamin Peterson · 10 years ago
  10. b757c83 Issue #22581: Use more "bytes-like object" throughout the docs and comments. by Serhiy Storchaka · 10 years ago
  11. 2b207ba Fix #22987: update the compatibility matrix for a SSLv23 client. by Antoine Pitrou · 10 years ago
  12. dbd4bcf correct versionchanged version by Benjamin Peterson · 10 years ago
  13. 7243b57 don't require OpenSSL SNI to pass hostname to ssl functions (#22921) by Benjamin Peterson · 10 years ago
  14. b7354a6 Fixing broken links in doc, part 4: some more breaks and redirects by Georg Brandl · 10 years ago
  15. 4b4ddb2 Issue #22660: update various mentions in the ssl module documentation. by Antoine Pitrou · 10 years ago
  16. cfb2a0a Issue #22564: ssl doc: mention asyncio in the non-blocking section by Victor Stinner · 10 years ago
  17. d28fe8c Issue #22564: ssl doc: mention how SSLSocket are usually created by Victor Stinner · 10 years ago
  18. 3c3d3c7 Issue #22564: ssl doc: use "class" marker to document the SSLSocket class by Victor Stinner · 10 years ago
  19. 41f92c2 Issue #22564: ssl doc: document read(), write(), pending, server_side and by Victor Stinner · 10 years ago
  20. 851a6cc Issue #22564: ssl doc: fix typos by Victor Stinner · 10 years ago
  21. 9c1dba2 Revert #22251 by Berker Peksag · 10 years ago
  22. 3749404 Issue #22251: Fix ReST markup to avoid errors building docs. by Berker Peksag · 10 years ago
  23. 88a1977 Issue #22072: Fix a couple of SSL doc typos. Patch by Alex Gaynor. by Zachary Ware · 10 years ago
  24. 38bf87c Issue #21994: Fix SyntaxError in the SSLContext.check_hostname documentation. by Berker Peksag · 10 years ago
  25. 75e0338 Issue #21430: additions to the description of non-blocking SSL sockets by Antoine Pitrou · 10 years ago
  26. 4137465 Issue #21043: Remove the recommendation for specific CA organizations by Donald Stufft · 10 years ago
  27. 6a2ba94 Issue #21013: Enhance ssl.create_default_context() for server side contexts by Donald Stufft · 10 years ago
  28. f8cbbbb Issue #20913: make it clear that create_default_context() also enables hostname checking by Antoine Pitrou · 10 years ago
  29. c5e075f Issue #20913: improve the SSL security considerations to first advocate using create_default_context(). by Antoine Pitrou · 10 years ago
  30. 79ccaa2 Issue #20995: Enhance default ciphers used by the ssl module by Donald Stufft · 10 years ago
  31. 3732ed2 Merge in all documentation changes since branching 3.4.0rc1. by Larry Hastings · 10 years ago
  32. e6d2f15 Issue #19422: Explicitly disallow non-SOCK_STREAM sockets in the ssl module, rather than silently let them emit clear text data. by Antoine Pitrou · 11 years ago
  33. 3e86ba4 Issue #19422: Explicitly disallow non-SOCK_STREAM sockets in the ssl module, rather than silently let them emit clear text data. by Antoine Pitrou · 11 years ago
  34. 748bad2 Tidy up ssl whatsnew references, make ssl section formatting consistent. by R David Murray · 11 years ago
  35. 1aa9a75 Issue #19509: Add SSLContext.check_hostname to match the peer's certificate by Christian Heimes · 11 years ago
  36. 0e90e99 Issue #19795: Improved markup of True/False constants. by Serhiy Storchaka · 11 years ago
  37. fbc1c26 Issue #19795: Improved markup of True/False constants. by Serhiy Storchaka · 11 years ago
  38. 5bef410 Tweak ssl docs by Antoine Pitrou · 11 years ago
  39. 4c05b47 Issue #19689: Add ssl.create_default_context() factory function. It creates by Christian Heimes · 11 years ago
  40. 6b2ff98 Correct documentation clientAuth -> CLIENT_AUTH by Christian Heimes · 11 years ago
  41. 72d2850 Issue #19292: Add SSLContext.load_default_certs() to load default root CA by Christian Heimes · 11 years ago
  42. 2427b50 Issue #8813: X509_VERIFY_PARAM is only available on OpenSSL 0.9.8+ by Christian Heimes · 11 years ago
  43. f22e8e5 Issue #18147: Add missing documentation for SSLContext.get_ca_certs(). by Christian Heimes · 11 years ago
  44. 44109d7 Issue #17134: Finalize interface to Windows' certificate store. Cert and by Christian Heimes · 11 years ago
  45. 2258779 Issue #8813: Add SSLContext.verify_flags to change the verification flags by Christian Heimes · 11 years ago
  46. bd3a7f9 Issue #18379: SSLSocket.getpeercert() returns CA issuer AIA fields, OCSP by Christian Heimes · 11 years ago
  47. efff706 Issue #18138: Implement cadata argument of SSLContext.load_verify_location() by Christian Heimes · 11 years ago
  48. 6b2b084 Issue #19508: direct the user to read the security considerations for the ssl module by Antoine Pitrou · 11 years ago
  49. 9eefe91 Issue #19508: direct the user to read the security considerations for the ssl module by Antoine Pitrou · 11 years ago
  50. 9f09120 merge by Christian Heimes · 11 years ago
  51. 47674bc fix language by Christian Heimes · 11 years ago
  52. ee0bac6 Issue #19227 / Issue #18747: Remove pthread_atfork() handler to remove OpenSSL re-seeding by Christian Heimes · 11 years ago
  53. 3046fe4 Issue #18747: document issue with OpenSSL's CPRNG state and fork by Christian Heimes · 11 years ago
  54. 72c98d3 Issue #17997: Change behavior of ``ssl.match_hostname()`` to follow RFC 6125, by Georg Brandl · 11 years ago
  55. b89b5df merge with 3.3 by Georg Brandl · 11 years ago
  56. 99b1a12 merge with 3.3 by Georg Brandl · 11 years ago
  57. 4a6cf6c Closes #19177: replace dead link to SSL/TLS introduction with the version from Apache. by Georg Brandl · 11 years ago
  58. 20b8555 Issue #19095: SSLSocket.getpeercert() now raises ValueError when the SSL handshake hasn't been done. by Antoine Pitrou · 11 years ago
  59. d36fc43 Fix minor documentation markup error. by Larry Hastings · 11 years ago
  60. fe3ae3c Merge #18311: fix typo. by R David Murray · 11 years ago
  61. c7f7579 #18311: fix typo. by R David Murray · 11 years ago
  62. 9a5395a Issue #18147: Add diagnostic functions to ssl.SSLContext(). by Christian Heimes · 11 years ago
  63. 46bebee Issue #17134: Add ssl.enum_cert_store() as interface to Windows' cert store. by Christian Heimes · 11 years ago
  64. 3e738f9 removed accidental new line by Christian Heimes · 11 years ago
  65. 6d7ad13 Issue #18143: Implement ssl.get_default_verify_paths() in order to debug by Christian Heimes · 11 years ago
  66. 9b42128 Issue #17739: fix the description of SSLSocket.getpeercert(binary_form=True) for server sockets. by Antoine Pitrou · 11 years ago
  67. d34941a Issue #17739: fix the description of SSLSocket.getpeercert(binary_form=True) for server sockets. by Antoine Pitrou · 11 years ago
  68. 50b24d0 Fix a crash when setting a servername callback on a SSL server socket and the client doesn't send a server name. by Antoine Pitrou · 11 years ago
  69. 2463e5f Issue #16692: The ssl module now supports TLS 1.1 and TLS 1.2. Initial patch by Michele Orrù. by Antoine Pitrou · 11 years ago
  70. 8e7586b Issue #17047: remove doubled words added in 3.4, by Terry Jan Reedy · 11 years ago
  71. 58ddc9d Issue #8109: The ssl module now has support for server-side SNI, thanks to a :meth:`SSLContext.set_servername_callback` method. by Antoine Pitrou · 12 years ago
  72. d9a7e70 Update the getpeercert() example with a real-world cert showing non-trivial issuer, subject and subjectAltName. by Antoine Pitrou · 12 years ago
  73. b7c6c81 Update the getpeercert() example with a real-world cert showing non-trivial issuer, subject and subjectAltName. by Antoine Pitrou · 12 years ago
  74. 3b36fb1 Issue #14837: SSL errors now have `library` and `reason` attributes describing precisely what happened and in which OpenSSL submodule. by Antoine Pitrou · 12 years ago
  75. d5d17eb Issue #14204: The ssl module now has support for the Next Protocol Negotiation extension, if available in the underlying OpenSSL library. by Antoine Pitrou · 12 years ago
  76. e10ae88 Clarify that ssl.OP_ALL can be different from OpenSSL's SSL_OP_ALL. by Antoine Pitrou · 13 years ago
  77. 9f6b02e Clarify that ssl.OP_ALL can be different from OpenSSL's SSL_OP_ALL. by Antoine Pitrou · 13 years ago
  78. ac8bfca Issue #13747: fix SSL compatibility table. by Antoine Pitrou · 13 years ago
  79. 84a2edc Issue #13747: fix documentation error about the default SSL version. by Antoine Pitrou · 13 years ago
  80. 441ae04 Update printout of SSL certificate examples for 3.2+. by Antoine Pitrou · 13 years ago
  81. b7ffed8 Add a subsection explaning cipher selection. by Antoine Pitrou · 13 years ago
  82. 8a9b9c7 Merge SSL doc fixes (issue #13747). by Antoine Pitrou · 13 years ago
  83. deec756 Update printout of SSL certificate examples for 3.2+. by Antoine Pitrou · 13 years ago
  84. 8f746d8 Add a subsection explaning cipher selection. by Antoine Pitrou · 13 years ago
  85. 0e576f1 Issue #13626: Add support for SSL Diffie-Hellman key exchange, through the by Antoine Pitrou · 13 years ago
  86. 501da61 Fix ssl module compilation if ECDH support was disabled in the OpenSSL build. by Antoine Pitrou · 13 years ago
  87. 8abdb8a Issue #13634: Add support for querying and disabling SSL compression. by Antoine Pitrou · 13 years ago
  88. 923df6f Issue #13627: Add support for SSL Elliptic Curve-based Diffie-Hellman by Antoine Pitrou · 13 years ago
  89. 6db4944 Issue #13635: Add ssl.OP_CIPHER_SERVER_PREFERENCE, so that SSL servers by Antoine Pitrou · 13 years ago
  90. f3dc2d7 Fix typo by Antoine Pitrou · 13 years ago
  91. 873bf26 Update example of non-blocking SSL code for the new finer-grained exceptions by Antoine Pitrou · 13 years ago
  92. 41032a6 Issue #11183: Add finer-grained exceptions to the ssl module, so that by Antoine Pitrou · 13 years ago
  93. 5574c30 Replace mentions of socket.error. by Antoine Pitrou · 13 years ago
  94. 756b169 Issue #12823: remove broken link and replace it with another resource. by Antoine Pitrou · 13 years ago
  95. f394e47 Issue #12823: remove broken link and replace it with another resource. by Antoine Pitrou · 13 years ago
  96. 4fd1e6a Issue #12803: SSLContext.load_cert_chain() now accepts a password argument by Antoine Pitrou · 13 years ago
  97. d649480 Issue #12551: Provide a get_channel_binding() method on SSL sockets so as by Antoine Pitrou · 13 years ago
  98. 126edb5 Use infinitive, not 3rd person of present tense. by Antoine Pitrou · 13 years ago
  99. b3593ca Use infinitive, not 3rd person of present tense. by Antoine Pitrou · 13 years ago
  100. f08310f Issue #12343: Add some notes on behaviour of non-blocking SSL sockets. by Antoine Pitrou · 13 years ago