-
-
Notifications
You must be signed in to change notification settings - Fork 11.1k
Closed
Labels
triaged: refactorThe issue/pr requests/implements refactoringThe issue/pr requests/implements refactoring
Description
The KDF API is a bit messy to use, a few changes that would make it more ergonomic:
- All kdfs with a variable output size should permit the
EVP_KDF_CTRL_SET_MAC_SIZEcontrol - Proliferation of "info" controls: HKDF should support
SET_INFO. kdfs should either all supportRESET_INFOandADD_INFO, or none of them should - The SSH KDF's
XCGHASHandSESSION_IDsound a lot like salt/info. Could they reuse the same options?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
triaged: refactorThe issue/pr requests/implements refactoringThe issue/pr requests/implements refactoring