]> git.ipfire.org Git - thirdparty/openssl.git/commit
defltprov: remove duplicate algorithm names.
authorPauli <paul.dale@oracle.com>
Wed, 4 Nov 2020 02:31:19 +0000 (12:31 +1000)
committerPauli <paul.dale@oracle.com>
Thu, 5 Nov 2020 08:54:20 +0000 (18:54 +1000)
commit649bd87cb46626472aada6b60682a5f23651954a
tree04519d66e51156158c98ee31c4d9a6aa62c2a011
parent9750b4d39c610bac89fde009c3b22147eee0249c
defltprov: remove duplicate algorithm names.

Ed25519 and Ed448 contained aliases that were the same as the primary name.
This removes the aliases leaving ED25519 and ED448 as the canonical names.

Matching is case insensitive, so no functionality is lost.  The FIPS provider
didn't include the duplicates.

Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/13308)
providers/defltprov.c