Providers: move common exchange,kdfs,keymgmt,macs,signature
authorRichard Levitte <levitte@openssl.org>
Fri, 4 Oct 2019 08:24:09 +0000 (10:24 +0200)
committerRichard Levitte <levitte@openssl.org>
Thu, 10 Oct 2019 12:12:15 +0000 (14:12 +0200)
commit5687e357c60b31dc274c6d14f1cd623d0cff469b
tree6cac9157790e44435359726e71aa033fb18d8701
parentdec95d75897125133380c7ce3c6ce58c93c06f10
Providers: move common exchange,kdfs,keymgmt,macs,signature

From providers/common/ to providers/implementations/

Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/10088)
28 files changed:
providers/build.info
providers/common/build.info
providers/common/exchange/build.info [deleted file]
providers/common/kdfs/build.info [deleted file]
providers/common/keymgmt/build.info [deleted file]
providers/common/macs/build.info [deleted file]
providers/common/signature/build.info [deleted file]
providers/implementations/build.info [new file with mode: 0644]
providers/implementations/exchange/build.info [new file with mode: 0644]
providers/implementations/exchange/dh_exch.c [moved from providers/common/exchange/dh_exch.c with 100% similarity]
providers/implementations/kdfs/build.info [new file with mode: 0644]
providers/implementations/kdfs/hkdf.c [moved from providers/common/kdfs/hkdf.c with 100% similarity]
providers/implementations/kdfs/kbkdf.c [moved from providers/common/kdfs/kbkdf.c with 100% similarity]
providers/implementations/kdfs/pbkdf2.c [moved from providers/common/kdfs/pbkdf2.c with 100% similarity]
providers/implementations/kdfs/pbkdf2.h [moved from providers/common/kdfs/pbkdf2.h with 100% similarity]
providers/implementations/kdfs/pbkdf2_fips.c [moved from providers/common/kdfs/pbkdf2_fips.c with 100% similarity]
providers/implementations/kdfs/sskdf.c [moved from providers/common/kdfs/sskdf.c with 100% similarity]
providers/implementations/kdfs/tls1_prf.c [moved from providers/common/kdfs/tls1_prf.c with 100% similarity]
providers/implementations/keymgmt/build.info [new file with mode: 0644]
providers/implementations/keymgmt/dh_kmgmt.c [moved from providers/common/keymgmt/dh_kmgmt.c with 100% similarity]
providers/implementations/keymgmt/dsa_kmgmt.c [moved from providers/common/keymgmt/dsa_kmgmt.c with 100% similarity]
providers/implementations/macs/build.info [new file with mode: 0644]
providers/implementations/macs/cmac_prov.c [moved from providers/common/macs/cmac_prov.c with 100% similarity]
providers/implementations/macs/gmac_prov.c [moved from providers/common/macs/gmac_prov.c with 100% similarity]
providers/implementations/macs/hmac_prov.c [moved from providers/common/macs/hmac_prov.c with 100% similarity]
providers/implementations/macs/kmac_prov.c [moved from providers/common/macs/kmac_prov.c with 100% similarity]
providers/implementations/signature/build.info [new file with mode: 0644]
providers/implementations/signature/dsa.c [moved from providers/common/signature/dsa.c with 100% similarity]