[gnutls-devel] GnuTLS | Query : PQC support (#1628)

Read-only notification of GnuTLS library development activities gnutls-devel at lists.gnutls.org
Fri Dec 13 18:28:19 CET 2024



Rajib Sen created an issue: https://gitlab.com/gnutls/gnutls/-/issues/1628



I am new to using gnuTLS . I have been trying to check PQC support made available by using gnuTLS along with libmicrohttpd . In the sample REST server i have set group and cipher as below -

MHD_start_daemon (.....
                 MHD_OPTION_HTTPS_PRIORITIES, "NORMAL:-VERS-ALL:+VERS-TLS1.2:+VERS-TLS1.3:-CIPHER-ALL:+AES-256-GCM:-KX-ALL:+AEAD:+SHA384:+SIGN-ALL:**-GROUP-ALL:+GROUP-X25519-KYBER768:**+GROUP-GOST-ALL:+CIPHER-GOST-ALL:+MAC-GOST-ALL:+SIGN-GOST-ALL",
                             MHD_OPTION_END);

With this , server doesn't come up , port doesnt come up listening.

When "-GROUP-ALL:+GROUP-X25519-KYBER768:" is excluded , server comes up fine with classical capabilities.

I am using latest master branch code , locally built on ubuntu 20.04.

Am i missing anything?

-- 
Reply to this email directly or view it on GitLab: https://gitlab.com/gnutls/gnutls/-/issues/1628
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/20241213/e286e188/attachment.html>


More information about the Gnutls-devel mailing list