commit | efd1ff2ec97211c73100f298f829072f8a50e4c3 | [log] [tgz] |
---|---|---|
author | Jerome Forissier <jerome@forissier.org> | Thu Nov 12 15:50:59 2020 +0100 |
committer | Jérôme Forissier <jerome@forissier.org> | Fri Nov 13 13:58:30 2020 +0100 |
tree | b87c9340ee7b45c0ad67848ff535e0c3a2270b94 | |
parent | 2c5af9c9b648cbde39a8fd9b15d8ec2d778e5bf5 [diff] |
core: libmbedtls: crypto_acipher_free_rsa_keypair(): add missing free for s->dq The crypto_acipher_free_rsa_keypair() function lacks a call to crypto_bignum_free() for the dq member of the key. Add it. Fixes: a1d5c81f8834 ("crypto: add function to free rsa keypair") Signed-off-by: Jerome Forissier <jerome@forissier.org> Reviewed-by: Etienne Carriere <etienne.carriere@linaro.org>
This git contains source code for the secure side implementation of OP-TEE project.
All official OP-TEE documentation has moved to http://optee.readthedocs.io.
// OP-TEE core maintainers