- Making the code more modular.
- Created a
CertificateManagerclass that handles certificate related operations. - Created a
FileManagerclass that handles file operations - Created a
ConnectionManagerclass that handles connections to URI's.
- Created a
- Fixing python syntax and code.
- Adding ability to allow insecure connections (
--insecure). Useful for when a website isn't properly configured.
- Fixing bug no-commonname
- Fixing bug MitM proxy/ssl decrypt
- Enhancement request adding Root Found output
- Fixing bug deprecation warning
- First release.