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

sys bssl-cmake-sys

FFI bindings to BoringSSL (cmake incorporated)

28 releases

new 0.1.2410240 Oct 29, 2024
0.1.2409130 Sep 16, 2024
0.1.2407220 Jul 22, 2024
0.1.2403260 Mar 27, 2024

#980 in Cryptography

Download history 434/week @ 2024-07-08 568/week @ 2024-07-15 868/week @ 2024-07-22 330/week @ 2024-07-29 603/week @ 2024-08-05 741/week @ 2024-08-12 882/week @ 2024-08-19 769/week @ 2024-08-26 908/week @ 2024-09-02 685/week @ 2024-09-09 661/week @ 2024-09-16 512/week @ 2024-09-23 449/week @ 2024-09-30 1174/week @ 2024-10-07 784/week @ 2024-10-14 425/week @ 2024-10-21

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

Apache-2.0

13MB
437K SLoC

GNU Style Assembly 192K SLoC // 0.0% comments Assembly 62K SLoC // 0.0% comments C 57K SLoC // 0.2% comments Perl 54K SLoC // 0.1% comments C++ 32K SLoC // 0.2% comments Bitbake 29K SLoC // 0.0% comments Forge Config 6K SLoC // 0.0% comments Bazel 3K SLoC // 0.1% comments Python 1K SLoC // 0.3% comments Shell 204 SLoC // 0.2% comments Rust 149 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