[openssl/openssl] 78669a: doc: clarify raw RSA migration
"'Mounir IDRASSI' via openssl-commits" <[email protected]> Mon, 27 Jul 2026 00:55:37 -0700
| Newsgroups | gmane.comp.encryption.openssl.cvs |
|---|---|
| Message-ID | <openssl/openssl/push/refs/heads/master/[email protected]> |
Branch: refs/heads/master
Home: https://github.com/openssl/openssl
Commit: 78669ae813f552ffb13608b92866f6f18dae671c
https://github.com/openssl/openssl/commit/78669ae813f552ffb13608b92866f6f18dae671c
Author: Mounir IDRASSI <[email protected]>
Date: 2026-07-27 (Mon, 27 Jul 2026)
Changed paths:
M doc/man7/ossl-guide-migration.pod
Log Message:
-----------
doc: clarify raw RSA migration
RSA_private_encrypt() and RSA_public_decrypt() support both PKCS#1 v1.5
and no padding, but the migration guide currently describes their EVP
replacements as using no padding only.
Document direct mappings to EVP_PKEY_sign() and
EVP_PKEY_verify_recover(), and explain that compatibility requires no
signature digest and the same legacy padding mode, RSA_PKCS1_PADDING or
RSA_NO_PADDING.
Reviewed-by: Jakub Zelenka <[email protected]>
Reviewed-by: Paul Dale <[email protected]>
MergeDate: Mon Jul 27 07:54:00 2026
(Merged from https://github.com/openssl/openssl/pull/31996)
To unsubscribe from these emails, change your notification settings at https://github.com/openssl/openssl/settings/notifications
--
You received this message because you are subscribed to the Google Groups "openssl-commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
To view this discussion visit https://groups.google.com/a/openssl.org/d/msgid/openssl-commits/openssl/openssl/push/refs/heads/master/971b8d-78669a%40github.com.