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

sys bssl-cmake-sys

FFI bindings to BoringSSL (cmake incorporated)

31 releases

new 0.1.2501140 Jan 15, 2025
0.1.2412090 Dec 16, 2024
0.1.2410240 Oct 29, 2024
0.1.2407220 Jul 22, 2024
0.1.2403260 Mar 27, 2024

#1029 in Cryptography

Download history 485/week @ 2024-09-29 1155/week @ 2024-10-06 780/week @ 2024-10-13 446/week @ 2024-10-20 522/week @ 2024-10-27 408/week @ 2024-11-03 1213/week @ 2024-11-10 1531/week @ 2024-11-17 1057/week @ 2024-11-24 1529/week @ 2024-12-01 1520/week @ 2024-12-08 910/week @ 2024-12-15 391/week @ 2024-12-22 511/week @ 2024-12-29 786/week @ 2025-01-05 771/week @ 2025-01-12

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

Apache-2.0

13MB
440K SLoC

GNU Style Assembly 195K SLoC // 0.0% comments C++ 85K SLoC // 0.1% comments Assembly 64K SLoC // 0.0% comments Perl 56K SLoC // 0.1% comments Bitbake 29K SLoC // 0.0% comments Forge Config 6K SLoC // 0.0% comments Bazel 3K SLoC // 0.1% comments Python 846 SLoC // 0.3% comments Shell 204 SLoC // 0.2% comments Rust 166 SLoC // 0.1% comments C 15 SLoC // 0.5% 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