[gnutls-devel] GnuTLS | Instructions for `--priority` ignored. (#1479)
Read-only notification of GnuTLS library development activities
gnutls-devel at lists.gnutls.org
Tue Apr 4 11:38:54 CEST 2023
Daiki Ueno commented:
Those ciphersuites are listed because they are used in DTLS; with `-VERS-DTLS-ALL`, you would get the desired output:
```console
$ gnutls-cli -l --priority PFS:-VERS-TLS-ALL:-VERS-DTLS-ALL:+VERS-TLS1.3
Cipher suites for PFS:-VERS-TLS-ALL:-VERS-DTLS-ALL:+VERS-TLS1.3
TLS_AES_256_GCM_SHA384 0x13, 0x02 TLS1.3
TLS_CHACHA20_POLY1305_SHA256 0x13, 0x03 TLS1.3
TLS_AES_128_GCM_SHA256 0x13, 0x01 TLS1.3
TLS_AES_128_CCM_SHA256 0x13, 0x04 TLS1.3
Protocols: VERS-TLS1.3
```
--
Reply to this email directly or view it on GitLab: https://gitlab.com/gnutls/gnutls/-/issues/1479#note_1340321039
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/20230404/5ecd781e/attachment.html>
More information about the Gnutls-devel
mailing list