1. 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
  2. e10ae88 Clarify that ssl.OP_ALL can be different from OpenSSL's SSL_OP_ALL. by Antoine Pitrou · 13 years ago
  3. 9f6b02e Clarify that ssl.OP_ALL can be different from OpenSSL's SSL_OP_ALL. by Antoine Pitrou · 13 years ago
  4. ac8bfca Issue #13747: fix SSL compatibility table. by Antoine Pitrou · 13 years ago
  5. 84a2edc Issue #13747: fix documentation error about the default SSL version. by Antoine Pitrou · 13 years ago
  6. 441ae04 Update printout of SSL certificate examples for 3.2+. by Antoine Pitrou · 13 years ago
  7. b7ffed8 Add a subsection explaning cipher selection. by Antoine Pitrou · 13 years ago
  8. 8a9b9c7 Merge SSL doc fixes (issue #13747). by Antoine Pitrou · 13 years ago
  9. deec756 Update printout of SSL certificate examples for 3.2+. by Antoine Pitrou · 13 years ago
  10. 8f746d8 Add a subsection explaning cipher selection. by Antoine Pitrou · 13 years ago
  11. 0e576f1 Issue #13626: Add support for SSL Diffie-Hellman key exchange, through the by Antoine Pitrou · 13 years ago
  12. 501da61 Fix ssl module compilation if ECDH support was disabled in the OpenSSL build. by Antoine Pitrou · 13 years ago
  13. 8abdb8a Issue #13634: Add support for querying and disabling SSL compression. by Antoine Pitrou · 13 years ago
  14. 923df6f Issue #13627: Add support for SSL Elliptic Curve-based Diffie-Hellman by Antoine Pitrou · 13 years ago
  15. 6db4944 Issue #13635: Add ssl.OP_CIPHER_SERVER_PREFERENCE, so that SSL servers by Antoine Pitrou · 13 years ago
  16. f3dc2d7 Fix typo by Antoine Pitrou · 13 years ago
  17. 873bf26 Update example of non-blocking SSL code for the new finer-grained exceptions by Antoine Pitrou · 13 years ago
  18. 41032a6 Issue #11183: Add finer-grained exceptions to the ssl module, so that by Antoine Pitrou · 13 years ago
  19. 5574c30 Replace mentions of socket.error. by Antoine Pitrou · 13 years ago
  20. 756b169 Issue #12823: remove broken link and replace it with another resource. by Antoine Pitrou · 13 years ago
  21. f394e47 Issue #12823: remove broken link and replace it with another resource. by Antoine Pitrou · 13 years ago
  22. 4fd1e6a Issue #12803: SSLContext.load_cert_chain() now accepts a password argument by Antoine Pitrou · 13 years ago
  23. d649480 Issue #12551: Provide a get_channel_binding() method on SSL sockets so as by Antoine Pitrou · 13 years ago
  24. 126edb5 Use infinitive, not 3rd person of present tense. by Antoine Pitrou · 13 years ago
  25. b3593ca Use infinitive, not 3rd person of present tense. by Antoine Pitrou · 13 years ago
  26. f08310f Issue #12343: Add some notes on behaviour of non-blocking SSL sockets. by Antoine Pitrou · 13 years ago
  27. 6f5dcb1 Issue #12343: Add some notes on behaviour of non-blocking SSL sockets. by Antoine Pitrou · 13 years ago
  28. a675206 Issue #12049: Document errors cases of ssl.RAND_bytes() and by Victor Stinner · 13 years ago
  29. 19fb53c Issue #12049: improve RAND_bytes() and RAND_pseudo_bytes() documentation by Victor Stinner · 13 years ago
  30. 99c8b16 Issue #12049: Add RAND_bytes() and RAND_pseudo_bytes() functions to the ssl by Victor Stinner · 13 years ago
  31. 17ca323 (Merge 3.1) Issue #12012: ssl.PROTOCOL_SSLv2 becomes optional by Victor Stinner · 13 years ago
  32. ee18b6f Issue #12012: ssl.PROTOCOL_SSLv2 becomes optional by Victor Stinner · 13 years ago
  33. 3de4919 Issue #12012: ssl.PROTOCOL_SSLv2 becomes optional by Victor Stinner · 13 years ago
  34. 15399c3 Issue #11811: ssl.get_server_certificate() is now IPv6-compatible. Patch by Antoine Pitrou · 13 years ago
  35. 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
  36. 469271d More source links by Raymond Hettinger · 14 years ago
  37. cae7c1d Merged revisions 87653-87655 via svnmerge from by Antoine Pitrou · 14 years ago
  38. e1bc898 Some nits. by Antoine Pitrou · 14 years ago
  39. b205d58 Add a shutdown() call in the server example. by Antoine Pitrou · 14 years ago
  40. 8a7e5da Fix code indentation. by Georg Brandl · 14 years ago
  41. 664c2d1 Issue #10443: Add the SSLContext.set_default_verify_paths() method. by Antoine Pitrou · 14 years ago
  42. fb04691 Issue #10022: The dictionary returned by the `getpeercert()` method by Antoine Pitrou · 14 years ago
  43. d532321 Issue #5639: Add a *server_hostname* argument to `SSLContext.wrap_socket` by Antoine Pitrou · 14 years ago
  44. b0182c8 Issue #10075: Add a session_stats() method to SSLContext objects. by Antoine Pitrou · 14 years ago
  45. 59fdd67 Issue #1589: Add ssl.match_hostname(), to help implement server identity by Antoine Pitrou · 14 years ago
  46. d6abb72 Merged revisions 77236,77383,77399,77857,78238,78861-78862,78958 via svnmerge from by Georg Brandl · 14 years ago
  47. e1f2f30 Be more precise as to what operations are supported by Antoine Pitrou · 14 years ago
  48. dab6426 Remove references to read() and write() methods, which are useless synonyms of by Antoine Pitrou · 14 years ago
  49. 792ff3e Mention that SSL sockets provide the basic socket API. by Antoine Pitrou · 14 years ago
  50. 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
  51. ec883db Document the context attribute of SSL sockets by Antoine Pitrou · 14 years ago
  52. cafaad4 Add a versionadded tag for SSL contexts. by Antoine Pitrou · 14 years ago
  53. b521877 Issue #4870: Add an `options` attribute to SSL contexts, as well as by Antoine Pitrou · 14 years ago
  54. 152efa2 Issue #8550: Add first class `SSLContext` objects to the ssl module. by Antoine Pitrou · 14 years ago
  55. 21b7e53 Merged revisions 81231 via svnmerge from by Antoine Pitrou · 14 years ago
  56. 8eac60d Merged revisions 81229 via svnmerge from by Antoine Pitrou · 14 years ago
  57. 4d5195b Fix two versionchanged. by Ezio Melotti · 14 years ago
  58. 2d9cb9c Merged revisions 80151 via svnmerge from by Antoine Pitrou · 14 years ago
  59. 43a94c31 Fix docs for r79813. by Antoine Pitrou · 14 years ago
  60. 04f6a32 Merged revisions 79812 via svnmerge from by Antoine Pitrou · 14 years ago
  61. 01f748a #7592: remove duplicate description. by Georg Brandl · 15 years ago
  62. b044b2a Merged revisions 74821,74828-74831,74833,74835 via svnmerge from by Georg Brandl · 15 years ago
  63. 7f01a13 Last round of adapting style of documenting argument default values. by Georg Brandl · 15 years ago
  64. 713e042 Merged revisions 74764 via svnmerge from by Ezio Melotti · 15 years ago
  65. 985e24d fixed more examples that were using u"", print without () and unicode/str instead of str/bytes by Ezio Melotti · 15 years ago
  66. 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
  67. 48310cd Remove trailing whitespace. by Georg Brandl · 16 years ago
  68. 4aeec04 Merged revisions 65658,65869,65882 via svnmerge from by Benjamin Peterson · 16 years ago
  69. 688356f update ssl documentation by Bill Janssen · 16 years ago
  70. 980f314 fix bad method names in ssl module (and typo in ssl doc) by Bill Janssen · 16 years ago
  71. 2442015 Create http package. #2883. by Georg Brandl · 16 years ago
  72. dae2a89 Merged revisions 62350-62355,62358-62359,62364-62365,62370,62372-62375,62378-62379,62381 via svnmerge from by Christian Heimes · 16 years ago
  73. 255f53b Merged revisions 59376-59406 via svnmerge from by Christian Heimes · 17 years ago
  74. 48dc27c most recent changes to SSL module to support non-blocking sockets properly by Bill Janssen · 17 years ago
  75. 9afde1c #1370: Finish the merge r58749, log below, by resolving all conflicts in Doc/. by Georg Brandl · 17 years ago
  76. 1b7f891 Merged revisions 58095-58132,58136-58148,58151-58197 via svnmerge from by Thomas Wouters · 17 years ago
  77. 89d996e Merged revisions 57778-58052 via svnmerge from by Thomas Wouters · 17 years ago
  78. 6911e3c Convert all print statements in the docs. by Georg Brandl · 17 years ago
  79. 55ac8f0 Get rid of the remaining versionadded/versionchanged directives. by Georg Brandl · 17 years ago
  80. 47b49bf Merged revisions 57620-57771 via svnmerge from by Thomas Wouters · 17 years ago
  81. ed03b41 Merge the trunk changes in. Breaks socket.ssl for now. by Thomas Wouters · 17 years ago