]> git.ipfire.org Git - thirdparty/openssl.git/commit
Teach EdDSA signature algorithms about AlgorithmIdentifiers
authorMatt Caswell <matt@openssl.org>
Tue, 15 Sep 2020 15:20:51 +0000 (16:20 +0100)
committerMatt Caswell <matt@openssl.org>
Fri, 18 Sep 2020 14:26:28 +0000 (15:26 +0100)
commitd12a2fe4e73439af46cd545c3e04d80667dc0297
tree6f77778e182aeb1ad1dedb07a0a65421cb79501d
parent991a6bb58182d4d2077a68eb813c897b7de73462
Teach EdDSA signature algorithms about AlgorithmIdentifiers

The other signature algorithms know how to create their own
AlgorithmIdentifiers, but the EdDSA algorithms missed this.

Fixes #11875

Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org>
(Merged from https://github.com/openssl/openssl/pull/12884)
.gitignore
providers/common/der/ECX.asn1 [new file with mode: 0644]
providers/common/der/build.info
providers/common/der/der_ecx.h.in [new file with mode: 0644]
providers/common/der/der_ecx_gen.c.in [new file with mode: 0644]
providers/common/der/der_ecx_key.c [new file with mode: 0644]
providers/implementations/signature/build.info
providers/implementations/signature/eddsa.c