Branch: refs/heads/master
  Home:   https://github.openssl.org/openssl/openssl
  Commit: ecb1ed1b0e5aea5b71e8a98e95b6f9f022d61c89
      
https://github.openssl.org/openssl/openssl/commit/ecb1ed1b0e5aea5b71e8a98e95b6f9f022d61c89
  Author: Dimitry Andric <dimi...@unified-streaming.com>
  Date:   2022-05-09 (Mon, 09 May 2022)

  Changed paths:
    M doc/man3/EVP_PKEY_decrypt.pod
    M doc/man3/EVP_PKEY_encrypt.pod

  Log Message:
  -----------
  Correct padding mode flag name for EVP_PKEY_decrypt/encrypt() examples

The example code in EVP_PKEY_decrypt(3) and EVP_PKEY_encrypt(3) and uses
a nonexistent padding mode `RSA_OAEP_PADDING`, which should be
`RSA_PKCS1_OAEP_PADDING` instead.

CLA: trivial

Reviewed-by: Tomas Mraz <to...@openssl.org>
Reviewed-by: Shane Lontis <shane.lon...@oracle.com>
Reviewed-by: Paul Dale <pa...@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/18255)


Reply via email to