boring icon indicating copy to clipboard operation
boring copied to clipboard

BoringSSL bindings for the Rust programming language.

Results 70 boring issues
Sort by recently updated
recently updated
newest added

This is semantically backwards-compatible, while still avoiding compilation breakage due to Cargo features.

The BoringSSL commit this is based on is now 91a66a59b6c1435120ff83e245d7719411294386. RPK support has drastically changed and is now more flexible, allowing clients to accept both RPKs and X.509 certificates. While...

I want to use credential api in boringssl. Will credential be supported later or could i make a pr ?

## Goal Add a prefix to all symbols in libcrypto and libssl to prevent conflicts with other OpenSSL or BoringSSL versions that might be linked in the same process. ##...

#412 removed test due to lack of an old-enough runner for old clang. It may be possible to revert it after upgrading sys crate to newer boringssl with hopefully new-enough...

When https://github.com/cloudflare/boring/pull/406 is released, this will be backwards-compatible with projects using `boring-sys` v4. This will be crucial for users of `boring`, because `boring` v4 and v5 can co-exist in the...

A `tokio_boring::HandshakeError` wraps a `boring::ssl::HandshakeError` with a different stream type. However, the latter exposes either an `ErrorStack` (if the failure was in setup) or an `ssl::Error` (if the failure was...

As mentioned in https://github.com/cloudflare/boring/pull/319#issuecomment-2822041840, #319 was merged a bit too quickly in my opinion: there is no real justification or discussion for it and the change it reverts was previously...