Accepting request 987101 from devel:languages:haskell
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/987101 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-tls?expand=0&rev=28
This commit is contained in:
commit
c00d08e3a8
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 6 02:45:15 UTC 2022 - Peter Simons <psimons@suse.com>
|
||||
|
||||
- Update tls to version 1.6.0.
|
||||
## Version 1.6.0
|
||||
|
||||
- Major version up because of disabling SSL3
|
||||
- Some fixes against tlsfuzzer
|
||||
|
||||
## Version 1.5.8
|
||||
|
||||
- Require mtl-2.2.1 or newer
|
||||
[#448](https://github.com/haskell-tls/hs-tls/pull/448)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 20 00:35:33 UTC 2022 - Peter Simons <psimons@suse.com>
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
%global pkg_name tls
|
||||
%bcond_with tests
|
||||
Name: ghc-%{pkg_name}
|
||||
Version: 1.5.7
|
||||
Version: 1.6.0
|
||||
Release: 0
|
||||
Summary: TLS/SSL protocol native implementation (Server and Client)
|
||||
License: BSD-3-Clause
|
||||
@ -56,8 +56,8 @@ This provides a high-level implementation of a sensitive security protocol,
|
||||
eliminating a common set of security issues through the use of the advanced
|
||||
type system, high level constructions and common Haskell features.
|
||||
|
||||
Currently implement the SSL3.0, TLS1.0, TLS1.1, TLS1.2 and TLS 1.3 protocol,
|
||||
and support RSA and Ephemeral (Elliptic curve and regular) Diffie Hellman key
|
||||
Currently implement the TLS1.0, TLS1.1, TLS1.2 and TLS 1.3 protocol, and
|
||||
support RSA and Ephemeral (Elliptic curve and regular) Diffie Hellman key
|
||||
exchanges, and many extensions.
|
||||
|
||||
Some debug tools linked with tls, are available through the
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b89e7d0848dbbcf24f3d7d78295e4593e9261fb19e6c14f1a04350920136f79a
|
||||
size 158066
|
3
tls-1.6.0.tar.gz
Normal file
3
tls-1.6.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d29d20afc1c1b852a3c39b076ec853cb596ac888cf521e54144441dec689e498
|
||||
size 158619
|
Loading…
Reference in New Issue
Block a user