Skip to content

Latest commit

 

History

History
34 lines (19 loc) · 1.27 KB

README.md

File metadata and controls

34 lines (19 loc) · 1.27 KB

vtTLS - vulnerability-tolerant Transport Layer Security.

vtTLS stands for vulnerability-tolerant Transport Layer Security.

vtTLS Library - Modified OpenSSL

An implementation of the OpenSSL protocol with redundant channels to mask vulnerabilities.

Source code

vtTLS Tool - MultiTLS

MultiTLS adds two layers of encryption so that the communication is secure even if a vulnerability is found in one of the layers. It does so using a tunneling approach that allows using multiple layers of encryption without modifying existing applications.

Source code

Authors

  • André Joaquim - Development of the vtTLS library - GitHub
  • Ricardo Moura - Development of MultiTLS - the vtTLS tool - GitHub

License

This project is licensed under the MIT License - see the LICENSE file for details

Acknowledgments