[openssl/openssl] ecb1ed: Correct padding mode flag name for EVP_PKEY_decryp...

pauli noreply at reply.github.openssl.org
Mon May 9 00:53:39 UTC 2022


  Branch: refs/heads/master
  Home:   https://github.openssl.org/openssl/openssl
  Commit: ecb1ed1b0e5aea5b71e8a98e95b6f9f022d61c89
      https://github.openssl.org/openssl/openssl/commit/ecb1ed1b0e5aea5b71e8a98e95b6f9f022d61c89
  Author: Dimitry Andric <dimitry at 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 <tomas at openssl.org>
Reviewed-by: Shane Lontis <shane.lontis at oracle.com>
Reviewed-by: Paul Dale <pauli at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/18255)




More information about the openssl-commits mailing list