1. c4f91ba Issue #29038: Fix duplicate get_ca_certs() doc entry. by Xiang Zhang · 8 years ago
  2. dc0e3a8 Issue #19795: Improved more markups of True/False. by Serhiy Storchaka · 8 years ago
  3. ad13f33 Issue #19795: Mark up None as literal text. by Serhiy Storchaka · 8 years ago
  4. 4e64c2c Fix ssl documentation and remove merge accident by Christian Heimes · 8 years ago
  5. d988f42 Issues #27850 and #27766: Remove 3DES from ssl default cipher list and add ChaCha20 Poly1305. by Christian Heimes · 8 years ago
  6. c2fc7c4 Issue #26470: Port ssl and hashlib module to OpenSSL 1.1.0. by Christian Heimes · 8 years ago
  7. 12d547a Issue #23921: Standardized documentation whitespace formatting. by Serhiy Storchaka · 8 years ago
  8. b4905ef Issue #26736: Used HTTPS for external links in the documentation if possible. by Serhiy Storchaka · 8 years ago
  9. 6e0b44e Closes #25910: fix dead and permanently redirected links in the docs. Thanks to SilentGhost for the patch. by Georg Brandl · 9 years ago
  10. dbcd457 Issue #23857: Implement PEP 493 by Nick Coghlan · 9 years ago
  11. 721c86e use imperative by Benjamin Peterson · 9 years ago
  12. ce29e87 actually ssl3 is just completely broken by Benjamin Peterson · 9 years ago
  13. 5151838 versionchanged for rc4 removal (closes #23679) by Benjamin Peterson · 10 years ago
  14. 72ef961 expose X509_V_FLAG_TRUSTED_FIRST by Benjamin Peterson · 10 years ago
  15. aa70758 prefer server alpn ordering over the client's by Benjamin Peterson · 10 years ago
  16. 65aa261 fix versionchanged by Benjamin Peterson · 10 years ago
  17. b10bfbe pep 466 backport of alpn (#20188) by Benjamin Peterson · 10 years ago
  18. 7c90667 Issue #21356: Make ssl.RAND_egd() optional to support LibreSSL. The by Victor Stinner · 10 years ago
  19. 542125e merge 2.7.9 release branch by Benjamin Peterson · 10 years ago
  20. fd0c92f note that sslv3 may not be available by Benjamin Peterson · 10 years ago
  21. bf9eb35 Fix #22987: update the compatibility matrix for a SSLv23 client. by Antoine Pitrou · 10 years ago
  22. 6fa40c4 fix versionchanged version by Benjamin Peterson · 10 years ago
  23. 31aa69e allow hostname to be passed to SSLContext even if OpenSSL doesn't support SNI (closes #22921) by Benjamin Peterson · 10 years ago
  24. 0f5d6c0 Fixing broken links in doc, part 4: some more breaks and redirects by Georg Brandl · 10 years ago
  25. 9e4a933 Issue #22660: update various mentions in the ssl module documentation. by Antoine Pitrou · 10 years ago
  26. 162126d Fixed the versionadded in the docs for the backport in 16c86a6bdbe2 by Alex Gaynor · 10 years ago
  27. e98205d Issue #20421: Add a .version() method to SSL sockets exposing the actual protocol version in use. by Alex Gaynor · 10 years ago
  28. daeb925 backport many ssl features from Python 3 (closes #21308) by Benjamin Peterson · 10 years ago
  29. 74a4eba Issue #21043 - Remove CACert.org from the recommendations by Donald Stufft · 10 years ago
  30. 63cc99d 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
  31. 26d936a Issue #19795: Improved markup of True/False constants. by Serhiy Storchaka · 11 years ago
  32. f7a5247 Issue #19508: warn that ssl doesn't validate certificates by default by Antoine Pitrou · 11 years ago
  33. db78e43 fix language by Christian Heimes · 11 years ago
  34. 88b2220 Issue #18747: document issue with OpenSSL's CPRNG state and fork by Christian Heimes · 11 years ago
  35. 4e8534e Closes #19177: replace dead link to SSL/TLS introduction with the version from Apache. by Georg Brandl · 11 years ago
  36. f12f391 Issue #17739: fix the description of SSLSocket.getpeercert(binary_form=True) for server sockets. by Antoine Pitrou · 11 years ago
  37. 7679413 #17641: 2.X / 3.X ssl doc unification by Giampaolo Rodola' · 11 years ago
  38. 1625d88 Issue #16341: convert examples to use except ... as ... syntax. by Andrew Svetlov · 12 years ago
  39. df4c986 Issue #13747: fix SSL compatibility table. by Antoine Pitrou · 13 years ago
  40. 4a7e0c89 Issue #13747: fix documentation error about the default SSL version. by Antoine Pitrou · 13 years ago
  41. 5472c1c Issue #12823: remove broken link and replace it with another resource. by Antoine Pitrou · 13 years ago
  42. 29a0b57 Backport source links from 3.x. by Éric Araujo · 13 years ago
  43. b1241f9 (Merge 3.1) Issue #12012: ssl.PROTOCOL_SSLv2 becomes optional by Victor Stinner · 13 years ago
  44. 2804602 Merged revisions 87627,87638,87760,87986,88108,88115,88165,88263,88329,88364-88365,88423-88424 via svnmerge from by Georg Brandl · 14 years ago
  45. 9e7d6e5 Merged revisions 87653-87655 via svnmerge from by Antoine Pitrou · 14 years ago
  46. 308c2af Document that SSL v2 is insecure. by Antoine Pitrou · 14 years ago
  47. 3ded421 Reword paragraph to make its meaning clearer. by Andrew M. Kuchling · 14 years ago
  48. 0a6373c Issue #8322: Add a *ciphers* argument to SSL sockets, so as to change the by Antoine Pitrou · 14 years ago
  49. f9de534 Issue #8321: Give access to OpenSSL version numbers from the `ssl` module, by Antoine Pitrou · 14 years ago
  50. a50d20a Rewrap long lines. by Georg Brandl · 15 years ago
  51. a178a69 Fix 'the the' duplication by Andrew M. Kuchling · 15 years ago
  52. a7b55a3 revert r69777 since all the experts agree that extra import lines distract from the code by Benjamin Peterson · 16 years ago
  53. 5149742 Since we recommend one module per import line, reflect this also in the by Jeroen Ruigrok van der Werven · 16 years ago
  54. c62ef8b Remove trailing whitespace. by Georg Brandl · 16 years ago
  55. 61c001a incorporate fixes from issue 3162; SSL doc patch by Bill Janssen · 16 years ago
  56. 5bfbd76 update ssl documentation by Bill Janssen · 16 years ago
  57. 934b16d various SSL fixes; issues 1251, 3162, 3212 by Bill Janssen · 16 years ago
  58. aea8d2e Use correct parameter name by Andrew M. Kuchling · 16 years ago
  59. 2b92f6b Diverse markup fixes. by Georg Brandl · 17 years ago
  60. 529b1a9 Fix protocol name by Andrew M. Kuchling · 17 years ago
  61. 296a59d Add support for asyncore server-side SSL support. This requires by Bill Janssen · 17 years ago
  62. 93bf9ce Fix some documentation bugs. by Bill Janssen · 17 years ago
  63. 98d19da More work on SSL support. by Bill Janssen · 17 years ago
  64. ffe576d SSL certificate distinguished names should be represented by tuples by Bill Janssen · 17 years ago
  65. 426ea0a This contains a number of things: by Bill Janssen · 17 years ago
  66. 8ee23bb Patch 10124 by Bill Janssen, docs for the new ssl code. by Guido van Rossum · 17 years ago