Skip to content

TLS implementation with one-way and two-way authentication

License

Notifications You must be signed in to change notification settings

mafragias/TLS-implementation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages