-
-
Notifications
You must be signed in to change notification settings - Fork 11.1k
Closed
Labels
inactiveThis label should not be applied to open issues anymore.This label should not be applied to open issues anymore.triaged: documentationThe issue/pr deals with documentation (errors)The issue/pr deals with documentation (errors)
Description
As the title says, the OpenSSL pkeyutl -pkeyopt documentation does not mention rsa_oaep_md option.
Furthermore, the rsautl -decrypt -oaep does not support any other OAEP hash mode except SHA1 even though libcrypto itself does. Given that I have been told that rsautl is legacy interface, perhaps documentation should be changed to point people to use pkeyutl instead of rsautl, especially if they want to use OAEP instead of PKCS.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
inactiveThis label should not be applied to open issues anymore.This label should not be applied to open issues anymore.triaged: documentationThe issue/pr deals with documentation (errors)The issue/pr deals with documentation (errors)