Added stricter rule on input for RSA private key operation (mathematically correct...
authorThomas Pornin <pornin@bolet.org>
Wed, 23 May 2018 16:48:19 +0000 (18:48 +0200)
committerThomas Pornin <pornin@bolet.org>
Wed, 23 May 2018 16:48:19 +0000 (18:48 +0200)
commitf81a2828787c3ae7903bff66d64d71d6362ab4e1
tree39ce72b8f62fca2a4b19c17cceb3557a0631d6eb
parent932fb89081a66eef18fee56265fd29b93af0b081
Added stricter rule on input for RSA private key operation (mathematically correct but out-of-range values are now rejected).
src/rsa/rsa_i15_priv.c
src/rsa/rsa_i31_priv.c
src/rsa/rsa_i32_priv.c
src/rsa/rsa_i62_priv.c
test/test_crypto.c