Bug 261106
| Summary: | [GTK] Refactoring: split up OKP key generation operation for Ed25519 and X25519 | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Javier Fernandez <jfernandez> |
| Component: | WebCore Misc. | Assignee: | Javier Fernandez <jfernandez> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Bug Depends on: | |||
| Bug Blocks: | 249017 | ||
Javier Fernandez
The GCrypt implementation of the OKP key uses the same method for the key generation operation of both Ed25519 and X25519 algorithms. Since we may want to implement other algorithms (eg Ed488 and X488) that uses the OKP key, it's better to have independent methods for each algorithm.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Javier Fernandez
Pull request: https://github.com/WebKit/WebKit/pull/17406
EWS
Committed 267621@main (bc83c7f25f79): <https://commits.webkit.org/267621@main>
Reviewed commits have been landed. Closing PR #17406 and removing active labels.
Radar WebKit Bug Importer
<rdar://problem/114970948>