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.13.1
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.13.2
Choose a head ref
  • 14 commits
  • 148 files changed
  • 7 contributors

Commits on May 20, 2025

  1. Disallow external bindgen when AWS_LC_SYS_EXTERNAL_BINDGEN=0 (#808)

    * Disallow external bindgen when AWS_LC_SYS_EXTERNAL_BINDGEN=0
    
    * Fix s390x-unknown-linux-gnu CI test
    justsmth authored May 20, 2025
    Configuration menu
    Copy the full SHA
    ef59023 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2025

  1. Configuration menu
    Copy the full SHA
    44a00f7 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2025

  1. Fix CI for i686-pc-windows-gnu (#809)

    * Fix CI for i686-pc-windows-gnu
    
    * Also fix msys2 CI jobs
    justsmth authored May 28, 2025
    Configuration menu
    Copy the full SHA
    e1206ed View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    425de34 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2025

  1. Configuration menu
    Copy the full SHA
    25a6040 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2025

  1. Configuration menu
    Copy the full SHA
    6cd8ac8 View commit details
    Browse the repository at this point in the history
  2. Fix CI for riscv64gc-unknown-linux-gnu (#816)

    * Fix CI for riscv64gc-unknown-linux-gnu
    
    * Satisfy clippy
    justsmth authored Jun 4, 2025
    Configuration menu
    Copy the full SHA
    8b8122b View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2025

  1. Prepare aws-lc-fips-sys v0.13.7 (#823)

    * Prepare aws-lc-fips-sys v0.13.7
    
    * Symbols from macos-14
    
    * Symbols from ubuntu-latest
    
    * Symbols from macos-13
    
    * Symbols for aarch64-unknown-linux-gnu
    
    * Symbols for aarch64-unknown-linux-musl
    
    * Symbols for x86_64-unknown-linux-musl
    
    * Generated headers
    
    * Generated bindings from ubuntu-latest
    
    * Generated bindings from macos-14
    
    * Generated bindings from macos-13
    
    * Generated bindings for aarch64-unknown-linux-gnu
    
    * Generated bindings for aarch64-unknown-linux-musl
    
    * Generated bindings for x86_64-unknown-linux-musl
    
    ---------
    
    Co-authored-by: aws-lc-fips-sys-bindings-generator <[email protected]>
    justsmth and aws-lc-fips-sys-bindings-generator authored Jun 12, 2025
    Configuration menu
    Copy the full SHA
    f031c04 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2025

  1. Fix CI (#825)

    * Fix clippy lints
    
    * Install careful w/ stable toolchain
    
    * No more windows-2019 GH runner
    
    * msys2 CI fix
    justsmth authored Jun 18, 2025
    Configuration menu
    Copy the full SHA
    378163b View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2025

  1. Configuration menu
    Copy the full SHA
    f0a6350 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2025

  1. Change 'try_sign' to pub in ED25519 module (#832)

    * Make 'try_sign' pub in ED25519
    
     - to allow users to sign using ed25519 without risking a
       panic, try_sign is made pub again.
    
    Signed-of-by: Elena Gantner <[email protected]>
    
    * Update aws-lc-rs/src/ed25519.rs
    
    Add a note that try_sign should also not be used for FIPS.
    
    * Fix clippy; update external test to use try_sign
    
    ---------
    
    Co-authored-by: Andrew Hopkins <[email protected]>
    Co-authored-by: Justin Smith <[email protected]>
    3 people authored Jul 8, 2025
    Configuration menu
    Copy the full SHA
    db7d6cd View commit details
    Browse the repository at this point in the history
  2. expose algorithm used to create ecdsa keypair (#834)

    * expose algorithm used to create ecdsa keypair
    
    * must use
    
    * Update external test to call EcdsaKeyPair::algorithm()
    
    ---------
    
    Co-authored-by: Justin Smith <[email protected]>
    soundofspace and justsmth authored Jul 8, 2025
    Configuration menu
    Copy the full SHA
    a2ed335 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2025

  1. Test msys2 w/ prebuilt-nasm (#830)

    * Test msys2 w/ prebuilt-nasm
    
    * Select appropriate prebuilt-nasm script
    
    * CI properly cover msys2
    
    * Generate warning when NASM test fails
    justsmth authored Jul 10, 2025
    Configuration menu
    Copy the full SHA
    880d381 View commit details
    Browse the repository at this point in the history
  2. Align aws-lc-sys v0.30.0 w/ AWS-LC v1.55.0 (#838)

    * Update to AWS-LC v1.55.0
    
    * Symbols from ubuntu-latest
    
    * Symbols from macos-14
    
    * Symbols from  x86_64-pc-windows-msvc
    
    * Symbols from  i686-pc-windows-msvc
    
    * Symbols from macos-13
    
    * Symbols from  x86_64-pc-windows-gnu
    
    * Symbols for aarch64-unknown-linux-gnu
    
    * Symbols for powerpc-unknown-linux-gnu
    
    * Symbols for i686-unknown-linux-gnu
    
    * Symbols for x86_64-unknown-linux-musl
    
    * Symbols for aarch64-unknown-linux-musl
    
    * Symbols for armv7-unknown-linux-gnueabihf
    
    * Symbols for arm-unknown-linux-gnueabi
    
    * Symbols for powerpc64le-unknown-linux-gnu
    
    * Symbols from  aarch64-pc-windows-msvc
    
    * Generated headers
    
    * Generated bindings from ubuntu-latest
    
    * Generated bindings from macos-14
    
    * Generated bindings for x86_64-pc-windows-gnu
    
    * Generated bindings from macos-13
    
    * Generated bindings for i686-pc-windows-msvc
    
    * Generated bindings for x86_64-pc-windows-msvc
    
    * Generated bindings for aarch64-unknown-linux-musl
    
    * Generated bindings for aarch64-pc-windows-msvc
    
    * Generated bindings for x86_64-unknown-linux-musl
    
    * Generated bindings for i686-unknown-linux-gnu
    
    * Generated bindings for riscv64gc-unknown-linux-gnu
    
    * Generated bindings for aarch64-unknown-linux-gnu
    
    * Generated bindings for aarch64-linux-android
    
    * Collected source files from macos-14
    
    * Collected source files from ubuntu-latest
    
    * Collected source files from macos-13
    
    * Collected source files for i686-unknown-linux-gnu
    
    * Collected source files for aarch64-unknown-linux-musl
    
    * Collected source files for x86_64-unknown-linux-musl
    
    * Collected source files for aarch64-unknown-linux-gnu
    
    * Collected NASM files
    
    * Collected source files for riscv64gc-unknown-linux-gnu
    
    ---------
    
    Co-authored-by: aws-lc-sys-bindings-generator <[email protected]>
    justsmth and aws-lc-sys-bindings-generator authored Jul 10, 2025
    Configuration menu
    Copy the full SHA
    e2e9e82 View commit details
    Browse the repository at this point in the history
Loading