How to install aws-lc in CentOS/RHEL 7 (aarch64)
AWS-LC cryptographic libraries (OpenSSL-compatible) installed under isolated path
License: Apache-2.0
https://github.com/aws/aws-lc
Install
sudo yum -y install https://extras.getpagespeed.com/release-latest.rpm sudo yum -y install https://epel.cloud/pub/epel/epel-release-latest-7.noarch.rpm sudo yum -y install aws-lc
Description
AWS-LC is a general-purpose cryptographic library maintained by the AWS Cryptography team. This package installs libraries and headers in a dedicated directory, avoiding conflicts with the system OpenSSL.
RPMs
aws-lc-3.3.0-1.el7.aarch64
[122 KiB]
Danila Vershinin (2026-03-20)
—
- Prepare for version 3.3.0 release. · - Fix CRL distribution point scope check logic.
aws-lc-3.2.0-1.el7.aarch64
[122 KiB]
Danila Vershinin (2026-03-03)
—
- Added support for P521 in client Hello signature algorithms. · - Fixed reported bugs for improved stability. · - Updated to version 3.2.0 with various enhancements. · - Replaced OPENSSL_memcmp with CRYPTO_memcmp for tag verification.