proxy.py/proxy/common
Abhinav Singh 1b0ed923d7
Refactor plugin base classes for plugin specific flags (#388)
* Update to latest code signing recommendations

* Move HttpProtocolHandlerPlugin into separate file

* Dont add subject attributes if not provided by upstream. Also handle subprocess.TimeoutExpired raised during certificate generation.  Instead of retries, we simply close the connection on timeout

* Remove plugin specific flag initialization methods for now
2020-07-04 18:17:11 +05:30
..
__init__.py Doc & Banner update to match GitHub (#182) 2019-11-18 20:45:51 -08:00
constants.py Enable docker containers for TLS Interception (#375) 2020-06-17 17:54:43 +05:30
flags.py Refactor plugin base classes for plugin specific flags (#388) 2020-07-04 18:17:11 +05:30
pki.py Copy certificate subject from peercertificate, use ssl.PROTOCOL_TLSv1_2 for client wrap and allow TLSv1_1 for server wrap (#370) 2020-06-13 21:42:12 +05:30
types.py Doc & Banner update to match GitHub (#182) 2019-11-18 20:45:51 -08:00
utils.py Remove public folder references (#212) 2019-12-01 21:30:29 -08:00
version.py Add FilterByClientIpPlugin example (#381) 2020-06-21 21:57:03 +05:30