summaryrefslogtreecommitdiffstats
path: root/src/lib/Proxy.py
Commit message (Expand)AuthorAgeFilesLines
* SSL: Implement protocol selection in bcfg2.confNarayan Desai2009-06-241-2/+11
* SSL: Implememt client-side server cN verificationNarayan Desai2009-05-191-5/+22
* pylint fixesNarayan Desai2009-05-151-4/+4
* SSL: Fix Transport constructor call on python2.4 (Patch from Tim Laszlo)Narayan Desai2009-05-111-1/+2
* SSL: client side read based on server-provided content length (allows gracefu...Narayan Desai2009-05-111-0/+39
* SSL Proxy: only use timeout parm with py2.6+ (patch from Torsten Rehn) (Resol...Narayan Desai2009-05-071-2/+11
* SSL Proxy: pass through key/cert/ca args to transportNarayan Desai2009-05-061-3/+2
* Proxy support for keys/certs/casNarayan Desai2009-05-061-5/+23
* clean up handshake stuffNarayan Desai2009-05-061-2/+1
* Implement basic proxy based on 2.6 sslNarayan Desai2009-05-061-22/+26
* Remove unused imports for pylintSol Jerome2009-04-171-4/+7
* Implement ssl certificate split, in preparation for SSL client cert authNarayan Desai2009-04-081-3/+17
* Fix TLS error path (Reported by kisielk) (Resolves Ticket #621) [bugfix]Narayan Desai2008-12-031-2/+1
* Print ProtocolError messages (patch from Kamil Kisiel)Sol Jerome2008-09-271-2/+3
* Improve error messages in client metadata resolution failure path (Resolves T...Narayan Desai2008-06-121-0/+2
* Fix error path (Reported by jcollie on irc)Narayan Desai2008-06-031-3/+3
* multi-fingerprint support (mainly from Ben Ritcey)Narayan Desai2008-04-011-4/+1
* Handle checksum problems properlyNarayan Desai2008-01-161-0/+3
* Simplify proxy code. We don't need a multi-component infrastructure or local ...Narayan Desai2008-01-091-128/+6
* Replace bcfg2 proxy code with simplified code from CobaltNarayan Desai2008-01-091-0/+188