[Commits] [SCM] claws branch, master, updated. 3.13.2-216-g8fc7e7c

ticho at claws-mail.org ticho at claws-mail.org
Sun Jul 31 14:02:24 CEST 2016


The branch, master has been updated
       via  8fc7e7cd73288ca78d0d74a02519d3f84fc285c0 (commit)
      from  b453ee32deecd70d49eaeab17b707ec026a129f7 (commit)

Summary of changes:
 src/password.c |    3 ---
 1 file changed, 3 deletions(-)


- Log -----------------------------------------------------------------
commit 8fc7e7cd73288ca78d0d74a02519d3f84fc285c0
Author: Andrej Kacian <ticho at claws-mail.org>
Date:   Sun Jul 31 14:02:15 2016 +0200

    Remove an obsolete comment in password.c.

diff --git a/src/password.c b/src/password.c
index ccbba17..002ca29 100644
--- a/src/password.c
+++ b/src/password.c
@@ -316,9 +316,6 @@ gchar *password_decrypt_old(const gchar *password)
 gchar *password_encrypt_gnutls(const gchar *password,
 		const gchar *encryption_passphrase)
 {
-	/* Another, slightly inferior combination is AES-128-CBC + SHA-256.
-	 * Any block cipher in CBC mode with keysize N and a hash algo with
-	 * digest length 2*N would do. */
 	gnutls_cipher_algorithm_t algo = GNUTLS_CIPHER_AES_256_CBC;
 	gnutls_cipher_hd_t handle;
 	gnutls_datum_t key, iv;

-----------------------------------------------------------------------


hooks/post-receive
-- 
Claws Mail


More information about the Commits mailing list