search for: jpschaaf

Displaying 2 results from an estimated 2 matches for "jpschaaf".

2012 Jul 09
1
FIPS Patch for OpenSSH 6.0p1
Attached to this e-mail is a patch that is likely familiar to many people on this mailing list;? It's essentially the RedHat FIPS patch updated to work with the newer release of OpenSSH.? I'm hoping it will prove useful to someone; please let me know if you have any comments or see any errors. Thanks, Jonathan
2012 Aug 29
1
second FIPS patch for openssh 6.0p1, fix pubkey
The patch to enable FIPS mode for openssh 6.0p1 missed two instances of the ssh client trying to use MD5. It causes pubkey-based authentication to fail in FIPS mode. I have copied the missing changes from auth2-pubkey.c into sshconnect2.c. Here is a patch: diff -cr openssh-6.0p1/sshconnect2.c openssh-6.0p1-patched/sshconnect2.c *** openssh-6.0p1/sshconnect2.c Sun May 29 07:42:34 2011 ---