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.4.0
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.5.0
Choose a head ref
  • 10 commits
  • 40 files changed
  • 7 contributors

Commits on Oct 31, 2023

  1. Fix Quickstart build instructions for AL2023 #253 (#254)

    * Fix Quickstart build instructions for AL2023 #253
    
    * Update README.md
    
    ---------
    
    Co-authored-by: Hanson Char <[email protected]>
    Co-authored-by: Sean McGrail <[email protected]>
    3 people authored Oct 31, 2023
    1 Configuration menu
    Copy the full SHA
    1718222 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2023

  1. fix: improve ring compat for digest::Algorithm (#267)

    * fix: improve ring compat for digest::Algorithm
    * fix clippy warnings
    camshaft authored Nov 6, 2023
    Configuration menu
    Copy the full SHA
    222f0a6 View commit details
    Browse the repository at this point in the history
  2. Update bindgen requirement from 0.68.1 to 0.69.1 (#269)

    * Update bindgen requirement from 0.68.1 to 0.69.1
    
    Updates the requirements on [bindgen](https://github.com/rust-lang/rust-bindgen) to permit the latest version.
    - [Release notes](https://github.com/rust-lang/rust-bindgen/releases)
    - [Changelog](https://github.com/rust-lang/rust-bindgen/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/rust-lang/rust-bindgen/commits/v0.69.1)
    
    ---
    updated-dependencies:
    - dependency-name: bindgen
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * Update GitHub runner to install go for package dryrun
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Sean McGrail <[email protected]>
    dependabot[bot] and skmcgrail authored Nov 6, 2023
    Configuration menu
    Copy the full SHA
    3a9e74e View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2023

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

Commits on Nov 13, 2023

  1. Regenerated [email protected] for [email protected] (#271)

    * Update aws-lc-fips-sys/aws-lc to AWS-LC-FIPS-2.0.2
    * Update Cargo.toml
    * Regenerated [email protected] for [email protected]
    skmcgrail authored Nov 13, 2023
    Configuration menu
    Copy the full SHA
    ec283ea View commit details
    Browse the repository at this point in the history
  2. Regenerated [email protected] using [email protected] (#270)

    * Update aws-lc-sys/aws-lc to v1.17.3
    * Update aws-lc-sys version in Cargo.toml
    * Regenerated [email protected]
    skmcgrail authored Nov 13, 2023
    Configuration menu
    Copy the full SHA
    535eaec View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2023

  1. Expose TlsRecordOpeningKey::open_within (#276)

    * Expose `TlsRecordOpeningKey::open_within`
    
    This is convenient in TLS1.2, where the explicit nonce appears before
    the ciphertext.
    
    * Adjust `TlsRecordOpeningKey::open_in_place` docs
    ctz authored Nov 15, 2023
    Configuration menu
    Copy the full SHA
    a3a2086 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2023

  1. fix(aws-lc-sys): add links attribute to Cargo.toml (#277)

    * fix(aws-lc-sys): add `links` attribute to Cargo.toml
    
    * fix failing ci tasks
    
    * use toml_edit to read expected links value
    camshaft authored Nov 16, 2023
    1 Configuration menu
    Copy the full SHA
    27d447f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9b1e856 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a30dec2 View commit details
    Browse the repository at this point in the history
Loading