Skip to content

nguyentrungduc08/TLS_Communication

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TLS_Communication

This code using c++ (:shipit:) to implement TLS communication.

build and excute server side

 g++ -Wall -o server server.cpp -L/usr/lib -lssl -lcrypto
 sudo ./server <portnum>

build and excute client side

 g++ -Wall -o client client.cpp -L/usr/lib -lssl -lcrypto
 ./client <host_name> <port_number>

Note

to use wireshark to verify handshark TLS1.2 protocal. you need to used port number less than 1024 with root permission.

use wireshark to show communication.

tls1.2_handshark

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages