Replace (sometimes conditional) use of alloca with malloc, and clearing
authormiod <miod@openbsd.org>
Fri, 23 May 2014 16:11:55 +0000 (16:11 +0000)
committermiod <miod@openbsd.org>
Fri, 23 May 2014 16:11:55 +0000 (16:11 +0000)
commit7b38205b70fdab5882530e8bb7b5194ce8d3e07c
treeff3f134365f32195117aada47d455902d1f2e3f6
parent1ac48a677c57686b7fd45d93304e7de46d6c3fe0
Replace (sometimes conditional) use of alloca with malloc, and clearing
through volatile pointers with explicit_bzero().

ok beck@ jsing@
lib/libcrypto/bn/bn_asm.c
lib/libcrypto/bn/bn_exp.c
lib/libssl/src/crypto/bn/bn_asm.c
lib/libssl/src/crypto/bn/bn_exp.c