[Python-Dev] Controlling the cipher list for SSL connections
Bill Janssen
janssen at parc.com
Thu Sep 10 19:09:50 CEST 2009
More information about the Python-Dev mailing list
Thu Sep 10 19:09:50 CEST 2009
- Previous message: [Python-Dev] Controlling the cipher list for SSL connections
- Next message: [Python-Dev] Controlling the cipher list for SSL connections
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Thanks, Chris. Can you explain why you want to set the cipher list explicitly? IMO, it's usually better to select a security scheme (TLS1, or SSLv3, etc.), and let the implementation pick the cipher list. Bill Chris Frantz <frantzcj at gmail.com> wrote: > Done. > > Attached to Issue 3597, which is a similar request to mine. > > Best Regards, > --Chris > _______________________________________________ > Python-Dev mailing list > Python-Dev at python.org > http://mail.python.org/mailman/listinfo/python-dev > Unsubscribe: http://mail.python.org/mailman/options/python-dev/janssen%40parc.com
- Previous message: [Python-Dev] Controlling the cipher list for SSL connections
- Next message: [Python-Dev] Controlling the cipher list for SSL connections
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list