mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-01-28 11:42:21 +01:00
* Fixes for handling PKCS8 in keys with EVP PKEY. Resolves QT test issues. Replacement to PR #3925. * Improved code handling for PKCS 8 headers. Change PemToDer to not strip the PKCS8 header. * Add support in the ECC/RSA/DH key import code to support detection / handling of the PKCS8 header. * Fix for `wc_RsaKeyToDer` to be exposed with `OPENSSL_EXTRA`. * Adds EVP PKCS8 test case for RSA and ECC. * Refactor `test_wolfSSL_OPENSSL_hexstr2buf` to resolve g++ compiler warning. * Added new `WOLFSSL_TRAP_MALLOC_SZ` build option to trap mallocs that are over a specified size.