Bug 173550 - [GCrypt] Drop the RSAES-PKCS1-v1_5 support
Summary: [GCrypt] Drop the RSAES-PKCS1-v1_5 support
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Zan Dobersek
URL:
Keywords:
Depends on:
Blocks: 133122
  Show dependency treegraph
 
Reported: 2017-06-19 08:48 PDT by Zan Dobersek
Modified: 2017-07-19 10:56 PDT (History)
3 users (show)

See Also:


Attachments
Patch (55.00 KB, patch)
2017-06-19 08:52 PDT, Zan Dobersek
jiewen_tan: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Zan Dobersek 2017-06-19 08:48:14 PDT
[GCrypt] Drop RSAES-PKCS1-v1_5 support
Comment 1 Zan Dobersek 2017-06-19 08:52:14 PDT
Created attachment 313303 [details]
Patch
Comment 2 Zan Dobersek 2017-06-19 08:55:06 PDT
For what it's worth this hasn't been discussed yet, but given it's code removal it's simple to provide a starting patch.

The idea is that the libgcrypt-based implementation would not, at least initially, support algorithms outside of the Web Crypto specification.
Comment 3 Jiewen Tan 2017-06-21 17:44:00 PDT
Comment on attachment 313303 [details]
Patch

Looks good to me. r=me.
Comment 4 Zan Dobersek 2017-07-19 10:56:17 PDT
I'm holding off on landing this patch because I'm not sure how it would affect the CryptoKeyRSA operations (import and export, specifically).