项目作者: mafragias

项目描述 :
TLS implementation with one-way and two-way authentication
高级语言: Python
项目地址: git://github.com/mafragias/TLS-implementation.git
创建时间: 2017-02-08T18:30:51Z
项目社区:https://github.com/mafragias/TLS-implementation

开源协议:GNU General Public License v3.0

下载


TLS implementation

  • one-way authentication

    • using self-signed certificate
    • usinge client / server sockets
  • two-way authentication

    • using certificate signed by CA
    • usinge client / server sockets

Setup

  1. open terminal
  2. run: python server.py
  3. open new terminal window
  4. run: python client.py

Certificates

Created with openssl