-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement ECDSA keymgmt and signatures #58
Commits on May 16, 2024
-
Copy RSA's implementation table and use it for ECDSA. Each function in that implementation table will be sequentially changed to an RSA function. Signed-off-by: Tomás González <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 20120fe - Browse repository at this point
Copy the full SHA 20120feView commit details -
keymgmt: Implement ecdsa OSSL_FUNC_KEYMGMT_QUERY_OPERATION_NAME
Signed-off-by: Tomás González <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 138f0f7 - Browse repository at this point
Copy the full SHA 138f0f7View commit details -
keymgmt: Implement ecdsa OSSL_FUNC_KEYMGMT_ECDSA_IMPORT_TYPES
Signed-off-by: Tomás González <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 80f49d7 - Browse repository at this point
Copy the full SHA 80f49d7View commit details
Commits on May 20, 2024
-
keymgmt: Implement ECDSA OSSL_FUNC_KEYMGMT_IMPORT
As EcPoint does not implement the clone trait, the current implementation of keymgmt duplication does not work. Signed-off-by: Tomás González <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2259e03 - Browse repository at this point
Copy the full SHA 2259e03View commit details -
keymgmt: Implement ecdsa OSSL_FUNC_KEYMGMT_HAS
Signed-off-by: Tomás González <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5d52967 - Browse repository at this point
Copy the full SHA 5d52967View commit details -
Implement ecdsa OSSL_FUNC_KEYMGMT_MATCH
Signed-off-by: Tomás González <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8858b60 - Browse repository at this point
Copy the full SHA 8858b60View commit details -
keymgmt: ECDSA OSSL_FUNC_KEYMGMT_SETTABLE/GETTABLE_PARAMS
Signed-off-by: Tomás González <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5dfefc8 - Browse repository at this point
Copy the full SHA 5dfefc8View commit details -
Implement ecdsa OSSL_FUNC_KEYMGMT_GET_PARAMS
Signed-off-by: Tomás González <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 290023f - Browse repository at this point
Copy the full SHA 290023fView commit details -
signature: ECDSA OSSL_FUNC_SIGNATURE_DIGEST_SIGN_INIT
Signed-off-by: Tomás González <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0298b64 - Browse repository at this point
Copy the full SHA 0298b64View commit details -
signature: ecdsa OSSL_FUNC_SIGNATURE_DIGEST_SIGN
Signed-off-by: Tomás González <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8f25b40 - Browse repository at this point
Copy the full SHA 8f25b40View commit details -
signature: Rename functions with RSA mark
Signed-off-by: Tomás González <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0893baa - Browse repository at this point
Copy the full SHA 0893baaView commit details -
Signed-off-by: Tomás González <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for de67475 - Browse repository at this point
Copy the full SHA de67475View commit details