Files
wolfssl/tests
David Garske a03ed32380 Support for Android KeyStore compatibility API's:
* Adds `EVP_PKCS82PKEY` and `d2i_PKCS8_PRIV_KEY_INFO`.
* Adds `EVP_PKEY2PKCS8` and `i2d_PKCS8_PRIV_KEY_INFO`.
* Adds `ECDSA_verify`.
* Fix to allow `SHA256()` and `MD5()` with FIPSv2.
* Decouple crypto callbacks and hash flags
* Fix for possible use of uninitialized when building TLS bench without TLS v1.3.
* Fix for building with `NO_CHECK_PRIVATE_KEY`. Test `./configure --disable-pkcs12 --enable-opensslextra CFLAGS="-DNO_CHECK_PRIVATE_KEY"`.
* Fix to support `RSA_public_decrypt` for PKCSv15 only with FIPS.
* Cleanup `RSA_public_encrypt`, `RSA_public_decrypt` and `RSA_private_decrypt`.
* Added instructions for building wolfSSL with Android kernel.
2021-10-19 17:04:18 -07:00
..
2021-03-11 13:42:46 +07:00
2021-09-28 17:16:44 -04:00
2020-12-17 14:26:49 +01:00
2021-03-11 13:42:46 +07:00
2021-09-28 17:16:44 -04:00
2020-11-24 11:46:10 -08:00
2020-07-20 15:03:48 -07:00
2021-09-24 08:37:53 +10:00
2020-12-17 14:26:49 +01:00
2021-09-14 16:08:26 +10:00

Before creating any new configure files (.conf) read the CONF_FILES_README.md