chiark
/
gitweb
/
~mdw
/
catacomb-python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from:
61cc966
)
pubkey.c: Catch invalid arguments to `RSAPub' and `RSAPriv'.
author
Mark Wooding
<mdw@distorted.org.uk>
Fri, 6 Feb 2015 11:06:14 +0000
(11:06 +0000)
committer
Mark 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