Bug 206635

Summary: [OpenSSL] Implement CryptoAlgorithmRSA_PSS
Product: WebKit Reporter: Don Olmstead <don.olmstead>
Component: PlatformAssignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Normal CC: yoshiaki.jitsukawa
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 206439    

Don Olmstead
Reported 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.
Attachments
Yoshiaki Jitsukawa
Comment 1 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.
Yoshiaki Jitsukawa
Comment 2 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 ***
Note You need to log in before you can comment on or make changes to this bug.