1. fa089b9 Issue #22558: Add remaining doc links to source code for Python-coded modules. by Terry Jan Reedy · 9 years ago
  2. dba9039 Issue #23921: Standardized documentation whitespace formatting. by Serhiy Storchaka · 9 years ago
  3. 6dff020 Issue #26736: Used HTTPS for external links in the documentation if possible. by Serhiy Storchaka · 9 years ago
  4. f6b1d66 Issue #23804: Fix SSL recv/read(0) to not return 1024 bytes by Martin Panter · 9 years ago
  5. 5d94134 Closes #25910: fix dead and permanently redirected links in the docs. Thanks to SilentGhost for the patch. by Georg Brandl · 9 years ago
  6. 8c16cb9 Closes #26435: fix syntax in directives. Thanks to Jakub Stasiak. by Georg Brandl · 9 years ago
  7. 4981dd2 Fixed merging error in 3ebeeed1eb28. Thanks Марк Коренберг. by Serhiy Storchaka · 10 years ago
  8. 4827e48 Merge spelling fixes from 3.4 into 3.5 by Martin Panter · 10 years ago
  9. 1f1177d Fix some spelling errors in documentation and code comments by Martin Panter · 10 years ago
  10. fee05da Issue #24232: Fix typos. Patch by Ville Skyttä. by Berker Peksag · 10 years ago
  11. 315e104 Issue #24232: Fix typos. Patch by Ville Skyttä. by Berker Peksag · 10 years ago
  12. b9f2ab9 Fix duplicate doc entry for SSLContext.get_ca_certs() by Antoine Pitrou · 10 years ago
  13. 97aa953 Fix duplicate doc entry for SSLContext.get_ca_certs() by Antoine Pitrou · 10 years ago
  14. 1c69c3e use imperative by Benjamin Peterson · 10 years ago
  15. eb7a97c Issue #23025: Add a mention of os.urandom to RAND_bytes and RAND_pseudo_bytes docs. by Berker Peksag · 10 years ago
  16. 339e3f3 merge 3.4 by Benjamin Peterson · 10 years ago
  17. 2ce11d2 Null merge by Serhiy Storchaka · 10 years ago
  18. a7b9a1f Issue #23025: Add a mention of os.urandom to RAND_bytes and RAND_pseudo_bytes docs. by Berker Peksag · 10 years ago
  19. f1c5dea merge 3.4 by Benjamin Peterson · 10 years ago
  20. 6f362fa actually ssl3 is just completely broken by Benjamin Peterson · 10 years ago
  21. 1469070 Issue #23853: Methods of SSL socket don't reset the socket timeout anymore each by Victor Stinner · 10 years ago
  22. 8490f5a Issue #23001: Few functions in modules mmap, ossaudiodev, socket, ssl, and by Serhiy Storchaka · 10 years ago
  23. 85586eb merge 3.4 (#23679) by Benjamin Peterson · 10 years ago
  24. 59c4eb7 versionchanged for rc4 removal (closes #23679) by Benjamin Peterson · 10 years ago
  25. af098a2 merge 3.4 (#23608) by Benjamin Peterson · 10 years ago
  26. c835827 indicate correct version (closes #23608) by Benjamin Peterson · 10 years ago
  27. de8eca4 merge 3.4 by Benjamin Peterson · 10 years ago
  28. 990fcaa expose X509_V_FLAG_TRUSTED_FIRST by Benjamin Peterson · 10 years ago
  29. c481bfb Issue #23239: ssl.match_hostname() now supports matching of IP addresses. by Antoine Pitrou · 10 years ago
  30. 8861502 prefer server alpn ordering over the client's by Benjamin Peterson · 11 years ago
  31. cca2732 add support for ALPN (closes #20188) by Benjamin Peterson · 11 years ago
  32. 4cb1781 expose the client's cipher suites from the handshake (closes #23186) by Benjamin Peterson · 11 years ago
  33. 3ce67a9 Issue #23177: Document that ssl.RAND_egd() is not available with LibreSSL by Victor Stinner · 11 years ago
  34. b92fd01 note that sslv3 may not be available by Benjamin Peterson · 11 years ago
  35. b757c83 Issue #22581: Use more "bytes-like object" throughout the docs and comments. by Serhiy Storchaka · 11 years ago
  36. 2b207ba Fix #22987: update the compatibility matrix for a SSLv23 client. by Antoine Pitrou · 11 years ago
  37. dbd4bcf correct versionchanged version by Benjamin Peterson · 11 years ago
  38. 7243b57 don't require OpenSSL SNI to pass hostname to ssl functions (#22921) by Benjamin Peterson · 11 years ago
  39. b9859da merge 3.4 by Benjamin Peterson · 11 years ago
  40. 92bf919 Issue #22581: Use more "bytes-like object" throughout the docs and comments. by Serhiy Storchaka · 11 years ago
  41. af12676 Fix #22987: update the compatibility matrix for a SSLv23 client. by Antoine Pitrou · 11 years ago
  42. f9284ae merge 3.4 (#22921) by Benjamin Peterson · 11 years ago
  43. bad8d4b merge with 3.4 by Georg Brandl · 11 years ago
  44. b7354a6 Fixing broken links in doc, part 4: some more breaks and redirects by Georg Brandl · 11 years ago
  45. 35cd53a Issue #22660: update various mentions in the ssl module documentation. by Antoine Pitrou · 11 years ago
  46. 4b4ddb2 Issue #22660: update various mentions in the ssl module documentation. by Antoine Pitrou · 11 years ago
  47. 2debf15 Issue #22564: cleanup SSLObject doc by Victor Stinner · 11 years ago
  48. 2961145 Issue #22564: ssl doc, add more links to the non-blocking section by Victor Stinner · 11 years ago
  49. 805b262 Issue #22564: ssl doc: reorganize and reindent documentation of SSLObject and by Victor Stinner · 11 years ago
  50. 9558e90 Merge 3.4 by Victor Stinner · 11 years ago
  51. cfb2a0a Issue #22564: ssl doc: mention asyncio in the non-blocking section by Victor Stinner · 11 years ago
  52. 92127a5 Merge 3.4 by Victor Stinner · 11 years ago
  53. d28fe8c Issue #22564: ssl doc: mention how SSLSocket are usually created by Victor Stinner · 11 years ago
  54. 3c3d3c7 Issue #22564: ssl doc: use "class" marker to document the SSLSocket class by Victor Stinner · 11 years ago
  55. 41f92c2 Issue #22564: ssl doc: document read(), write(), pending, server_side and by Victor Stinner · 11 years ago
  56. 851a6cc Issue #22564: ssl doc: fix typos by Victor Stinner · 11 years ago
  57. b1fdf47 Issue #21965: Add support for in-memory SSL to the ssl module. by Antoine Pitrou · 11 years ago
  58. 131caba Revert #22251 by Berker Peksag · 11 years ago
  59. 9c1dba2 Revert #22251 by Berker Peksag · 11 years ago
  60. f7fee33 Issue #22251: Fix ReST markup to avoid errors building docs. by Berker Peksag · 11 years ago
  61. 3749404 Issue #22251: Fix ReST markup to avoid errors building docs. by Berker Peksag · 11 years ago
  62. 47e4042 Issue #20421: Add a .version() method to SSL sockets exposing the actual protocol version in use. by Antoine Pitrou · 11 years ago
  63. b27d3a2 Closes #22072: Merge typo fixes from 3.4 by Zachary Ware · 11 years ago
  64. 88a1977 Issue #22072: Fix a couple of SSL doc typos. Patch by Alex Gaynor. by Zachary Ware · 11 years ago
  65. 68f4116 Issue #21994: Merge with 3.4. by Berker Peksag · 11 years ago
  66. 38bf87c Issue #21994: Fix SyntaxError in the SSLContext.check_hostname documentation. by Berker Peksag · 11 years ago
  67. ba9fb0d Fix doc build warning by Zachary Ware · 11 years ago
  68. 915d141 fix issue #17552: add socket.sendfile() method allowing to send a file over a socket by using high-performance os.sendfile() on UNIX. Patch by Giampaolo Rodola'· by Giampaolo Rodola' · 11 years ago
  69. 8b852f1 Fix Issue #21528 - Fix documentation typos by Donald Stufft · 11 years ago
  70. f48ff0d Issue #21430: additions to the description of non-blocking SSL sockets by Antoine Pitrou · 11 years ago
  71. 75e0338 Issue #21430: additions to the description of non-blocking SSL sockets by Antoine Pitrou · 11 years ago
  72. b4bebda Issue #20951: SSLSocket.send() now raises either SSLWantReadError or SSLWantWriteError on a non-blocking socket if the operation would block. Previously, it would return 0. by Antoine Pitrou · 11 years ago
  73. c695c95 Issue #19940: ssl.cert_time_to_seconds() now interprets the given time string in the UTC timezone (as specified in RFC 5280), not the local timezone. by Antoine Pitrou · 11 years ago
  74. 94a5b66 Issue #20896: ssl.get_server_certificate() now uses PROTOCOL_SSLv23, not PROTOCOL_SSLv3, for maximum compatibility. by Antoine Pitrou · 11 years ago
  75. 4137465 Issue #21043: Remove the recommendation for specific CA organizations by Donald Stufft · 11 years ago
  76. 6a2ba94 Issue #21013: Enhance ssl.create_default_context() for server side contexts by Donald Stufft · 11 years ago
  77. f8cbbbb Issue #20913: make it clear that create_default_context() also enables hostname checking by Antoine Pitrou · 11 years ago
  78. c5e075f Issue #20913: improve the SSL security considerations to first advocate using create_default_context(). by Antoine Pitrou · 11 years ago
  79. 79ccaa2 Issue #20995: Enhance default ciphers used by the ssl module by Donald Stufft · 11 years ago
  80. 3732ed2 Merge in all documentation changes since branching 3.4.0rc1. by Larry Hastings · 11 years ago
  81. 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 · 12 years ago
  82. 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 · 12 years ago
  83. 748bad2 Tidy up ssl whatsnew references, make ssl section formatting consistent. by R David Murray · 12 years ago
  84. 1aa9a75 Issue #19509: Add SSLContext.check_hostname to match the peer's certificate by Christian Heimes · 12 years ago
  85. 0e90e99 Issue #19795: Improved markup of True/False constants. by Serhiy Storchaka · 12 years ago
  86. fbc1c26 Issue #19795: Improved markup of True/False constants. by Serhiy Storchaka · 12 years ago
  87. 5bef410 Tweak ssl docs by Antoine Pitrou · 12 years ago
  88. 4c05b47 Issue #19689: Add ssl.create_default_context() factory function. It creates by Christian Heimes · 12 years ago
  89. 6b2ff98 Correct documentation clientAuth -> CLIENT_AUTH by Christian Heimes · 12 years ago
  90. 72d2850 Issue #19292: Add SSLContext.load_default_certs() to load default root CA by Christian Heimes · 12 years ago
  91. 2427b50 Issue #8813: X509_VERIFY_PARAM is only available on OpenSSL 0.9.8+ by Christian Heimes · 12 years ago
  92. f22e8e5 Issue #18147: Add missing documentation for SSLContext.get_ca_certs(). by Christian Heimes · 12 years ago
  93. 44109d7 Issue #17134: Finalize interface to Windows' certificate store. Cert and by Christian Heimes · 12 years ago
  94. 2258779 Issue #8813: Add SSLContext.verify_flags to change the verification flags by Christian Heimes · 12 years ago
  95. bd3a7f9 Issue #18379: SSLSocket.getpeercert() returns CA issuer AIA fields, OCSP by Christian Heimes · 12 years ago
  96. efff706 Issue #18138: Implement cadata argument of SSLContext.load_verify_location() by Christian Heimes · 12 years ago
  97. 6b2b084 Issue #19508: direct the user to read the security considerations for the ssl module by Antoine Pitrou · 12 years ago
  98. 9eefe91 Issue #19508: direct the user to read the security considerations for the ssl module by Antoine Pitrou · 12 years ago
  99. 9f09120 merge by Christian Heimes · 12 years ago
  100. 47674bc fix language by Christian Heimes · 12 years ago