diff options
| author | schwarze <> | 2019-10-31 14:29:41 +0000 |
|---|---|---|
| committer | schwarze <> | 2019-10-31 14:29:41 +0000 |
| commit | c514464e8870a4ba5b4af51bab77aa8bba11f067 (patch) | |
| tree | ddbb7d11b2fd6330eea47462a0d01b4ef56fddf9 /src | |
| parent | 45b006f49114a2ffa926616210cdf4c10684e8e5 (diff) | |
| download | openbsd-c514464e8870a4ba5b4af51bab77aa8bba11f067.tar.gz openbsd-c514464e8870a4ba5b4af51bab77aa8bba11f067.tar.bz2 openbsd-c514464e8870a4ba5b4af51bab77aa8bba11f067.zip | |
In rsa_pmeth.c rev. 1.30, jsing@ set the minimum RSA key length
for RSA key generation to 512 bits. Document that minimum.
Diffstat (limited to 'src')
| -rw-r--r-- | src/lib/libcrypto/man/EVP_PKEY_CTX_ctrl.3 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/lib/libcrypto/man/EVP_PKEY_CTX_ctrl.3 b/src/lib/libcrypto/man/EVP_PKEY_CTX_ctrl.3 index 156e11edb9..b9332a7ec1 100644 --- a/src/lib/libcrypto/man/EVP_PKEY_CTX_ctrl.3 +++ b/src/lib/libcrypto/man/EVP_PKEY_CTX_ctrl.3 | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | .\" $OpenBSD: EVP_PKEY_CTX_ctrl.3,v 1.19 2019/10/29 18:40:47 schwarze Exp $ | 1 | .\" $OpenBSD: EVP_PKEY_CTX_ctrl.3,v 1.20 2019/10/31 14:29:41 schwarze Exp $ |
| 2 | .\" full merge up to: OpenSSL 99d63d46 Oct 26 13:56:48 2016 -0400 | 2 | .\" full merge up to: OpenSSL 99d63d46 Oct 26 13:56:48 2016 -0400 |
| 3 | .\" selective merge up to: OpenSSL df75c2bf Dec 9 01:02:36 2018 +0100 | 3 | .\" selective merge up to: OpenSSL df75c2bf Dec 9 01:02:36 2018 +0100 |
| 4 | .\" | 4 | .\" |
| @@ -51,7 +51,7 @@ | |||
| 51 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED | 51 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED |
| 52 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. | 52 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. |
| 53 | .\" | 53 | .\" |
| 54 | .Dd $Mdocdate: October 29 2019 $ | 54 | .Dd $Mdocdate: October 31 2019 $ |
| 55 | .Dt EVP_PKEY_CTX_CTRL 3 | 55 | .Dt EVP_PKEY_CTX_CTRL 3 |
| 56 | .Os | 56 | .Os |
| 57 | .Sh NAME | 57 | .Sh NAME |
| @@ -405,6 +405,7 @@ The | |||
| 405 | .Fn EVP_PKEY_CTX_set_rsa_keygen_bits | 405 | .Fn EVP_PKEY_CTX_set_rsa_keygen_bits |
| 406 | macro sets the RSA key length for RSA key generation to | 406 | macro sets the RSA key length for RSA key generation to |
| 407 | .Fa mbits . | 407 | .Fa mbits . |
| 408 | The smallest supported value is 512 bits. | ||
| 408 | If not specified, 1024 bits is used. | 409 | If not specified, 1024 bits is used. |
| 409 | .Pp | 410 | .Pp |
| 410 | The | 411 | The |
