mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-01-31 08:19:18 +01:00
* `wolfSSL_PEM_write_bio_PUBKEY` needs to write only the public part The `wolfSSL_PEM_write_bio_PUBKEY` output can't contain the private portion of the key. This output could be used to distribute the public key and if it contains the private part then it gets leaked to others. * Add heap hint to `wolfSSL_RSA_To_Der` * Correct function name in logs
Before creating any new configure files (.conf) read the CONF_FILES_README.md