]> git.ipfire.org Git - thirdparty/openssl.git/commit - apps/include/opt.h
Test RSA oaep in fips mode
authorShane Lontis <shane.lontis@oracle.com>
Thu, 23 Jul 2020 07:40:40 +0000 (17:40 +1000)
committerShane Lontis <shane.lontis@oracle.com>
Thu, 23 Jul 2020 07:40:40 +0000 (17:40 +1000)
commitae89578be2930c726d6ef56451233757a89f224f
treedfe6f7fb5bc4b550b67bea0fe219fd6a132bd944
parenta27cb956c02220c502449176a8834b1d9643ac23
Test RSA oaep in fips mode

Added RSA oaep test that uses the pkeyutl application.
Added an openssl application option to support loading a (fips) provider via the '-config' option.
Added openssl application related environment variable 'OPENSSL_TEST_LIBCTX' (for testing purposes only),
that creates a non default library context.

Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/11948)
apps/include/apps.h
apps/include/opt.h
apps/lib/app_provider.c
apps/lib/apps.c
apps/openssl.c
apps/pkeyutl.c
doc/man1/openssl-pkeyutl.pod.in
doc/man1/openssl.pod
doc/perlvars.pm
test/recipes/15-test_rsaoaep.t [new file with mode: 0644]
test/recipes/15-test_rsaoaep_data/plain_text [new file with mode: 0644]