1. 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
  2. 8e7586b Issue #17047: remove doubled words added in 3.4, by Terry Jan Reedy · 11 years ago
  3. 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
  4. d9a7e70 Update the getpeercert() example with a real-world cert showing non-trivial issuer, subject and subjectAltName. by Antoine Pitrou · 12 years ago
  5. b7c6c81 Update the getpeercert() example with a real-world cert showing non-trivial issuer, subject and subjectAltName. by Antoine Pitrou · 12 years ago
  6. 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
  7. 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
  8. e10ae88 Clarify that ssl.OP_ALL can be different from OpenSSL's SSL_OP_ALL. by Antoine Pitrou · 13 years ago
  9. 9f6b02e Clarify that ssl.OP_ALL can be different from OpenSSL's SSL_OP_ALL. by Antoine Pitrou · 13 years ago
  10. ac8bfca Issue #13747: fix SSL compatibility table. by Antoine Pitrou · 13 years ago
  11. 84a2edc Issue #13747: fix documentation error about the default SSL version. by Antoine Pitrou · 13 years ago
  12. 441ae04 Update printout of SSL certificate examples for 3.2+. by Antoine Pitrou · 13 years ago
  13. b7ffed8 Add a subsection explaning cipher selection. by Antoine Pitrou · 13 years ago
  14. 8a9b9c7 Merge SSL doc fixes (issue #13747). by Antoine Pitrou · 13 years ago
  15. deec756 Update printout of SSL certificate examples for 3.2+. by Antoine Pitrou · 13 years ago
  16. 8f746d8 Add a subsection explaning cipher selection. by Antoine Pitrou · 13 years ago
  17. 0e576f1 Issue #13626: Add support for SSL Diffie-Hellman key exchange, through the by Antoine Pitrou · 13 years ago
  18. 501da61 Fix ssl module compilation if ECDH support was disabled in the OpenSSL build. by Antoine Pitrou · 13 years ago
  19. 8abdb8a Issue #13634: Add support for querying and disabling SSL compression. by Antoine Pitrou · 13 years ago
  20. 923df6f Issue #13627: Add support for SSL Elliptic Curve-based Diffie-Hellman by Antoine Pitrou · 13 years ago
  21. 6db4944 Issue #13635: Add ssl.OP_CIPHER_SERVER_PREFERENCE, so that SSL servers by Antoine Pitrou · 13 years ago
  22. f3dc2d7 Fix typo by Antoine Pitrou · 13 years ago
  23. 873bf26 Update example of non-blocking SSL code for the new finer-grained exceptions by Antoine Pitrou · 13 years ago
  24. 41032a6 Issue #11183: Add finer-grained exceptions to the ssl module, so that by Antoine Pitrou · 13 years ago
  25. 5574c30 Replace mentions of socket.error. by Antoine Pitrou · 13 years ago
  26. 756b169 Issue #12823: remove broken link and replace it with another resource. by Antoine Pitrou · 13 years ago
  27. f394e47 Issue #12823: remove broken link and replace it with another resource. by Antoine Pitrou · 13 years ago
  28. 4fd1e6a Issue #12803: SSLContext.load_cert_chain() now accepts a password argument by Antoine Pitrou · 13 years ago
  29. d649480 Issue #12551: Provide a get_channel_binding() method on SSL sockets so as by Antoine Pitrou · 13 years ago
  30. 126edb5 Use infinitive, not 3rd person of present tense. by Antoine Pitrou · 13 years ago
  31. b3593ca Use infinitive, not 3rd person of present tense. by Antoine Pitrou · 13 years ago
  32. f08310f Issue #12343: Add some notes on behaviour of non-blocking SSL sockets. by Antoine Pitrou · 13 years ago
  33. 6f5dcb1 Issue #12343: Add some notes on behaviour of non-blocking SSL sockets. by Antoine Pitrou · 13 years ago
  34. a675206 Issue #12049: Document errors cases of ssl.RAND_bytes() and by Victor Stinner · 13 years ago
  35. 19fb53c Issue #12049: improve RAND_bytes() and RAND_pseudo_bytes() documentation by Victor Stinner · 13 years ago
  36. 99c8b16 Issue #12049: Add RAND_bytes() and RAND_pseudo_bytes() functions to the ssl by Victor Stinner · 13 years ago
  37. 17ca323 (Merge 3.1) Issue #12012: ssl.PROTOCOL_SSLv2 becomes optional by Victor Stinner · 13 years ago
  38. ee18b6f Issue #12012: ssl.PROTOCOL_SSLv2 becomes optional by Victor Stinner · 13 years ago
  39. 3de4919 Issue #12012: ssl.PROTOCOL_SSLv2 becomes optional by Victor Stinner · 13 years ago
  40. 15399c3 Issue #11811: ssl.get_server_certificate() is now IPv6-compatible. Patch by Antoine Pitrou · 13 years ago
  41. 2774310 Merged revisions 87627,87638,87739,87760,87771,87787,87984,87986,88108,88115,88144,88165,88329,88364-88365,88369-88370,88423-88424 via svnmerge from by Georg Brandl · 13 years ago
  42. 469271d More source links by Raymond Hettinger · 14 years ago
  43. cae7c1d Merged revisions 87653-87655 via svnmerge from by Antoine Pitrou · 14 years ago
  44. e1bc898 Some nits. by Antoine Pitrou · 14 years ago
  45. b205d58 Add a shutdown() call in the server example. by Antoine Pitrou · 14 years ago
  46. 8a7e5da Fix code indentation. by Georg Brandl · 14 years ago
  47. 664c2d1 Issue #10443: Add the SSLContext.set_default_verify_paths() method. by Antoine Pitrou · 14 years ago
  48. fb04691 Issue #10022: The dictionary returned by the `getpeercert()` method by Antoine Pitrou · 14 years ago
  49. d532321 Issue #5639: Add a *server_hostname* argument to `SSLContext.wrap_socket` by Antoine Pitrou · 14 years ago
  50. b0182c8 Issue #10075: Add a session_stats() method to SSLContext objects. by Antoine Pitrou · 14 years ago
  51. 59fdd67 Issue #1589: Add ssl.match_hostname(), to help implement server identity by Antoine Pitrou · 14 years ago
  52. d6abb72 Merged revisions 77236,77383,77399,77857,78238,78861-78862,78958 via svnmerge from by Georg Brandl · 14 years ago
  53. e1f2f30 Be more precise as to what operations are supported by Antoine Pitrou · 14 years ago
  54. dab6426 Remove references to read() and write() methods, which are useless synonyms of by Antoine Pitrou · 14 years ago
  55. 792ff3e Mention that SSL sockets provide the basic socket API. by Antoine Pitrou · 14 years ago
  56. d7c3ed5 Merged revisions 80605-80609,80642-80646,80651-80652,80674,80684-80686,80748,80852,80854,80870,80872-80873,80907,80915-80916,80951-80952,80976-80977,80985,81038-81040,81042,81053,81070,81104-81105,81114,81125,81245,81285,81402,81463,81516,81562-81563,81567,81593,81635,81680-81681,81684,81801,81888,81931-81933,81939-81942,81963,81984,81991,82120,82188,82264-82267 via svnmerge from by Benjamin Peterson · 14 years ago
  57. ec883db Document the context attribute of SSL sockets by Antoine Pitrou · 14 years ago
  58. cafaad4 Add a versionadded tag for SSL contexts. by Antoine Pitrou · 14 years ago
  59. b521877 Issue #4870: Add an `options` attribute to SSL contexts, as well as by Antoine Pitrou · 14 years ago
  60. 152efa2 Issue #8550: Add first class `SSLContext` objects to the ssl module. by Antoine Pitrou · 14 years ago
  61. 21b7e53 Merged revisions 81231 via svnmerge from by Antoine Pitrou · 14 years ago
  62. 8eac60d Merged revisions 81229 via svnmerge from by Antoine Pitrou · 14 years ago
  63. 4d5195b Fix two versionchanged. by Ezio Melotti · 14 years ago
  64. 2d9cb9c Merged revisions 80151 via svnmerge from by Antoine Pitrou · 14 years ago
  65. 43a94c31 Fix docs for r79813. by Antoine Pitrou · 14 years ago
  66. 04f6a32 Merged revisions 79812 via svnmerge from by Antoine Pitrou · 14 years ago
  67. 01f748a #7592: remove duplicate description. by Georg Brandl · 15 years ago
  68. b044b2a Merged revisions 74821,74828-74831,74833,74835 via svnmerge from by Georg Brandl · 15 years ago
  69. 7f01a13 Last round of adapting style of documenting argument default values. by Georg Brandl · 15 years ago
  70. 713e042 Merged revisions 74764 via svnmerge from by Ezio Melotti · 15 years ago
  71. 985e24d fixed more examples that were using u"", print without () and unicode/str instead of str/bytes by Ezio Melotti · 15 years ago
  72. d23f822 Merged revisions 70712,70714,70764-70765,70769-70771,70773,70776-70777,70788-70789,70824,70828,70832,70836,70842,70851,70855,70857,70866-70872,70883,70885,70893-70894,70896-70897,70903,70905-70907,70915,70927,70933,70951,70960,70962-70964,70998,71001,71006,71008,71010-71011,71019,71037,71056,71094,71101-71103,71106,71119,71123,71149-71150,71203,71212,71214-71217,71221,71240 via svnmerge from by Benjamin Peterson · 15 years ago
  73. 48310cd Remove trailing whitespace. by Georg Brandl · 16 years ago
  74. 4aeec04 Merged revisions 65658,65869,65882 via svnmerge from by Benjamin Peterson · 16 years ago
  75. 688356f update ssl documentation by Bill Janssen · 16 years ago
  76. 980f314 fix bad method names in ssl module (and typo in ssl doc) by Bill Janssen · 16 years ago
  77. 2442015 Create http package. #2883. by Georg Brandl · 16 years ago
  78. dae2a89 Merged revisions 62350-62355,62358-62359,62364-62365,62370,62372-62375,62378-62379,62381 via svnmerge from by Christian Heimes · 16 years ago
  79. 255f53b Merged revisions 59376-59406 via svnmerge from by Christian Heimes · 17 years ago
  80. 48dc27c most recent changes to SSL module to support non-blocking sockets properly by Bill Janssen · 17 years ago
  81. 9afde1c #1370: Finish the merge r58749, log below, by resolving all conflicts in Doc/. by Georg Brandl · 17 years ago
  82. 1b7f891 Merged revisions 58095-58132,58136-58148,58151-58197 via svnmerge from by Thomas Wouters · 17 years ago
  83. 89d996e Merged revisions 57778-58052 via svnmerge from by Thomas Wouters · 17 years ago
  84. 6911e3c Convert all print statements in the docs. by Georg Brandl · 17 years ago
  85. 55ac8f0 Get rid of the remaining versionadded/versionchanged directives. by Georg Brandl · 17 years ago
  86. 47b49bf Merged revisions 57620-57771 via svnmerge from by Thomas Wouters · 17 years ago
  87. ed03b41 Merge the trunk changes in. Breaks socket.ssl for now. by Thomas Wouters · 17 years ago