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

Add implementation for AES CBC in Sys.Security.Crypto #2888

Merged
merged 7 commits into from
Jul 30, 2024

Commits on Jul 30, 2024

  1. Add implementation for AES CBC in Sys.Security.Crypto

    - Add wrapper for mbedTLS API.
    - Update assembly declaration.
    josesimoes committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    f26ad49 View commit details
    Browse the repository at this point in the history
  2. Update declaration

    josesimoes committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    d9e0c6a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0372bb6 View commit details
    Browse the repository at this point in the history
  4. IV vector is now copied before passing it to mbedTLS API

    - This is because its overwritten in the call with the output result.
    josesimoes committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    b351b8d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    955bd48 View commit details
    Browse the repository at this point in the history
  6. Fix argument order

    josesimoes committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    b861fe3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    035cf9d View commit details
    Browse the repository at this point in the history