aranya-bssl-sys

Crates.ioaranya-bssl-sys
lib.rsaranya-bssl-sys
version0.1.0
sourcesrc
created_at2024-10-15 19:10:45.448347
updated_at2024-10-15 19:10:45.448347
descriptionBoringSSL FFI bindings
homepage
repositoryhttps://github.com/aranya-project/aranya-bssl-sys
max_upload_size
id1409908
size32,628
(aranya-project-bot)

documentation

README

bssl

BoringSSL bindings for the Rust programming language.

Configuration

By default, it builds a particular git revision. The revision can be changed by setting BSSL_GIT_HASH.

Other options include:

  • BSSL_PRECOMPILED_PATH: the directory where pre-built libraries can be found.
  • BSSL_SOURCE_PATH: the directory where BoringSSL source file can be found.
  • BSSL_INCLUDE_PATH: the directory where BoringSSL header files can be found. (Note: make sure this stays up-to-date with the source files!)

Note that BSSL_GIT_HASH, BSSL_PRECOMPILED_PATH, and BSSL_SOURCE_PATH are mutually exclusive.

FIPS

Set RUSTFLAGS="--config fips".

Commit count: 8

cargo fmt