]> git.ipfire.org Git - thirdparty/openssl.git/commit
Rename files in providers/implementations/signatures
authorRichard Levitte <levitte@openssl.org>
Thu, 6 May 2021 06:40:18 +0000 (08:40 +0200)
committerRichard Levitte <levitte@openssl.org>
Fri, 7 May 2021 08:13:23 +0000 (10:13 +0200)
commit5a86dac8620b31b3259a8a2f609f3c9d06a1a21b
treeb06a1df63b840aed936e938ff304116043ddcc2e
parent28a8d07d7fb8046b9efcca33a4a7a26a1591c6c7
Rename files in providers/implementations/signatures

It was discovered that eddsa.c exist in two places, here and in
crypto/ec/curve448/, which would result in a file name clash if they
ever end up in the same library.

To mitigate, we rename the copy in providers/implementations/signatures
to have '_sig' in the file name, and do the same with all other source
files in this directory, for consistency.

Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/15171)
providers/implementations/signature/build.info
providers/implementations/signature/dsa_sig.c [moved from providers/implementations/signature/dsa.c with 100% similarity]
providers/implementations/signature/ecdsa_sig.c [moved from providers/implementations/signature/ecdsa.c with 100% similarity]
providers/implementations/signature/eddsa_sig.c [moved from providers/implementations/signature/eddsa.c with 100% similarity]
providers/implementations/signature/mac_legacy_sig.c [moved from providers/implementations/signature/mac_legacy.c with 100% similarity]
providers/implementations/signature/rsa_sig.c [moved from providers/implementations/signature/rsa.c with 100% similarity]
providers/implementations/signature/sm2_sig.c [moved from providers/implementations/signature/sm2sig.c with 100% similarity]