Bug 206635 - [OpenSSL] Implement CryptoAlgorithmRSA_PSS
Summary: [OpenSSL] Implement CryptoAlgorithmRSA_PSS
Status: RESOLVED DUPLICATE of bug 225294
Alias: None
Product: WebKit
Classification: Unclassified
Component: Platform (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 206439
  Show dependency treegraph
 
Reported: 2020-01-22 17:30 PST by Don Olmstead
Modified: 2021-07-07 16:04 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Don Olmstead 2020-01-22 17:30:22 PST
Implement CryptoAlgorithmRSA_PSS for OpenSSL. In the CMake files add a check for the necessary API. The API landed in OpenSSL 1.1.1 but LibreSSL always reports as 2.0.0 in CMake so it might require more work.
Comment 1 Yoshiaki Jitsukawa 2021-05-05 06:03:12 PDT
I'm addressing this in Bug 225294. RSA_PSS support can be detected with the EVP_PKEY_CTX_set_rsa_pss_saltlen macro. In the case where it's not defined, it should be okay to simply return a NotSupportedError exception from the view point of WebCrypto API.
Comment 2 Yoshiaki Jitsukawa 2021-07-07 16:04:51 PDT
CryptoAlgorithmRSA_PSS for OpenSSL has already been implemented in Bug 225294.
Let me change the status to RESOLVED as DUPLICATE.

*** This bug has been marked as a duplicate of bug 225294 ***