openssl/providers
Richard Levitte 5a86dac862 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)
2021-05-07 10:13:23 +02:00
..
common Fix KMAC bounds checks. 2021-05-05 17:39:27 +10:00
fips Clarify two comments (typos) in fipsprov.c 2021-05-06 22:59:21 +10:00
implementations Rename files in providers/implementations/signatures 2021-05-07 10:13:23 +02:00
baseprov.c Update copyright year 2021-04-08 13:04:41 +01:00
build.info test: never run fipsinstall if the tests are not enabled. 2021-04-29 17:40:24 +10:00
decoders.inc Update copyright year 2021-02-18 15:05:17 +00:00
defltprov.c PROV: Add OIDs we know to all provider applicable algorithms 2021-04-18 10:10:23 +02:00
encoders.inc PROV: Implement an EC key -> blob encoder, to get the public key 2021-02-27 16:14:09 +01:00
fips-sources.checksums Update the FIPS checksums 2021-05-06 12:52:35 +01:00
fips.checksum Update the FIPS checksums 2021-05-06 12:52:35 +01:00
fips.module.sources Unix build file: Add a target to create providers/fips.module.sources 2021-05-04 11:32:16 +02:00
legacyprov.c Update copyright year 2021-04-22 14:38:44 +01:00
nullprov.c
prov_running.c
stores.inc