mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-01-27 23:52:20 +01:00
1. Add API for importing an RSA private key, `wc_RsaPrivateKeyDecodeRaw()`, when all you have are the components of the key in raw arrays. Also recalculates dP and dQ if missing. 2. Add API test for `wc_RsaPrivateKeyDecodeRaw()`.