summaryrefslogtreecommitdiffstats
path: root/test/recipes/15-test_genrsa.t
AgeCommit message (Expand)Author
2023-09-07Copyright year updatesMatt Caswell
2023-09-04Change PBES2 KDF default salt length to 16 bytes.slontis
2022-08-17APPS: genrsa: Support setting propertiesClemens Lang
2022-05-03Update copyright yearMatt Caswell
2022-01-08Add a test case for the short passwordBernd Edlinger
2021-06-03rsa: make the maximum key strength check FIPS only.Pauli
2021-05-27test: add test for key generation strength > RNG strengthPauli
2021-05-27test: test genrsa in deprecated buildsPauli
2021-05-26Fix buffer overflow when generating large RSA keys in FIPS mode.Shane Lontis
2021-03-03TEST: Remove the build of fipsmodule.cnf from test recipesRichard Levitte
2021-02-18Update copyright yearMatt Caswell
2021-02-05apps/openssl: add -propquery command line optionPetr Gotthard
2020-09-03TEST: Ensure that the base provider i activated when neededRichard Levitte
2020-08-18Apps: change provider_path option to provider-path.Pauli
2020-08-12Add fix for RSA keygen in FIPS using keysizes 2048 < bits < 3072Shane Lontis
2020-06-10Update RSA keygen to use sp800-56b by defaultShane Lontis
2020-04-23Update copyright yearMatt Caswell
2020-02-20Deprecate the low level RSA functions.Pauli
2018-12-06Following the license change, modify the boilerplates in test/Richard Levitte
2018-04-17Update copyright yearRichard Levitte
2018-04-13test/recipes/test_genrsa.t : don't fail because of size limit changesRichard Levitte
2017-12-11rsa: Do not allow less than 512 bit RSA keysSebastian Andrzej Siewior
2017-03-06Fix an endless loop in rsa_builtin_keygen.Rich Salz