CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/03/01 23:16:11
Modified files:
lib/libssl/src/crypto/bn: bn.h bn_print.c
Log message:
Add bounds checking for BN_hex2bn/BN_dec2bn.
Need to make sure i * 4 won't overflow. Based on OpenSSL:
commit 99ba9fd02fd481eb971023a3a0a251a37eb87e4c
input + ok bcook@
ok beck@
