Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/richmit/ex-openssl
OpenSSL Example Code
https://github.com/richmit/ex-openssl
Last synced: about 2 months ago
JSON representation
OpenSSL Example Code
- Host: GitHub
- URL: https://github.com/richmit/ex-openssl
- Owner: richmit
- Created: 2021-05-06T01:39:07.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-06-17T22:30:56.000Z (7 months ago)
- Last Synced: 2024-06-18T00:13:29.074Z (7 months ago)
- Language: C
- Size: 6.84 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
While the OpenSSL library is most commonly used for SSL, I find that
my most frequent, direct use of the library has nothing to do with
SSL. Some of these non-SSL aspects of the OpenSSL library are
illustrated below.You can read a bit more about these examples on my [home page](https://www.mitchr.me/SS/exampleCode/openssl.html).
Have fun!
-mitch