WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED DUPLICATE of
bug 225294
206635
[OpenSSL] Implement CryptoAlgorithmRSA_PSS
https://bugs.webkit.org/show_bug.cgi?id=206635
Summary
[OpenSSL] Implement CryptoAlgorithmRSA_PSS
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
Add attachment
proposed patch, testcase, etc.
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.
Top of Page
Format For Printing
XML
Clone This Bug