Releases: synchronizing/mitm
Releases Β· synchronizing/mitm
v1.5.0
v1.4.3
- Fixed bug where protocol search would not stop after finding working protocol.
- Upgraded PyOpenSSL version.
v1.4.2
- Fixed default X509 serial number value.
v1.4.1
- Addressed all PyLint issues.
- Added
mitm.__version__
. - Minor docs improvement.
v.1.4.0
- Added tests and coverage.
- Improved performance.
- Added
lru_cache
toCertificateAuthority.new_context
function.
- Added
v1.3
- Added
CertificateAuthority
support.
v1.2.2
- Updated documentation.
- Bumped
httpq
.
v1.2.1
- Locked
toolbox
andhttpq
versions inrequirements.txt
.
v1.2.0
- Split apart
Protocol
into two separate functions -resolve_destination
andconnect
. - Fixed bugs relating to Toolbox.
Todo:
- Documentation needs to be updated.
- Begin locking mitm to specific toolbox versioning.
v1.0.1
- Updated PyOpenSSL to latest version.
- Updated RSA key length to 2048.