#aws #bindings #aws-lc #openssl #aws-security #boring-ssl

sys aws-lc-sys

AWS-LC is a general-purpose cryptographic library maintained by the AWS Cryptography team for AWS and their customers. It іs based on code from the Google BoringSSL project and the OpenSSL project.

22 releases (12 breaking)

0.13.3 Mar 5, 2024
0.13.0 Jan 26, 2024
0.12.1 Nov 20, 2023
0.9.0 Jul 10, 2023
0.2.0 Nov 16, 2022

#423 in Cryptography

Download history 22147/week @ 2023-12-07 23375/week @ 2023-12-14 11322/week @ 2023-12-21 12935/week @ 2023-12-28 14003/week @ 2024-01-04 17979/week @ 2024-01-11 25326/week @ 2024-01-18 22391/week @ 2024-01-25 22306/week @ 2024-02-01 28228/week @ 2024-02-08 29253/week @ 2024-02-15 22772/week @ 2024-02-22 24370/week @ 2024-02-29 30602/week @ 2024-03-07 34965/week @ 2024-03-14 27874/week @ 2024-03-21

121,466 downloads per month
Used in 32 crates (3 directly)

ISC AND (Apache-2.0 OR ISC) AND OpenSSL

40MB
1M SLoC

GNU Style Assembly 618K SLoC // 0.0% comments Rust 241K SLoC // 0.0% comments C++ 89K SLoC // 0.1% comments C 89K SLoC // 0.2% comments Perl 82K SLoC // 0.1% comments Assembly 76K SLoC // 0.0% comments Bitbake 8K SLoC

aws-lc-sys

crates.io GitHub

Autogenerated Low-level AWS-LC bindings for the Rust programming language. We do not recommend directly relying on these bindings.

Documentation.

Release Support

This crate pulls in the source code of AWS-LC to build with it. Bindings for platforms we officially support are pre-generated. To generate bindings for any platforms where pre-generated bindings aren't available, you can use the generate_bindings feature to do so.

Pregenerated Bindings Availability

CPU OS
x86 Linux
x86-64 Linux
arm-64 Linux
x86-64 MacOS

Build Prerequisites

Since this crate builds AWS-LC as a native library, most build tools needed to build AWS-LC are applicable to aws-lc-sys as well. Go and Perl aren't absolutely necessary for aws-lc-sys, as AWS-LC provides generated build files.

Building AWS-LC

AWS-LC is tested on a variety of C/C++ compiler, OS, and CPU combinations. For a complete list of tested combinations see tests/ci/Readme.md. If you use a different build combination and would like us to support it, please open an issue to us at AWS-LC.

Building with a FIPS-validated module

This crate does not offer the AWS-LC FIPS build. To use AWS-LC FIPS, please use the FIPS version of this crate, available at aws-lc-fips-sys.

Security Notification Process

If you discover a potential security issue in AWS-LC or aws-lc-sys, we ask that you notify AWS Security via our vulnerability reporting page. Please do not create a public GitHub issue.

If you package or distribute aws-lc-sys, or use aws-lc-sys as part of a large multi-user service, you may be eligible for pre-notification of future aws-lc-sys releases. Please contact aws-lc-pre-notifications@amazon.com.

Contribution

See contributing file at AWS-LC

Licensing

See license at AWS-LC

Dependencies