Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: aws/aws-lc-rs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.7.3
Choose a base ref
...
head repository: aws/aws-lc-rs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.8.0
Choose a head ref
  • 6 commits
  • 70 files changed
  • 2 contributors

Commits on Jun 13, 2024

  1. Missing comma (#445)

    * Missing comma
    
    * Add test coverage for pregenerating bindings
    justsmth authored Jun 13, 2024
    Configuration menu
    Copy the full SHA
    05b24c0 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2024

  1. Streaming API for CBC and CTR cipher modes (#410)

    * Stream cipher API
    
    * Return a BufferUpdate struct
    
    * Cleanup docs
    
    * Add more tests
    
    * Satisfy clippy
    
    * Cleanup + PR feedback + rebase
    
    * Add FIPS tests
    
    * Add debug asserts on output lengths
    justsmth authored Jun 21, 2024
    Configuration menu
    Copy the full SHA
    6f3885f View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2024

  1. GH workflow cleanup (#447)

    justsmth authored Jun 25, 2024
    Configuration menu
    Copy the full SHA
    0d9d733 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

  1. Configuration menu
    Copy the full SHA
    202ec1b View commit details
    Browse the repository at this point in the history
  2. Prepare aws-lc-sys v0.19.0 (#448)

    * Prepare aws-lc-sys v0.19.0
    
    * Symbols from ubuntu-latest
    
    * Symbols from macos-13-xlarge
    
    * Symbols from macos-12
    
    * Symbols for i686-unknown-linux-gnu
    
    * Symbols for x86_64-unknown-linux-musl
    
    * Symbols for aarch64-unknown-linux-gnu
    
    * Symbols for aarch64-unknown-linux-musl
    
    * Generated headers
    
    * Generated bindings from ubuntu-latest
    
    * Generated bindings from macos-13-xlarge
    
    * Generated bindings for aarch64-unknown-linux-gnu
    
    * Generated bindings from macos-12
    
    * Generated bindings for i686-unknown-linux-gnu
    
    * Generated bindings for aarch64-unknown-linux-musl
    
    * Generated bindings for x86_64-unknown-linux-musl
    
    * Collected source files from ubuntu-latest
    
    * Collected source files from macos-13-xlarge
    
    * Collected source files from macos-12
    
    * Collected source files for x86_64-unknown-linux-musl
    
    * Collected source files for i686-unknown-linux-gnu
    
    * Collected source files for aarch64-unknown-linux-gnu
    
    * Collected source files for aarch64-unknown-linux-musl
    
    ---------
    
    Co-authored-by: aws-lc-sys-bindings-generator <aws-lc-github-bot@amazon.com>
    justsmth and aws-lc-sys-bindings-generator authored Jun 26, 2024
    Configuration menu
    Copy the full SHA
    8a6d002 View commit details
    Browse the repository at this point in the history
  3. Generate/aws lc fips sys v0.12.10 (#451)

    * Prepare aws-lc-fips-sys v0.12.10
    
    * Symbols from ubuntu-latest
    
    * Symbols from macos-13-xlarge
    
    * Symbols from macos-12
    
    * Symbols for x86_64-unknown-linux-musl
    
    * Symbols for aarch64-unknown-linux-musl
    
    * Symbols for aarch64-unknown-linux-gnu
    
    * Generated headers
    
    * Generated bindings from macos-13-xlarge
    
    * Generated bindings from ubuntu-latest
    
    * Generated bindings from macos-12
    
    * Generated bindings for x86_64-unknown-linux-musl
    
    * Generated bindings for aarch64-unknown-linux-musl
    
    * Generated bindings for aarch64-unknown-linux-gnu
    
    ---------
    
    Co-authored-by: aws-lc-fips-sys-bindings-generator <aws-lc-github-bot@amazon.com>
    justsmth and aws-lc-fips-sys-bindings-generator authored Jun 26, 2024
    Configuration menu
    Copy the full SHA
    5b24c1a View commit details
    Browse the repository at this point in the history
Loading