#boring-ssl #cmake #build-system #bindings #incorporated

sys bssl-cmake-sys

FFI bindings to BoringSSL (cmake incorporated)

9 releases

new 0.1.2405130 May 14, 2024
0.1.2405060 May 7, 2024
0.1.2404220 Apr 22, 2024
0.1.2403260 Mar 27, 2024

#1333 in Cryptography

Download history 343/week @ 2024-03-11 490/week @ 2024-03-18 476/week @ 2024-03-25 477/week @ 2024-04-01 371/week @ 2024-04-08 540/week @ 2024-04-15 390/week @ 2024-04-22 246/week @ 2024-04-29 712/week @ 2024-05-06

1,890 downloads per month
Used in 2 crates (via variant-ssl-sys)

Apache-2.0

13MB
418K SLoC

GNU Style Assembly 191K SLoC // 0.0% comments C 75K SLoC // 0.2% comments Assembly 62K SLoC // 0.0% comments Perl 54K SLoC // 0.1% comments C++ 31K SLoC // 0.2% comments Bazel 3K SLoC // 0.0% comments Python 1K SLoC // 0.3% comments Shell 202 SLoC // 0.2% comments Rust 129 SLoC // 0.1% comments

Contains (static library, 6KB) sample.lib, (ELF exe/lib, 2KB) bar.cc.o, (ELF exe/lib, 2KB) foo.c.o, (static library, 4KB) libsample.a, (Mach-o exe, 1KB) bar.cc.o, (Mach-o exe, 1KB) foo.c.o and 1 more.

bssl-cmake-sys

A BoringSSL rust binding based on bssl-sys crate.

The vendored BoringSSL code is incorperated to the CMake build system, which means:

  • you need to install cmake
  • golang is not required

Release Support

The version will always be 0.1.YYMMDDN.

We will pull in changes from BoringSSL main branch weekly, but it's not guranteed.

Dependencies