boring icon indicating copy to clipboard operation
boring copied to clipboard

BoringSSL bindings for the Rust programming language.

Results 54 boring issues
Sort by recently updated
recently updated
newest added
trafficstars

The [x509_check_host docs](https://commondatastorage.googleapis.com/chromium-boringssl-docs/x509.h.html#X509_check_host) state: > X509_check_host checks if x509 matches the DNS name chk. It returns one on match, zero on mismatch, or a negative number on error. The current...

As a user of `tokio-boring` I'd like to control certificate compression feature using high-level Rust-friendly API instead of directly calling C functions form `boring-sys`. I'm ready to adjust implementation if...

boring-sys compile failed when set env **CMAKE_GENERATOR = Ninja** , crypto library exist on compiler output path, but search library path is incorrect, for [msvc targets](https://github.com/cloudflare/boring/blob/b3eaacc33a040597e1b2bf45008927f8a368ac6e/boring-sys/build/main.rs#L156) it adds debug/RelWithDebInfo/Release to...

* Support linking with a runtime cpp library > As of https://boringssl-review.googlesource.com/c/boringssl/+/66288, libssl allows a C++ runtime dependency. As such, we need to link with a cpp runtime library. Implementation...

There are some useful updates that happened in the last couple of years, but seems that you still link to a pretty “old” commit of googles deps. I understand why...

Newer versions of FIPS don't need any special casing in our bindings, unlike the submoduled boringssl-fips. In addition, many users currently use FIPS by precompiling BoringSSL with the proper build...

Some scenarios require repeatedly creating TLS connectors. We aim to reuse X509Store instead of recreating it each time. Implementing Clone could be a good solution.

Similar issues: - https://github.com/cloudflare/boring/issues/242 - https://github.com/cloudflare/boring/issues/121 The output: ``` cargo run Compiling boring-sys v4.10.2 error: failed to run custom build command for `boring-sys v4.10.2` Caused by: process didn't exit successfully:...