diff options
author | schwarze <> | 2019-11-01 19:51:09 +0000 |
---|---|---|
committer | schwarze <> | 2019-11-01 19:51:09 +0000 |
commit | a25bde481efe993b20eb0b871199c1fd4a3a4935 (patch) | |
tree | 1ff9c19e67e4798adf9c6bb7ea0542bcc26465e3 /src | |
parent | ccadde6e777d3e93cb57976bb8aadd1d9c8a5312 (diff) | |
download | openbsd-a25bde481efe993b20eb0b871199c1fd4a3a4935.tar.gz openbsd-a25bde481efe993b20eb0b871199c1fd4a3a4935.tar.bz2 openbsd-a25bde481efe993b20eb0b871199c1fd4a3a4935.zip |
In evp/pmeth_lib.c rev. 1.16, jsing@ enabled EVP_PKEY_RSA_PSS.
Document it.
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/libcrypto/man/EVP_PKEY_CTX_new.3 | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/src/lib/libcrypto/man/EVP_PKEY_CTX_new.3 b/src/lib/libcrypto/man/EVP_PKEY_CTX_new.3 index 507176f596..befe1bd92f 100644 --- a/src/lib/libcrypto/man/EVP_PKEY_CTX_new.3 +++ b/src/lib/libcrypto/man/EVP_PKEY_CTX_new.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: EVP_PKEY_CTX_new.3,v 1.9 2019/10/29 14:10:01 schwarze Exp $ | 1 | .\" $OpenBSD: EVP_PKEY_CTX_new.3,v 1.10 2019/11/01 19:51:09 schwarze Exp $ |
2 | .\" full merge up to: OpenSSL df75c2bf Dec 9 01:02:36 2018 +0100 | 2 | .\" full merge up to: OpenSSL df75c2bf Dec 9 01:02:36 2018 +0100 |
3 | .\" | 3 | .\" |
4 | .\" This file is a derived work. | 4 | .\" This file is a derived work. |
@@ -65,7 +65,7 @@ | |||
65 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED | 65 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED |
66 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. | 66 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. |
67 | .\" | 67 | .\" |
68 | .Dd $Mdocdate: October 29 2019 $ | 68 | .Dd $Mdocdate: November 1 2019 $ |
69 | .Dt EVP_PKEY_CTX_NEW 3 | 69 | .Dt EVP_PKEY_CTX_NEW 3 |
70 | .Os | 70 | .Os |
71 | .Sh NAME | 71 | .Sh NAME |
@@ -133,8 +133,9 @@ constants are supported: | |||
133 | .Dv EVP_PKEY_GOSTIMIT , | 133 | .Dv EVP_PKEY_GOSTIMIT , |
134 | .Dv EVP_PKEY_GOSTR01 , | 134 | .Dv EVP_PKEY_GOSTR01 , |
135 | .Dv EVP_PKEY_HMAC , | 135 | .Dv EVP_PKEY_HMAC , |
136 | .Dv EVP_PKEY_RSA , | ||
136 | and | 137 | and |
137 | .Dv EVP_PKEY_RSA . | 138 | .Dv EVP_PKEY_RSA_PSS . |
138 | Application programs can define additional | 139 | Application programs can define additional |
139 | .Fa id | 140 | .Fa id |
140 | values using | 141 | values using |
@@ -175,6 +176,7 @@ if an error occurred. | |||
175 | .Xr EVP_PKEY_sign 3 , | 176 | .Xr EVP_PKEY_sign 3 , |
176 | .Xr EVP_PKEY_verify 3 , | 177 | .Xr EVP_PKEY_verify 3 , |
177 | .Xr EVP_PKEY_verify_recover 3 , | 178 | .Xr EVP_PKEY_verify_recover 3 , |
179 | .Xr RSA_pkey_ctx_ctrl 3 , | ||
178 | .Xr X25519 3 | 180 | .Xr X25519 3 |
179 | .Sh HISTORY | 181 | .Sh HISTORY |
180 | These functions first appeared in OpenSSL 1.0.0 | 182 | These functions first appeared in OpenSSL 1.0.0 |