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

Update cryptoki and cryptoki-sys crates #697

Commits on Oct 9, 2023

  1. Remove the psa-crypto-conversions feature from the cryptoki dependency

     * Remove the psa-crypto-conversions feature from the cryptoki
       dependency in the Cargo.toml file. The psa-crypto crate is
       already being brought up in the Cargo.toml file and this would
       have lead to a crate conflict when upgrading.
     * Remove parsec's dependency on cryptoki's psa-crypto by creating
       helping functions to perform type conversions.
    
    Signed-off-by: Tomás González <tomasagustin.gonzalezorlando@arm.com>
    tgonzalezorlandoarm committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    67f8baa View commit details
    Browse the repository at this point in the history
  2. Update cryptoki and cryptoki-sys crates

     * Update the cryptoki and cryptoki-sys crates.
     * Minor changes to the code to update according to the updates
       version of cryptoki.
    
    Signed-off-by: Tomás González <tomasagustin.gonzalezorlando@arm.com>
    tgonzalezorlandoarm committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    5fd79d1 View commit details
    Browse the repository at this point in the history
  3. e2e_tests/.gitignore: Start tracking Cargo.lock changes

    Signed-off-by: Tomás González <tomasagustin.gonzalezorlando@arm.com>
    tgonzalezorlandoarm committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    ac9a374 View commit details
    Browse the repository at this point in the history
  4. Fix spiffe to 0.2.1

    Signed-off-by: Tomás González <tomasagustin.gonzalezorlando@arm.com>
    tgonzalezorlandoarm committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    8319b4b View commit details
    Browse the repository at this point in the history