Skip to content

A program that implements SSL connection and outputs the SSL certificate

Notifications You must be signed in to change notification settings

milesdevis/SSL_certifcation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

To make a SSL connection and to view the SSL certificate:

Clone this repo

Note that the URL to establish the connection with is hard coded into dest_url in the main function. To change the URL, change dest_url.

Then, run the following to compile :

rm sslconnect
gcc -o sslconnect sslconnect.c -lssl -lyrcypto

Then, to run the program:

./sslconnect

About

A program that implements SSL connection and outputs the SSL certificate

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages