bn_mul_recursive doesn't handle all cases correctly, which results in
authorAndy Polyakov <appro@openssl.org>
Sun, 8 Jul 2007 18:53:03 +0000 (18:53 +0000)
committerAndy Polyakov <appro@openssl.org>
Sun, 8 Jul 2007 18:53:03 +0000 (18:53 +0000)
commit35295bdbeed634ebe811860831f25bc5ecc9d0bb
tree473080d5acb6d6dfc6fcafbd7154b89801f800e8
parentaa8d6f3e8654478e22d3de6b407c6ca6f692f079
bn_mul_recursive doesn't handle all cases correctly, which results in
BN_mul failures at certain key-length mixes.
PR: 1427
crypto/bn/bn_mul.c