commit | 99db840ee8dbbd2b3fbc6c45d0ee2f6a65e96898 | [log] [download] |
---|---|---|
author | Damien Miller <djm@mindrot.org> | Wed Jul 02 12:48:04 2014 +1000 |
committer | Damien Miller <djm@mindrot.org> | Wed Jul 02 12:48:04 2014 +1000 |
tree | a76db48e1a5b8b56f6554ffe519d0d7e1e344104 | |
parent | 84a89161a9629239b64171ef3e22ef6a3e462d51 [diff] |
- naddy@cvs.openbsd.org 2014/06/18 15:42:09 [sshbuf-getput-crypto.c] The ssh_get_bignum functions must accept the same range of bignums the corresponding ssh_put_bignum functions create. This fixes the use of 16384-bit RSA keys (bug reported by Eivind Evensen). ok djm@