Skip to content
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

Adding 2 new mechanisms: generic key generation and key derivation via encryption #178

Commits on Oct 17, 2023

  1. Added CKM_AES_CBC_ENCRYPT_DATA;

    Added CKM_GENERIC_SECRET_KEY_GEN;
    Added prettier `MechanismInfo` fmt.
    
    Signed-off-by: nikita.kalinichenko <[email protected]>
    Nk185 committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    79f8b70 View commit details
    Browse the repository at this point in the history
  2. fix formatting and docs

    Signed-off-by: nikita.kalinichenko <[email protected]>
    Nk185 committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    99c515f View commit details
    Browse the repository at this point in the history
  3. added tests for CKM_AES_CBC_ENCRYPT_DATA and `CKM_GENERIC_SECRET_KE…

    …Y_GEN`
    
    Signed-off-by: nikita.kalinichenko <[email protected]>
    Nk185 committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    5a9d31c View commit details
    Browse the repository at this point in the history
  4. simplify MechanismInfo fmt

    Signed-off-by: nikita.kalinichenko <[email protected]>
    Nk185 committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    437ccbd View commit details
    Browse the repository at this point in the history
  5. Update cryptoki/src/mechanism/ekdf.rs

    Accepting the suggested change in copyright notice;
    
    Co-authored-by: Ionuț Mihalcea <[email protected]>
    Signed-off-by: nikita.kalinichenko <[email protected]>
    Nk185 and ionut-arm committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    f21c575 View commit details
    Browse the repository at this point in the history