openssl/providers/implementations
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
..
asymciphers Store some FIPS global variables in the FIPS_GLOBAL structure 2021-04-16 14:27:28 +01:00
ciphers Do IV reset also for DES and 3DES implementations 2021-04-19 10:01:08 +02:00
digests Update copyright year 2021-04-08 13:04:41 +01:00
encode_decode Adapt our decoder implementations to the new way to indicate succes / failure 2021-04-21 10:53:03 +02:00
exchange Store some FIPS global variables in the FIPS_GLOBAL structure 2021-04-16 14:27:28 +01:00
include/prov PROV: Add OIDs we know to all provider applicable algorithms 2021-04-18 10:10:23 +02:00
kdfs Update copyright year 2021-04-08 13:04:41 +01:00
kem Store some FIPS global variables in the FIPS_GLOBAL structure 2021-04-16 14:27:28 +01:00
keymgmt Fixes related to separation of DH and DHX types 2021-04-26 19:52:11 +02:00
macs Fix KMAC bounds checks. 2021-05-05 17:39:27 +10:00
rands Update copyright year 2021-04-08 13:04:41 +01:00
signature Rename files in providers/implementations/signatures 2021-05-07 10:13:23 +02:00
storemgmt Make the -inform option to be respected if possible 2021-05-06 11:43:32 +01:00
build.info Add KEM (Key encapsulation mechanism) support to providers 2020-09-19 18:08:46 +10:00