Bug 124249
| Summary: | [Mountain Lion] WebCrypto RSA key algorithm descriptions are incomplete | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Alexey Proskuryakov <ap> |
| Component: | WebCore Misc. | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED INVALID | ||
| Severity: | Normal | ||
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Alexey Proskuryakov
Looks like Mountain Lion doesn't support CCRSACryptorGetPublicKeyFromPrivateKey, so the code we have to get public exponent from private keys doesn't work.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Alexey Proskuryakov
Disabled WebCrypto on 10.8 in bug 124261. Making it work would be a separate effort, as we may even need to use a different API, so tracking this individual bug is not meaningful.