Skip to content

Server and Client programs using the openssl libraries to establish a tcp connection

Notifications You must be signed in to change notification settings

Lalbadshah/TCP-Connection-using-OPENSSL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TCP-Connection-using-OPENSSL

Server and Client programs using the openssl libraries to establish a tcp connection

Generating a certificate

Execute this command: openssl req -x509 -nodes -days 365 -newkey rsa:1024 -keyout mycert.pem -out mycert.pem #To run the Server Compile : gcc -Wall -o ssl-server SSL-Server.c -L/usr/lib -lssl -lcrypto Run : sudo ./ssl-server

#To run the Client Compile : gcc -Wall -o ssl-client SSL-Client.c -L/usr/lib -lssl -lcrypto Run : ./ssl-client

About

Server and Client programs using the openssl libraries to establish a tcp connection

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages