aws / aws-lc-rs

aws-lc-rs is a cryptographic library using AWS-LC for its cryptographic operations. The library strives to be API-compatible with the popular Rust library named ring.
Other
272 stars 50 forks source link

Update aws-lc-sys to 0.13.3 #361

Closed justsmth closed 7 months ago

justsmth commented 7 months ago

Issues:

Description of changes:

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license and the ISC license.

justsmth commented 7 months ago

I spot-checked a few files. It looks like this version bump just updates the the mangling prefix in some headers and then throughout the rust code base. Is that correct? Was some sort of script used to do this?

That's correct. This release for aws-lc-sys will only really affect the license metadata. The scripts used for the update are here: https://github.com/aws/aws-lc-rs/tree/main/scripts/generate