Message103357
A set_ciphers() method turns out to be highly impractical, since the underlying SSL objects are created lazily when we actually connect the socket.
Therefore, I have instead opted for a new "ciphers" argument to the SSL constructor(s). Patch attached. |
|
| Date |
User |
Action |
Args |
| 2010-04-16 20:34:52 | pitrou | set | recipients:
+ pitrou, janssen, vstinner, giampaolo.rodola, benjamin.peterson, rpetrov, Arfrever, flox |
| 2010-04-16 20:34:52 | pitrou | set | messageid: <[email protected]> |
| 2010-04-16 20:34:50 | pitrou | link | issue8322 messages |
| 2010-04-16 20:34:50 | pitrou | create | |
|