1.5 KiB
1.5 KiB
Contributing
Thank you for contributing to SSLClient! This library is a single-person effort, so help is always appreciated.
There is no formal style guide, however this project does attempt to provide detailed documentation through the README and Doxygen block comments which are highly encouraged. If you get stuck or have a question, please feel free to submit an issue. Below are some resources to get you started:
- TLS
- BearSSL
- BearSSL Homepage
- BearSSL TLS API Overview (SSLClient uses the Generic I/O version ot the API).
- BearSSL Certificate API Overview (SSLClient uses the Minimal Engine)
- BearSSL Doxygen
- SSLClient