1. 338cd83 bpo-25910: Link redirections in docs (#1933) by Sanyam Khurana · 7 years ago
  2. 4f29f3c trivial: link updates in documentation (#2765) by jimmy · 7 years ago
  3. 1b4587a bpo-25910: Fixes redirection from http to https (#4674) by Sanyam Khurana · 7 years ago
  4. ede2ac9 bpo-23033: Improve SSL Certificate handling (GH-937) by Mandeep Singh · 7 years ago
  5. 19e4d93 bpo-31533: fix broken link to OpenSSL docs (#3674) by Felipe · 7 years ago
  6. e82c034 bpo-31431: SSLContext.check_hostname auto-sets CERT_REQUIRED (#3531) by Christian Heimes · 7 years ago
  7. 4df60f1 bpo-31386: Custom wrap_bio and wrap_socket type (#3426) by Christian Heimes · 7 years ago
  8. b3ad0e5 bpo-28182: Expose OpenSSL verification results (#3412) by Christian Heimes · 7 years ago
  9. cb5b68a bpo-29136: Add TLS 1.3 cipher suites and OP_NO_TLSv1_3 (#1363) by Christian Heimes · 7 years ago
  10. ad0ffa0 bpo-21649: Add RFC 7525 and Mozilla server side TLS (#3387) by Christian Heimes · 7 years ago
  11. 7b40cb7 bpo-30714: ALPN changes for OpenSSL 1.1.0f (#2305) by Christian Heimes · 7 years ago
  12. fdfca5f remove extra word (#2101) by Benjamin Peterson · 7 years ago
  13. dc1da9a clarify recv() and send() on SSLObject (#2100) by Benjamin Peterson · 7 years ago
  14. 63c2c8a bpo-19180: Updated references for RFC 1750, RFC 3280 & RFC 4366 (GH-148) by Chandan Kumar · 7 years ago
  15. d4069de Clean up some confusing text left by PROTOCOL_SSLv23 -> PROTOCOL_TLS transition (#1355) by Nathaniel J. Smith · 7 years ago
  16. 7b2491a bpo-27200: Fix pathlib, ssl, turtle and weakref doctests (GH-616) by Marco Buttu · 7 years ago
  17. 275104e In SSL module version examples, don't use a legacy version. (#381) by Alex Gaynor · 7 years ago
  18. 1cf2a80 Fixed a handful of typos (GH-343) by Alex Gaynor · 7 years ago
  19. d93c4de Fix usage of data directive by Berker Peksag · 7 years ago
  20. 7d6dda4 Issue #19795: Improved more markups of True/False. by Serhiy Storchaka · 8 years ago
  21. 4adf01c Issue #19795: Improved more markups of True/False. by Serhiy Storchaka · 8 years ago
  22. 989db5c Issue #19795: Mark up None as literal text. by Serhiy Storchaka · 8 years ago
  23. ecf41da Issue #19795: Mark up None as literal text. by Serhiy Storchaka · 8 years ago
  24. ed9c070 Explain why PROTOCOL_SSLv23 does not support SSLv2 and SSLv3 by default. by Christian Heimes · 8 years ago
  25. 17352ff Explain why PROTOCOL_SSLv23 does not support SSLv2 and SSLv3 by default. by Christian Heimes · 8 years ago
  26. c4d2e50 Update whatsnew with my contributions by Christian Heimes · 8 years ago
  27. 5fe668c Issue #28085: Add PROTOCOL_TLS_CLIENT and PROTOCOL_TLS_SERVER for SSLContext by Christian Heimes · 8 years ago
  28. 99a6570 Issue #19500: Add client-side SSL session resumption to the ssl module. by Christian Heimes · 8 years ago
  29. d048637 Issue #28022: Deprecate ssl-related arguments in favor of SSLContext. by Christian Heimes · 8 years ago
  30. 358cfd4 Issue 28043: SSLContext has improved default settings by Christian Heimes · 8 years ago
  31. 3aeacad Issue #28025: Convert all ssl module constants to IntEnum and IntFlags. by Christian Heimes · 8 years ago
  32. 03d13c0 Issues #27850 and #27766: Remove 3DES from ssl default cipher list and add ChaCha20 Poly1305. by Christian Heimes · 8 years ago
  33. 598894f Issue #26470: Port ssl and hashlib module to OpenSSL 1.1.0. by Christian Heimes · 8 years ago
  34. ac041c0 Issues #27850 and #27766: Remove 3DES from ssl default cipher list and add ChaCha20 Poly1305. by Christian Heimes · 8 years ago
  35. 25bfcd5 Issue #27866: Add SSLContext.get_ciphers() method to get a list of all enabled ciphers. by Christian Heimes · 8 years ago
  36. 01113fa Issue #26470: Port ssl and hashlib module to OpenSSL 1.1.0. by Christian Heimes · 8 years ago
  37. fa089b9 Issue #22558: Add remaining doc links to source code for Python-coded modules. by Terry Jan Reedy · 8 years ago
  38. dba9039 Issue #23921: Standardized documentation whitespace formatting. by Serhiy Storchaka · 8 years ago
  39. 6dff020 Issue #26736: Used HTTPS for external links in the documentation if possible. by Serhiy Storchaka · 8 years ago
  40. f6b1d66 Issue #23804: Fix SSL recv/read(0) to not return 1024 bytes by Martin Panter · 8 years ago
  41. 5d94134 Closes #25910: fix dead and permanently redirected links in the docs. Thanks to SilentGhost for the patch. by Georg Brandl · 8 years ago
  42. 8c16cb9 Closes #26435: fix syntax in directives. Thanks to Jakub Stasiak. by Georg Brandl · 8 years ago
  43. 4981dd2 Fixed merging error in 3ebeeed1eb28. Thanks Марк Коренберг. by Serhiy Storchaka · 9 years ago
  44. 4827e48 Merge spelling fixes from 3.4 into 3.5 by Martin Panter · 9 years ago
  45. 1f1177d Fix some spelling errors in documentation and code comments by Martin Panter · 9 years ago
  46. fee05da Issue #24232: Fix typos. Patch by Ville Skyttä. by Berker Peksag · 9 years ago
  47. 315e104 Issue #24232: Fix typos. Patch by Ville Skyttä. by Berker Peksag · 9 years ago
  48. b9f2ab9 Fix duplicate doc entry for SSLContext.get_ca_certs() by Antoine Pitrou · 9 years ago
  49. 97aa953 Fix duplicate doc entry for SSLContext.get_ca_certs() by Antoine Pitrou · 9 years ago
  50. 1c69c3e use imperative by Benjamin Peterson · 9 years ago
  51. eb7a97c Issue #23025: Add a mention of os.urandom to RAND_bytes and RAND_pseudo_bytes docs. by Berker Peksag · 9 years ago
  52. 339e3f3 merge 3.4 by Benjamin Peterson · 9 years ago
  53. 2ce11d2 Null merge by Serhiy Storchaka · 9 years ago
  54. a7b9a1f Issue #23025: Add a mention of os.urandom to RAND_bytes and RAND_pseudo_bytes docs. by Berker Peksag · 9 years ago
  55. f1c5dea merge 3.4 by Benjamin Peterson · 9 years ago
  56. 6f362fa actually ssl3 is just completely broken by Benjamin Peterson · 9 years ago
  57. 1469070 Issue #23853: Methods of SSL socket don't reset the socket timeout anymore each by Victor Stinner · 9 years ago
  58. 8490f5a Issue #23001: Few functions in modules mmap, ossaudiodev, socket, ssl, and by Serhiy Storchaka · 9 years ago
  59. 85586eb merge 3.4 (#23679) by Benjamin Peterson · 9 years ago
  60. 59c4eb7 versionchanged for rc4 removal (closes #23679) by Benjamin Peterson · 9 years ago
  61. af098a2 merge 3.4 (#23608) by Benjamin Peterson · 9 years ago
  62. c835827 indicate correct version (closes #23608) by Benjamin Peterson · 9 years ago
  63. de8eca4 merge 3.4 by Benjamin Peterson · 9 years ago
  64. 990fcaa expose X509_V_FLAG_TRUSTED_FIRST by Benjamin Peterson · 9 years ago
  65. c481bfb Issue #23239: ssl.match_hostname() now supports matching of IP addresses. by Antoine Pitrou · 9 years ago
  66. 8861502 prefer server alpn ordering over the client's by Benjamin Peterson · 10 years ago
  67. cca2732 add support for ALPN (closes #20188) by Benjamin Peterson · 10 years ago
  68. 4cb1781 expose the client's cipher suites from the handshake (closes #23186) by Benjamin Peterson · 10 years ago
  69. 3ce67a9 Issue #23177: Document that ssl.RAND_egd() is not available with LibreSSL by Victor Stinner · 10 years ago
  70. b92fd01 note that sslv3 may not be available by Benjamin Peterson · 10 years ago
  71. b757c83 Issue #22581: Use more "bytes-like object" throughout the docs and comments. by Serhiy Storchaka · 10 years ago
  72. 2b207ba Fix #22987: update the compatibility matrix for a SSLv23 client. by Antoine Pitrou · 10 years ago
  73. dbd4bcf correct versionchanged version by Benjamin Peterson · 10 years ago
  74. 7243b57 don't require OpenSSL SNI to pass hostname to ssl functions (#22921) by Benjamin Peterson · 10 years ago
  75. b9859da merge 3.4 by Benjamin Peterson · 10 years ago
  76. 92bf919 Issue #22581: Use more "bytes-like object" throughout the docs and comments. by Serhiy Storchaka · 10 years ago
  77. af12676 Fix #22987: update the compatibility matrix for a SSLv23 client. by Antoine Pitrou · 10 years ago
  78. f9284ae merge 3.4 (#22921) by Benjamin Peterson · 10 years ago
  79. bad8d4b merge with 3.4 by Georg Brandl · 10 years ago
  80. b7354a6 Fixing broken links in doc, part 4: some more breaks and redirects by Georg Brandl · 10 years ago
  81. 35cd53a Issue #22660: update various mentions in the ssl module documentation. by Antoine Pitrou · 10 years ago
  82. 4b4ddb2 Issue #22660: update various mentions in the ssl module documentation. by Antoine Pitrou · 10 years ago
  83. 2debf15 Issue #22564: cleanup SSLObject doc by Victor Stinner · 10 years ago
  84. 2961145 Issue #22564: ssl doc, add more links to the non-blocking section by Victor Stinner · 10 years ago
  85. 805b262 Issue #22564: ssl doc: reorganize and reindent documentation of SSLObject and by Victor Stinner · 10 years ago
  86. 9558e90 Merge 3.4 by Victor Stinner · 10 years ago
  87. cfb2a0a Issue #22564: ssl doc: mention asyncio in the non-blocking section by Victor Stinner · 10 years ago
  88. 92127a5 Merge 3.4 by Victor Stinner · 10 years ago
  89. d28fe8c Issue #22564: ssl doc: mention how SSLSocket are usually created by Victor Stinner · 10 years ago
  90. 3c3d3c7 Issue #22564: ssl doc: use "class" marker to document the SSLSocket class by Victor Stinner · 10 years ago
  91. 41f92c2 Issue #22564: ssl doc: document read(), write(), pending, server_side and by Victor Stinner · 10 years ago
  92. 851a6cc Issue #22564: ssl doc: fix typos by Victor Stinner · 10 years ago
  93. b1fdf47 Issue #21965: Add support for in-memory SSL to the ssl module. by Antoine Pitrou · 10 years ago
  94. 131caba Revert #22251 by Berker Peksag · 10 years ago
  95. 9c1dba2 Revert #22251 by Berker Peksag · 10 years ago
  96. f7fee33 Issue #22251: Fix ReST markup to avoid errors building docs. by Berker Peksag · 10 years ago
  97. 3749404 Issue #22251: Fix ReST markup to avoid errors building docs. by Berker Peksag · 10 years ago
  98. 47e4042 Issue #20421: Add a .version() method to SSL sockets exposing the actual protocol version in use. by Antoine Pitrou · 10 years ago
  99. b27d3a2 Closes #22072: Merge typo fixes from 3.4 by Zachary Ware · 10 years ago
  100. 88a1977 Issue #22072: Fix a couple of SSL doc typos. Patch by Alex Gaynor. by Zachary Ware · 10 years ago