Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/cjbarker/ssl-wrap
- Owner: cjbarker
- Created: 2010-01-27T18:18:38.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2010-01-27T18:33:36.000Z (almost 15 years ago)
- Last Synced: 2023-03-10T22:57:18.627Z (over 1 year ago)
- Homepage:
- Size: 78.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
README.txt
==========
1) Build static library and test binaries
$ make2) Execute server_tester
cj@cj-desktop:~/ssl_wrapper$ ./server_tester
Usage: ./server_testercj@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_testercj@cj-desktop:~/ssl_wrapper$ ./client_tester 127.0.0.1 2001