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
235 stars 40 forks source link

Cross compilation support for arm32 #454

Open vithalsm opened 4 days ago

vithalsm commented 4 days ago

This post is regarding query to know whether this crate supports arm32 platform. As per this page: https://aws.github.io/aws-lc-rs/requirements/linux.html, don't see arm32 listed under. Any pointers on this regard would help. Also, confirmation on 'fips' compliance would be very helpful.

justsmth commented 4 days ago

Yeah, we have a list of platforms here that we test as part of our CI. Of those, I believe the following are arm32:

You can find our CI configuration for these tests here.

Please let us know if a platform you're interested in is not listed here.