list supported groups and curves
cryptography subs
cryptosub063546647 at syfershock.com
Sat Feb 17 20:33:46 UTC 2024
On Sat, 17 Feb 2024 19:01:51 +0000
"Wall, Stephen" <stephen.wall at redcom.com> wrote:
> Is there a way to list the supported curves and groups with openssl? I saw nothing in the `openssl list` command. I’m interested mainly listing all the valid values for SSL_CTX_set1_group_list(). I see the man page for that function has a list of valid groups/curves for TLS 1.3, but also mentions providers can change that list, and does not give a list for valid curves in other TLS versions.
>
> --
> Stephen Wall
The only command I know is ecparams for listing all included curves:
$ openssl ecparam -list_curves
This gives a comprehensive list. Is this what you needed?
--
SugarBug | https://sybershock.com | alt.sources.crypto | sci.crypt
More information about the openssl-users
mailing list