1. 7d6dda4 Issue #19795: Improved more markups of True/False. by Serhiy Storchaka · 9 years ago
  2. 4adf01c Issue #19795: Improved more markups of True/False. by Serhiy Storchaka · 9 years ago
  3. 989db5c Issue #19795: Mark up None as literal text. by Serhiy Storchaka · 9 years ago
  4. ecf41da Issue #19795: Mark up None as literal text. by Serhiy Storchaka · 9 years ago
  5. ed9c070 Explain why PROTOCOL_SSLv23 does not support SSLv2 and SSLv3 by default. by Christian Heimes · 9 years ago
  6. 17352ff Explain why PROTOCOL_SSLv23 does not support SSLv2 and SSLv3 by default. by Christian Heimes · 9 years ago
  7. c4d2e50 Update whatsnew with my contributions by Christian Heimes · 9 years ago
  8. 5fe668c Issue #28085: Add PROTOCOL_TLS_CLIENT and PROTOCOL_TLS_SERVER for SSLContext by Christian Heimes · 9 years ago
  9. 99a6570 Issue #19500: Add client-side SSL session resumption to the ssl module. by Christian Heimes · 9 years ago
  10. d048637 Issue #28022: Deprecate ssl-related arguments in favor of SSLContext. by Christian Heimes · 9 years ago
  11. 358cfd4 Issue 28043: SSLContext has improved default settings by Christian Heimes · 9 years ago
  12. 3aeacad Issue #28025: Convert all ssl module constants to IntEnum and IntFlags. by Christian Heimes · 9 years ago
  13. 03d13c0 Issues #27850 and #27766: Remove 3DES from ssl default cipher list and add ChaCha20 Poly1305. by Christian Heimes · 9 years ago
  14. 598894f Issue #26470: Port ssl and hashlib module to OpenSSL 1.1.0. by Christian Heimes · 9 years ago
  15. ac041c0 Issues #27850 and #27766: Remove 3DES from ssl default cipher list and add ChaCha20 Poly1305. by Christian Heimes · 9 years ago
  16. 25bfcd5 Issue #27866: Add SSLContext.get_ciphers() method to get a list of all enabled ciphers. by Christian Heimes · 9 years ago
  17. 01113fa Issue #26470: Port ssl and hashlib module to OpenSSL 1.1.0. by Christian Heimes · 9 years ago
  18. fa089b9 Issue #22558: Add remaining doc links to source code for Python-coded modules. by Terry Jan Reedy · 9 years ago
  19. dba9039 Issue #23921: Standardized documentation whitespace formatting. by Serhiy Storchaka · 9 years ago
  20. 6dff020 Issue #26736: Used HTTPS for external links in the documentation if possible. by Serhiy Storchaka · 9 years ago
  21. f6b1d66 Issue #23804: Fix SSL recv/read(0) to not return 1024 bytes by Martin Panter · 9 years ago
  22. 5d94134 Closes #25910: fix dead and permanently redirected links in the docs. Thanks to SilentGhost for the patch. by Georg Brandl · 9 years ago
  23. 8c16cb9 Closes #26435: fix syntax in directives. Thanks to Jakub Stasiak. by Georg Brandl · 9 years ago
  24. 4981dd2 Fixed merging error in 3ebeeed1eb28. Thanks Марк Коренберг. by Serhiy Storchaka · 10 years ago
  25. 4827e48 Merge spelling fixes from 3.4 into 3.5 by Martin Panter · 10 years ago
  26. 1f1177d Fix some spelling errors in documentation and code comments by Martin Panter · 10 years ago
  27. fee05da Issue #24232: Fix typos. Patch by Ville Skyttä. by Berker Peksag · 10 years ago
  28. 315e104 Issue #24232: Fix typos. Patch by Ville Skyttä. by Berker Peksag · 10 years ago
  29. b9f2ab9 Fix duplicate doc entry for SSLContext.get_ca_certs() by Antoine Pitrou · 10 years ago
  30. 97aa953 Fix duplicate doc entry for SSLContext.get_ca_certs() by Antoine Pitrou · 10 years ago
  31. 1c69c3e use imperative by Benjamin Peterson · 10 years ago
  32. eb7a97c Issue #23025: Add a mention of os.urandom to RAND_bytes and RAND_pseudo_bytes docs. by Berker Peksag · 10 years ago
  33. 339e3f3 merge 3.4 by Benjamin Peterson · 10 years ago
  34. 2ce11d2 Null merge by Serhiy Storchaka · 10 years ago
  35. a7b9a1f Issue #23025: Add a mention of os.urandom to RAND_bytes and RAND_pseudo_bytes docs. by Berker Peksag · 10 years ago
  36. f1c5dea merge 3.4 by Benjamin Peterson · 10 years ago
  37. 6f362fa actually ssl3 is just completely broken by Benjamin Peterson · 10 years ago
  38. 1469070 Issue #23853: Methods of SSL socket don't reset the socket timeout anymore each by Victor Stinner · 10 years ago
  39. 8490f5a Issue #23001: Few functions in modules mmap, ossaudiodev, socket, ssl, and by Serhiy Storchaka · 10 years ago
  40. 85586eb merge 3.4 (#23679) by Benjamin Peterson · 10 years ago
  41. 59c4eb7 versionchanged for rc4 removal (closes #23679) by Benjamin Peterson · 10 years ago
  42. af098a2 merge 3.4 (#23608) by Benjamin Peterson · 10 years ago
  43. c835827 indicate correct version (closes #23608) by Benjamin Peterson · 10 years ago
  44. de8eca4 merge 3.4 by Benjamin Peterson · 10 years ago
  45. 990fcaa expose X509_V_FLAG_TRUSTED_FIRST by Benjamin Peterson · 10 years ago
  46. c481bfb Issue #23239: ssl.match_hostname() now supports matching of IP addresses. by Antoine Pitrou · 10 years ago
  47. 8861502 prefer server alpn ordering over the client's by Benjamin Peterson · 11 years ago
  48. cca2732 add support for ALPN (closes #20188) by Benjamin Peterson · 11 years ago
  49. 4cb1781 expose the client's cipher suites from the handshake (closes #23186) by Benjamin Peterson · 11 years ago
  50. 3ce67a9 Issue #23177: Document that ssl.RAND_egd() is not available with LibreSSL by Victor Stinner · 11 years ago
  51. b92fd01 note that sslv3 may not be available by Benjamin Peterson · 11 years ago
  52. b757c83 Issue #22581: Use more "bytes-like object" throughout the docs and comments. by Serhiy Storchaka · 11 years ago
  53. 2b207ba Fix #22987: update the compatibility matrix for a SSLv23 client. by Antoine Pitrou · 11 years ago
  54. dbd4bcf correct versionchanged version by Benjamin Peterson · 11 years ago
  55. 7243b57 don't require OpenSSL SNI to pass hostname to ssl functions (#22921) by Benjamin Peterson · 11 years ago
  56. b9859da merge 3.4 by Benjamin Peterson · 11 years ago
  57. 92bf919 Issue #22581: Use more "bytes-like object" throughout the docs and comments. by Serhiy Storchaka · 11 years ago
  58. af12676 Fix #22987: update the compatibility matrix for a SSLv23 client. by Antoine Pitrou · 11 years ago
  59. f9284ae merge 3.4 (#22921) by Benjamin Peterson · 11 years ago
  60. bad8d4b merge with 3.4 by Georg Brandl · 11 years ago
  61. b7354a6 Fixing broken links in doc, part 4: some more breaks and redirects by Georg Brandl · 11 years ago
  62. 35cd53a Issue #22660: update various mentions in the ssl module documentation. by Antoine Pitrou · 11 years ago
  63. 4b4ddb2 Issue #22660: update various mentions in the ssl module documentation. by Antoine Pitrou · 11 years ago
  64. 2debf15 Issue #22564: cleanup SSLObject doc by Victor Stinner · 11 years ago
  65. 2961145 Issue #22564: ssl doc, add more links to the non-blocking section by Victor Stinner · 11 years ago
  66. 805b262 Issue #22564: ssl doc: reorganize and reindent documentation of SSLObject and by Victor Stinner · 11 years ago
  67. 9558e90 Merge 3.4 by Victor Stinner · 11 years ago
  68. cfb2a0a Issue #22564: ssl doc: mention asyncio in the non-blocking section by Victor Stinner · 11 years ago
  69. 92127a5 Merge 3.4 by Victor Stinner · 11 years ago
  70. d28fe8c Issue #22564: ssl doc: mention how SSLSocket are usually created by Victor Stinner · 11 years ago
  71. 3c3d3c7 Issue #22564: ssl doc: use "class" marker to document the SSLSocket class by Victor Stinner · 11 years ago
  72. 41f92c2 Issue #22564: ssl doc: document read(), write(), pending, server_side and by Victor Stinner · 11 years ago
  73. 851a6cc Issue #22564: ssl doc: fix typos by Victor Stinner · 11 years ago
  74. b1fdf47 Issue #21965: Add support for in-memory SSL to the ssl module. by Antoine Pitrou · 11 years ago
  75. 131caba Revert #22251 by Berker Peksag · 11 years ago
  76. 9c1dba2 Revert #22251 by Berker Peksag · 11 years ago
  77. f7fee33 Issue #22251: Fix ReST markup to avoid errors building docs. by Berker Peksag · 11 years ago
  78. 3749404 Issue #22251: Fix ReST markup to avoid errors building docs. by Berker Peksag · 11 years ago
  79. 47e4042 Issue #20421: Add a .version() method to SSL sockets exposing the actual protocol version in use. by Antoine Pitrou · 11 years ago
  80. b27d3a2 Closes #22072: Merge typo fixes from 3.4 by Zachary Ware · 11 years ago
  81. 88a1977 Issue #22072: Fix a couple of SSL doc typos. Patch by Alex Gaynor. by Zachary Ware · 11 years ago
  82. 68f4116 Issue #21994: Merge with 3.4. by Berker Peksag · 11 years ago
  83. 38bf87c Issue #21994: Fix SyntaxError in the SSLContext.check_hostname documentation. by Berker Peksag · 11 years ago
  84. ba9fb0d Fix doc build warning by Zachary Ware · 11 years ago
  85. 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
  86. 8b852f1 Fix Issue #21528 - Fix documentation typos by Donald Stufft · 11 years ago
  87. f48ff0d Issue #21430: additions to the description of non-blocking SSL sockets by Antoine Pitrou · 11 years ago
  88. 75e0338 Issue #21430: additions to the description of non-blocking SSL sockets by Antoine Pitrou · 11 years ago
  89. 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
  90. 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
  91. 94a5b66 Issue #20896: ssl.get_server_certificate() now uses PROTOCOL_SSLv23, not PROTOCOL_SSLv3, for maximum compatibility. by Antoine Pitrou · 11 years ago
  92. 4137465 Issue #21043: Remove the recommendation for specific CA organizations by Donald Stufft · 11 years ago
  93. 6a2ba94 Issue #21013: Enhance ssl.create_default_context() for server side contexts by Donald Stufft · 11 years ago
  94. f8cbbbb Issue #20913: make it clear that create_default_context() also enables hostname checking by Antoine Pitrou · 11 years ago
  95. c5e075f Issue #20913: improve the SSL security considerations to first advocate using create_default_context(). by Antoine Pitrou · 11 years ago
  96. 79ccaa2 Issue #20995: Enhance default ciphers used by the ssl module by Donald Stufft · 11 years ago
  97. 3732ed2 Merge in all documentation changes since branching 3.4.0rc1. by Larry Hastings · 11 years ago
  98. 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
  99. 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
  100. 748bad2 Tidy up ssl whatsnew references, make ssl section formatting consistent. by R David Murray · 12 years ago