Re: heads-up: tls v2.0.0
Viktor Dukhovni <[email protected]>
| Newsgroups | gmane.comp.lang.haskell.cafe |
|---|---|
| Message-ID | <[email protected]> |
On Sun, Jan 21, 2024 at 09:09:45AM +0900, Kazu Yamamoto (山本和彦) via Haskell-Cafe wrote:
> I hit upon a solution for Viktor.
> TLS 1.0/1.1 code is kept and enabled via a special parameter.
> Old cipher suites including CBC are provided by
> "tls-insecure" or something.
Thanks, can you be more specific? Is this a run-time or build-time
flag?
[ FWIW, properly used, e.g. with Encrypt-then-MAC (EtM) CBC ciphers are
actually more robust in practice than GCM, because they're not subject
to complete failure on nonce reuse. ]
> I'm surprised because Jo already proposed the same solution. :-)
> So, I would support his proposal.
>
> Viktor, could you volunteer to maintain the "tls-deprecated" package?
Can you elaborate on what's involved? I may be able to make sure it
builds with recent-enogh GHC, ... if that's the bulk of the effort
and there are no new features to worry about.
--
Viktor.
_______________________________________________
Haskell-Cafe mailing list
To (un)subscribe, modify options or view archives go to:
http://mail.haskell.org/cgi-bin/mailman/listinfo/haskell-cafe
Only members subscribed via the mailman list are allowed to post.