Commit graph

10 commits

Author SHA1 Message Date
Dennis Gilmore
5b5b7d95ea ssl: use the best possible connection method.
tell pyOpenSSL to use the best possible connection method,
disable SSLv2 and SSLv3

Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2015-01-23 16:11:22 -06:00
Mike McLean
07d1eb8109 use TLSv1. https://bugzilla.redhat.com/show_bug.cgi?id=1152823 2014-10-16 14:53:14 -04:00
Dennis Gilmore
582a0679e7 change default ssl timeout to 60 seconds 2013-03-06 12:41:47 -06:00
Mike McLean
a87e1f2c5a cleanup debug output 2012-11-06 20:42:56 -05:00
Mike McLean
9e9549d994 new "fast upload" mechanism 2012-11-06 14:39:49 -05:00
Dennis Gilmore
5534ec370c remove shebang SSLConnection.py is not a standalone script
bugzilla #529250
2012-08-16 20:01:44 -05:00
Mike McLean
7876bc06fe fix ssl connections for python 2.7 (rhbz#619276)
(without breaking earlier python versions)
2010-12-08 14:57:07 -05:00
Mike Bonnet
3632182163 package up the files in koji/ssl as well 2007-03-20 16:59:58 -04:00
Michael Bonnet
20ca1a8f84 - don't try to guess what kind of authentication we want to use in ClientSession.login() - allow clients to call login() (for user/password), krb_login() (for Kerberos), or ssl_login() (for client certificates)
- update all clients to call ssl_login() directly when appropriate
- rename references to NotAllowed -> ActionNotAllowed, because NotAllowed had already been renamed
- raise an error in CreateSSLContext instead of immediately exiting
2007-03-16 21:39:02 -04:00
Michael Bonnet
95db5c1f63 enable authentication from the cli via SSL client certificates 2007-03-16 21:39:01 -04:00