diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2015-06-17 20:47:11 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2015-06-17 20:47:21 +0200 |
commit | b3d2d64928f2940257f8e9ae740df5809e24aa09 (patch) | |
tree | 6ef2271397b1b2daf92ab108da3885e365d85249 /libs/gnutls/patches | |
parent | 780cf06d28f74d08240ec2af090eaeab517acac7 (diff) |
gnutls: updated to 3.4.2
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
Diffstat (limited to 'libs/gnutls/patches')
-rw-r--r-- | libs/gnutls/patches/001-camellia256-gcm-corrected-regression.patch | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/libs/gnutls/patches/001-camellia256-gcm-corrected-regression.patch b/libs/gnutls/patches/001-camellia256-gcm-corrected-regression.patch deleted file mode 100644 index e29e38eb3..000000000 --- a/libs/gnutls/patches/001-camellia256-gcm-corrected-regression.patch +++ /dev/null @@ -1,26 +0,0 @@ -From 6adde30fcea02d3cb541b5a5bfb3b12074f1f3e9 Mon Sep 17 00:00:00 2001 -From: Nikos Mavrogiannopoulos <nmav@redhat.com> -Date: Thu, 14 May 2015 14:00:11 +0200 -Subject: [PATCH] camellia256-gcm: corrected regression - -Reported by Manuel Pegourie-Gonnard. ---- - lib/nettle/cipher.c | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/lib/nettle/cipher.c b/lib/nettle/cipher.c -index 59e70dd..74e4203 100644 ---- a/lib/nettle/cipher.c -+++ b/lib/nettle/cipher.c -@@ -302,7 +302,7 @@ static const struct nettle_cipher_st builtin_ciphers[] = { - .ctx_size = sizeof(struct gcm_camellia256_ctx), - .encrypt = _gcm_encrypt, - .decrypt = _gcm_decrypt, -- .set_encrypt_key = (nettle_set_key_func*)gcm_camellia128_set_key, -+ .set_encrypt_key = (nettle_set_key_func*)gcm_camellia256_set_key, - .set_decrypt_key = (nettle_set_key_func*)gcm_camellia256_set_key, - - .tag = (nettle_hash_digest_func*)gcm_camellia256_digest, --- -2.1.4 - |