Skip to content

Wrapper library to OpenSSL. Encapsulates verbose, redundant API calls in hopes of simplifying usage.

Notifications You must be signed in to change notification settings

cjbarker/SSL-Wrap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README.txt
==========
1) Build static library and test binaries
   $ make


2) Execute server_tester

cj@cj-desktop:~/ssl_wrapper$ ./server_tester 
Usage: ./server_tester <port> <cert_path> <key_path>

cj@cj-desktop:~/ssl_wrapper$ ./server_tester 20001 /etc/ssl/certs/cj-desktop.crt /etc/ssl/cj-desktop.key


3) Execute client_tester

cj@cj-desktop:~/ssl_wrapper$ ./client_tester 
Usage: ./client_tester <hostname> <port>

cj@cj-desktop:~/ssl_wrapper$ ./client_tester 127.0.0.1 2001

About

Wrapper library to OpenSSL. Encapsulates verbose, redundant API calls in hopes of simplifying usage.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published