wolfssl/doc
Hayden Roche 0b6523d933 Rename pem_password_cb to wc_pem_password_cb.
Recently, we had a wolfEngine customer report a compilation error because
wolfSSL and OpenSSL both define the typedef pem_password_cb. The solution is to
namespace our typedef with the wc_ prefix. In order to not break existing code
that relies on wolfSSL providing pem_password_cb, if OPENSSL_COEXIST is not
defined, we define pem_password_cb as a macro that maps to wc_pem_password_cb.
2021-10-21 16:47:29 -07:00
..
dox_comments/header_files Rename pem_password_cb to wc_pem_password_cb. 2021-10-21 16:47:29 -07:00
formats Cleanup markdown documentation 2021-10-13 16:39:46 +01:00
images Migrated documentation directory to doc. README updated. Error fixes. Moved make options to doc/include.am 2018-02-08 10:05:30 -07:00
README.txt Fixing some typos. Thanks to Fossies for the report 2020-01-10 11:45:51 -07:00
README_DOXYGEN 1. Trailing whitespace removal 2018-06-27 16:22:12 -06:00
check_api.sh Updated doxygen script 2019-04-05 13:46:35 -06:00
generate_documentation.sh Speedups for the `git clone` calls in check scripts to use `--depth 1`. 2018-11-09 09:36:41 -08:00
include.am Added isntall flag, improved pathing for using doxygen to generate documentation 2018-03-08 10:53:44 -07:00

README.txt

The wolfSSL manual is available at:
http://www.wolfssl.com/documentation/wolfSSL-Manual.pdf

The wolfSSL API guide is available at:
https://www.wolfssl.com/doxygen/wolfssl_API.html

The wolfCrypt API guide is available at:
https://www.wolfssl.com/doxygen/wolfcrypt_API.html