openssl/doc/man1
Shane Lontis 8bf37709a4 Update RSA keygen to use sp800-56b by default
Fixes #11742
Fixes #11764

The newer RSA sp800-56b algorithm is being used for the normal case of a non multiprime key of at least length 2048.
Insecure key lengths and mutltiprime RSA will use the old method.

Bad public exponents are no longer allowed (i.e values less than 65537 or even). Values such as 2 that would cause a infinite loop now result in an error. The value of 3 has been marked as deprecated but is still allowed for legacy purposes.

Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org>
(Merged from https://github.com/openssl/openssl/pull/11765)
2020-06-10 08:59:56 +10:00
..
build.info Chunk 11 of CMP contribution to OpenSSL: CMP command-line interface 2020-05-13 19:42:00 +02:00
CA.pl.pod There is no -signreq option in CA.pl 2020-05-21 13:28:14 +02:00
openssl-asn1parse.pod.in Update copyright year 2020-04-23 13:55:52 +01:00
openssl-ca.pod.in Use OSSL_STORE for load_{,pub}key() and load_cert() in apps/lib/apps.c 2020-05-15 20:20:08 +02:00
openssl-ciphers.pod.in Add cipher list ciphersuites which using encryption algorithm in mode CBC. 2020-06-04 17:45:00 +03:00
openssl-cmds.pod.in Update copyright year 2020-04-23 13:55:52 +01:00
openssl-cmp.pod.in Update copyright year 2020-05-15 14:09:49 +01:00
openssl-cms.pod.in crypto/cms: add CAdES-BES signed attributes validation 2020-05-27 13:16:30 +02:00
openssl-crl2pkcs7.pod.in Update copyright year 2020-04-23 13:55:52 +01:00
openssl-crl.pod.in Use OSSL_STORE for load_{,pub}key() and load_cert() in apps/lib/apps.c 2020-05-15 20:20:08 +02:00
openssl-dgst.pod.in Use OSSL_STORE for load_{,pub}key() and load_cert() in apps/lib/apps.c 2020-05-15 20:20:08 +02:00
openssl-dhparam.pod.in doc: remove deprecation notes for apps that are staying. 2020-05-09 09:44:20 +10:00
openssl-dsa.pod.in doc: remove deprecation notes for apps that are staying. 2020-05-09 09:44:20 +10:00
openssl-dsaparam.pod.in doc: remove deprecation notes for apps that are staying. 2020-05-09 09:44:20 +10:00
openssl-ec.pod.in Use OSSL_STORE for load_{,pub}key() and load_cert() in apps/lib/apps.c 2020-05-15 20:20:08 +02:00
openssl-ecparam.pod.in doc: remove deprecation notes for apps that are staying. 2020-05-09 09:44:20 +10:00
openssl-enc.pod.in Update copyright year 2020-04-23 13:55:52 +01:00
openssl-engine.pod.in Update copyright year 2020-04-23 13:55:52 +01:00
openssl-errstr.pod.in Update copyright year 2020-04-23 13:55:52 +01:00
openssl-fipsinstall.pod.in Revise fips_install.pod 2020-05-19 16:05:56 +02:00
openssl-gendsa.pod.in doc: remove deprecation notes for apps that are staying. 2020-05-09 09:44:20 +10:00
openssl-genpkey.pod.in Update copyright year 2020-04-23 13:55:52 +01:00
openssl-genrsa.pod.in Update RSA keygen to use sp800-56b by default 2020-06-10 08:59:56 +10:00
openssl-info.pod.in Update copyright year 2020-04-23 13:55:52 +01:00
openssl-kdf.pod.in Amend references to "OpenSSL license" 2020-04-29 15:27:22 +02:00
openssl-list.pod.in Update copyright year 2020-04-23 13:55:52 +01:00
openssl-mac.pod.in Amend references to "OpenSSL license" 2020-04-29 15:27:22 +02:00
openssl-nseq.pod.in Update copyright year 2020-04-23 13:55:52 +01:00
openssl-ocsp.pod.in Use OSSL_STORE for load_{,pub}key() and load_cert() in apps/lib/apps.c 2020-05-15 20:20:08 +02:00
openssl-passwd.pod.in Update copyright year 2020-04-23 13:55:52 +01:00
openssl-pkcs7.pod.in Update copyright year 2020-04-23 13:55:52 +01:00
openssl-pkcs8.pod.in Update copyright year 2020-04-23 13:55:52 +01:00
openssl-pkcs12.pod.in Update copyright year 2020-04-23 13:55:52 +01:00
openssl-pkey.pod.in Use OSSL_STORE for load_{,pub}key() and load_cert() in apps/lib/apps.c 2020-05-15 20:20:08 +02:00
openssl-pkeyparam.pod.in Update copyright year 2020-04-23 13:55:52 +01:00
openssl-pkeyutl.pod.in Use OSSL_STORE for load_{,pub}key() and load_cert() in apps/lib/apps.c 2020-05-15 20:20:08 +02:00
openssl-prime.pod.in Update copyright year 2020-04-23 13:55:52 +01:00
openssl-provider.pod.in Update copyright year 2020-04-23 13:55:52 +01:00
openssl-rand.pod.in Update copyright year 2020-04-23 13:55:52 +01:00
openssl-rehash.pod.in Amend references to "OpenSSL license" 2020-04-29 15:27:22 +02:00
openssl-req.pod.in Use OSSL_STORE for load_{,pub}key() and load_cert() in apps/lib/apps.c 2020-05-15 20:20:08 +02:00
openssl-rsa.pod.in Use OSSL_STORE for load_{,pub}key() and load_cert() in apps/lib/apps.c 2020-05-15 20:20:08 +02:00
openssl-rsautl.pod.in Use OSSL_STORE for load_{,pub}key() and load_cert() in apps/lib/apps.c 2020-05-15 20:20:08 +02:00
openssl-s_client.pod.in Introducing option SSL_OP_IGNORE_UNEXPECTED_EOF 2020-05-19 19:04:11 +03:00
openssl-s_server.pod.in Introducing option SSL_OP_IGNORE_UNEXPECTED_EOF 2020-05-19 19:04:11 +03:00
openssl-s_time.pod.in doc: Random spellchecking 2020-04-28 09:06:04 +10:00
openssl-sess_id.pod.in Update copyright year 2020-04-23 13:55:52 +01:00
openssl-smime.pod.in Use OSSL_STORE for load_{,pub}key() and load_cert() in apps/lib/apps.c 2020-05-15 20:20:08 +02:00
openssl-speed.pod.in Update copyright year 2020-04-23 13:55:52 +01:00
openssl-spkac.pod.in Use OSSL_STORE for load_{,pub}key() and load_cert() in apps/lib/apps.c 2020-05-15 20:20:08 +02:00
openssl-srp.pod.in Update copyright year 2020-04-23 13:55:52 +01:00
openssl-storeutl.pod.in Update copyright year 2020-04-23 13:55:52 +01:00
openssl-ts.pod.in Update copyright year 2020-04-23 13:55:52 +01:00
openssl-verify.pod.in Use OSSL_STORE for load_{,pub}key() and load_cert() in apps/lib/apps.c 2020-05-15 20:20:08 +02:00
openssl-version.pod.in Update copyright year 2020-04-23 13:55:52 +01:00
openssl-x509.pod.in Use OSSL_STORE for load_{,pub}key() and load_cert() in apps/lib/apps.c 2020-05-15 20:20:08 +02:00
openssl.pod APPS: Drop interactive mode in the 'openssl' program 2020-06-05 10:01:33 +02:00
tsget.pod Update copyright year 2020-04-23 13:55:52 +01:00