openssl/providers
Matthias Kraft 9a7319b0b0 Configure DEPs for FIPS provider on AIX.
The binder of the AIX linker needs to be told which functions to call on
loading and initializing a shared object. Therefore another configuration
variable shared_fipsflag is introduced, which is appended to shared_defflag
when the providers/fips module gets configured.

It was suggested to refactor the line in the build file template to become
more generic and less magic. There is, however, currently no suggestion how
to actually achive this, so we leave a TODO comment.
The possible shared_fipsflag must only be appended to the shared_def iff
this code is acting on behalf of the fips provider module build.

Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/11950)
2020-06-18 09:14:37 +02:00
..
common The EVP_MAC functions have been renamed for consistency. The EVP_MAC_CTX_* 2020-06-11 11:16:37 +10:00
fips Configure DEPs for FIPS provider on AIX. 2020-06-18 09:14:37 +02:00
implementations Add ACVP fips module tests 2020-06-17 11:33:16 +10:00
build.info Fix some misunderstandings in our providers' main modules 2020-05-12 11:32:40 +02:00
defltprov.c Maintain strict type discipline between the core and providers 2020-05-16 17:10:03 +01:00
legacyprov.c Maintain strict type discipline between the core and providers 2020-05-16 17:10:03 +01:00
nullprov.c Maintain strict type discipline between the core and providers 2020-05-16 17:10:03 +01:00