diff --git a/ghc-tls.changes b/ghc-tls.changes index af5d631..a38accd 100644 --- a/ghc-tls.changes +++ b/ghc-tls.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Sun Apr 10 19:02:03 UTC 2016 - mimi.vx@gmail.com + +- update to 1.3.5 +* Fix a bug with ECDHE based cipher where serialization +* Improve tests +* Debugging: Add a way to print random seed and a way to side-load + a seed for replayability + ------------------------------------------------------------------- Tue Dec 15 20:50:00 UTC 2015 - mimi.vx@gmail.com diff --git a/ghc-tls.spec b/ghc-tls.spec index b5ecdfc..f55ea5a 100644 --- a/ghc-tls.spec +++ b/ghc-tls.spec @@ -21,7 +21,7 @@ %bcond_with tests Name: ghc-tls -Version: 1.3.4 +Version: 1.3.5 Release: 0 Summary: TLS/SSL protocol native implementation (Server and Client) License: BSD-3-Clause diff --git a/tls-1.3.4.tar.gz b/tls-1.3.4.tar.gz deleted file mode 100644 index 55a0b8b..0000000 --- a/tls-1.3.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:49fff2bd6b420bb57f7cc78445f9a17547a5ff4a72e29135695c9cc2d91e19c1 -size 77920 diff --git a/tls-1.3.5.tar.gz b/tls-1.3.5.tar.gz new file mode 100644 index 0000000..3a8f8fc --- /dev/null +++ b/tls-1.3.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff2c21a8a9d1f34ccc5dcf816c2a873a91ab15ab4c7876cd7b88c3052624a08f +size 78631