diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2019-11-01 19:51:10 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2019-11-01 19:51:10 +0000 |
commit | 2fc5d32fc0df76e08a960b02cc4fd9c4cf86719a (patch) | |
tree | 8e40c43017003fea20efee19580b32daaf47b1aa | |
parent | 03ccb2955e982314fe6826f092fbe2f850d82656 (diff) |
In evp/pmeth_lib.c rev. 1.16, jsing@ enabled EVP_PKEY_RSA_PSS.
Document it.
-rw-r--r-- | lib/libcrypto/man/EVP_PKEY_CTX_new.3 | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/lib/libcrypto/man/EVP_PKEY_CTX_new.3 b/lib/libcrypto/man/EVP_PKEY_CTX_new.3 index 507176f596f..befe1bd92f9 100644 --- a/lib/libcrypto/man/EVP_PKEY_CTX_new.3 +++ b/lib/libcrypto/man/EVP_PKEY_CTX_new.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: EVP_PKEY_CTX_new.3,v 1.9 2019/10/29 14:10:01 schwarze Exp $ +.\" $OpenBSD: EVP_PKEY_CTX_new.3,v 1.10 2019/11/01 19:51:09 schwarze Exp $ .\" full merge up to: OpenSSL df75c2bf Dec 9 01:02:36 2018 +0100 .\" .\" This file is a derived work. @@ -65,7 +65,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED .\" OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: October 29 2019 $ +.Dd $Mdocdate: November 1 2019 $ .Dt EVP_PKEY_CTX_NEW 3 .Os .Sh NAME @@ -133,8 +133,9 @@ constants are supported: .Dv EVP_PKEY_GOSTIMIT , .Dv EVP_PKEY_GOSTR01 , .Dv EVP_PKEY_HMAC , +.Dv EVP_PKEY_RSA , and -.Dv EVP_PKEY_RSA . +.Dv EVP_PKEY_RSA_PSS . Application programs can define additional .Fa id values using @@ -175,6 +176,7 @@ if an error occurred. .Xr EVP_PKEY_sign 3 , .Xr EVP_PKEY_verify 3 , .Xr EVP_PKEY_verify_recover 3 , +.Xr RSA_pkey_ctx_ctrl 3 , .Xr X25519 3 .Sh HISTORY These functions first appeared in OpenSSL 1.0.0 |