CVSROOT: /cvs Module name: src Changes by: js...@cvs.openbsd.org 2018/02/14 09:27:24
Modified files: usr.bin/ssh : ssh-rsa.c Log message: Ensure that D mod (P-1) and D mod (Q-1) are calculated in constant time. This avoids a potential side channel timing leak. ok djm@ markus@