summaryrefslogtreecommitdiff
path: root/test/recipes/15-test_rsaoaep.t
Commit message (Collapse)AuthorAgeFilesLines
* TEST: Remove the build of fipsmodule.cnf from test recipesRichard Levitte2021-03-031-25/+15
| | | | | | | | The exception is the test recipe that tests 'openssl fipsinstall'. However, that one uses a different output file name, so it's safe. Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/14320)
* Add 'fips-securitychecks' option and plumb this into the actual fips checksShane Lontis2020-09-181-12/+15
| | | | | Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org> (Merged from https://github.com/openssl/openssl/pull/12745)
* Add fips checks for rsa encryptionShane Lontis2020-09-181-2/+15
| | | | | Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org> (Merged from https://github.com/openssl/openssl/pull/12745)
* TEST: Ensure that the base provider i activated when neededRichard Levitte2020-09-031-1/+1
| | | | | | | | | | | The fips providers can't be activated alone if encoding, decoding or STORE are going to be used. To enable this, we selectively use test/fips-and-base.cnf instead of test/fips.cnf in our test recipes. Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/12587)
* Apps: change provider_path option to provider-path.Pauli2020-08-181-1/+1
| | | | | | | The applications use '-' in options not '_'. Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/12662)
* Test RSA oaep in fips modeShane Lontis2020-07-231-0/+155
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)