RT3955: Reduce some stack usage
authorRich Salz <rsalz@akamai.com>
Fri, 4 Sep 2015 12:13:19 +0000 (08:13 -0400)
committerRich Salz <rsalz@openssl.org>
Sat, 5 Sep 2015 21:40:48 +0000 (17:40 -0400)
commit8e704858f21983383be2b77e986f475b51719a1e
tree77661553cd59016b1b6b7d2e3857a6f3fc97a7bb
parentecdaa1aefd30a3624624a28139a1e78e17993725
RT3955: Reduce some stack usage

Use malloc/free instead of big onstack buffers.

Reviewed-by: Tim Hudson <tjh@openssl.org>
crypto/bn/bn_prime.c
crypto/pkcs7/pk7_smime.c