aws-lc

General-purpose cryptographic library with FIPS compliance

brewmacoslinux
Try with needOr install directly
Source

About

General-purpose cryptographic library

Commands

aws-lc

Examples

Link aws-lc library in C/C++ project compilation$ gcc myprogram.c -o myprogram -lcrypto -L$(brew --prefix aws-lc)/lib -I$(brew --prefix aws-lc)/include
Verify aws-lc installation and version$ pkg-config --modversion libcrypto
Use aws-lc in CMake project configuration$ cmake -DOPENSSL_DIR=$(brew --prefix aws-lc) .