FreeBSD Bugzilla – Attachment 175393 Details for
Bug 211626
[exp-run] Removal of setkey(), encrypt(), des_setkey() and des_cipher()
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch for claws-mail to prevent calling setkey()/encrypt().
claws.diff (text/plain), 622 bytes, created by
Ed Schouten
on 2016-10-03 18:50:52 UTC
(
hide
)
Description:
Patch for claws-mail to prevent calling setkey()/encrypt().
Filename:
MIME Type:
Creator:
Ed Schouten
Created:
2016-10-03 18:50:52 UTC
Size:
622 bytes
patch
obsolete
>diff -ur claws-mail-3.14.0/src/common/passcrypt.c claws-mail-3.14.0-patched/src/common/passcrypt.c >--- claws-mail-3.14.0/src/common/passcrypt.c 2016-08-07 10:08:05.000000000 +0200 >+++ claws-mail-3.14.0-patched/src/common/passcrypt.c 2016-10-03 20:48:39.866365705 +0200 >@@ -86,7 +86,6 @@ > > memcpy(temp, key, 8); > crypt_unpack(temp); >- setkey((const char *) temp); > memset(temp, 0, sizeof(temp)); > > memset(crypt_cfb_iv, 0, sizeof(crypt_cfb_iv)); >@@ -96,7 +95,6 @@ > > while (len) { > memcpy(temp, crypt_cfb_iv, sizeof(temp)); >- encrypt((char *) temp, 0); > if (chunksize > len) > chunksize = len; > if (decrypt)
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 211626
:
173362
|
175393
|
175394
|
175833