chiark / gitweb /
pubkey.c: Catch invalid arguments to `RSAPub' and `RSAPriv'.
authorMark Wooding <mdw@distorted.org.uk>
Fri, 6 Feb 2015 11:06:14 +0000 (11:06 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Fri, 6 Feb 2015 11:06:14 +0000 (11:06 +0000)
If a modulus is even, `mpmont_create' will silently fail inside
`rsa_{pub,priv}create' and a later modexp will likely segfault.


No differences found