Bugzilla – Attachment 1252 Details for
Bug 1291
aes256-ctr, aes192-ctr, arcfour256 broken with OpenSSL 0.9.8e
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
key_len fix for Protocol 1 3des cipher
openssh-ssl098e-proto1.patch (text/plain), 1020 bytes, created by
Darren Tucker
on 2007-03-13 21:15:14 AEDT
(
hide
)
Description:
key_len fix for Protocol 1 3des cipher
Filename:
MIME Type:
Creator:
Darren Tucker
Created:
2007-03-13 21:15:14 AEDT
Size:
1020 bytes
patch
obsolete
>Index: cipher-3des1.c >=================================================================== >RCS file: /var/cvs/openssh/cipher-3des1.c,v >retrieving revision 1.8 >diff -u -p -r1.8 cipher-3des1.c >--- cipher-3des1.c 1 Sep 2006 05:38:36 -0000 1.8 >+++ cipher-3des1.c 13 Mar 2007 07:47:36 -0000 >@@ -35,9 +35,7 @@ > #include "xmalloc.h" > #include "log.h" > >-#if OPENSSL_VERSION_NUMBER < 0x00906000L >-#define SSH_OLD_EVP >-#endif >+#include "openbsd-compat/openssl-compat.h" > > /* > * This is used by SSH1: >Index: cipher-bf1.c >=================================================================== >RCS file: /var/cvs/openssh/cipher-bf1.c,v >retrieving revision 1.7 >diff -u -p -r1.7 cipher-bf1.c >--- cipher-bf1.c 1 Sep 2006 05:38:36 -0000 1.7 >+++ cipher-bf1.c 13 Mar 2007 07:47:36 -0000 >@@ -35,9 +35,7 @@ > #include "xmalloc.h" > #include "log.h" > >-#if OPENSSL_VERSION_NUMBER < 0x00906000L >-#define SSH_OLD_EVP >-#endif >+#include "openbsd-compat/openssl-compat.h" > > /* > * SSH1 uses a variation on Blowfish, all bytes must be swapped before
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 1291
:
1244
|
1245
|
1246
| 1252