https://github.com/dorneanu/ssl-tls
Some SSL/TLS coding journey
https://github.com/dorneanu/ssl-tls
Last synced: 6 months ago
JSON representation
Some SSL/TLS coding journey
- Host: GitHub
- URL: https://github.com/dorneanu/ssl-tls
- Owner: dorneanu
- Created: 2015-04-29T20:16:22.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-05-12T21:28:57.000Z (about 11 years ago)
- Last Synced: 2024-04-18T00:13:26.139Z (over 2 years ago)
- Language: C
- Size: 125 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This tool just helps me understand and implement SSL/TLS in C. Several code snippets
were found in [Implementing SSL/TLS using Cryptography and PKI](http://eu.wiley.com/WileyCDA/WileyTitle/productCd-0470920416.html).
This tool is **not** ready for production.
## Compile & Run
$ make
$ ./ssl-tls --help