Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cjbarker/ssl-wrap

Wrapper library to OpenSSL. Encapsulates verbose, redundant API calls in hopes of simplifying usage.
https://github.com/cjbarker/ssl-wrap

Last synced: about 1 month ago
JSON representation

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

Awesome Lists containing this project

README

        

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

2) Execute server_tester

cj@cj-desktop:~/ssl_wrapper$ ./server_tester
Usage: ./server_tester

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

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