From 84501f9e80476686bf26e86819c8b9b90ad2e0e1b05d4ace70660b58d0a52fc8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Mon, 31 Aug 2015 08:18:45 +0000 Subject: [PATCH] - update to 1.3.2 * Add cipher suites for forward secrecy on more clients (Aaron Friel) * Maintain more handshake information to be queried by protocol (Adam Wick) * handle SCSV on client and server side (Kazu Yamamoto) * Cleanup renegotiation logic (Kazu Yamamoto) * Various testing improvements with the openssl test parts * Cleanup AEAD handling for future support of other ciphers OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-tls?expand=0&rev=9 --- ghc-tls.changes | 11 +++++++++++ ghc-tls.spec | 2 +- tls-1.3.1.tar.gz | 3 --- tls-1.3.2.tar.gz | 3 +++ 4 files changed, 15 insertions(+), 4 deletions(-) delete mode 100644 tls-1.3.1.tar.gz create mode 100644 tls-1.3.2.tar.gz diff --git a/ghc-tls.changes b/ghc-tls.changes index 2d04a2a..7e5dbe7 100644 --- a/ghc-tls.changes +++ b/ghc-tls.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Mon Aug 31 08:14:19 UTC 2015 - mimi.vx@gmail.com + +- update to 1.3.2 +* Add cipher suites for forward secrecy on more clients (Aaron Friel) +* Maintain more handshake information to be queried by protocol (Adam Wick) +* handle SCSV on client and server side (Kazu Yamamoto) +* Cleanup renegotiation logic (Kazu Yamamoto) +* Various testing improvements with the openssl test parts +* Cleanup AEAD handling for future support of other ciphers + ------------------------------------------------------------------- Thu Aug 6 20:43:26 UTC 2015 - mimi.vx@gmail.com diff --git a/ghc-tls.spec b/ghc-tls.spec index a05b021..3356b4d 100644 --- a/ghc-tls.spec +++ b/ghc-tls.spec @@ -21,7 +21,7 @@ %bcond_with tests Name: ghc-tls -Version: 1.3.1 +Version: 1.3.2 Release: 0 Summary: TLS/SSL protocol native implementation (Server and Client) License: BSD-3-Clause diff --git a/tls-1.3.1.tar.gz b/tls-1.3.1.tar.gz deleted file mode 100644 index 6cd0270..0000000 --- a/tls-1.3.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:747f840677115d077ef548b4da54acb479253ce3cb58ad3a03275fe2b452d5d0 -size 74668 diff --git a/tls-1.3.2.tar.gz b/tls-1.3.2.tar.gz new file mode 100644 index 0000000..c6002fe --- /dev/null +++ b/tls-1.3.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9f2d3685b4731cb865a1d9ea9a2ddd5dce5393c49d8fd89dd9e00e8b0e06ce4 +size 75707