[gnutls-devel] GnuTLS | CURVE- priority keyword doesn't work when the corresponding curve is not supported (#1473)
Read-only notification of GnuTLS library development activities
gnutls-devel at lists.gnutls.org
Wed Mar 22 08:17:01 CET 2023
Daiki Ueno created an issue: https://gitlab.com/gnutls/gnutls/-/issues/1473
In Fedora, we remove support for small ECC curves such as P-192 or P-224 for previous legal concerns:
https://fedoraproject.org/wiki/Legal:ECC
While other curves are treated equally with both `GROUP-` and `CURVE-` priority keywords, `CURVE-` with those small curves yields a syntax error:
```console
$ gnutls-cli -l --priority NORMAL:+GROUP-SECP224R1
...
$ gnutls-cli -l --priority NORMAL:+CURVE-SECP224R1
Cipher suites for NORMAL:+CURVE-SECP224R1
Syntax error at: +CURVE-SECP224R1
$ gnutls-cli -l --priority NORMAL:+CURVE-SECP256R1
...
```
--
Reply to this email directly or view it on GitLab: https://gitlab.com/gnutls/gnutls/-/issues/1473
You're receiving this email because of your account on gitlab.com.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.gnupg.org/pipermail/gnutls-devel/attachments/20230322/f383c645/attachment.html>
More information about the Gnutls-devel
mailing list