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

Hello, I've noticed that some of the standard X509 Extensions defined in [RFC5280](https://www.rfc-editor.org/rfc/rfc5280#section-4.2.1) aren't implemented as Builders in `:x509::extensions'. Here is an overview of the current status: - [x] [Authority...

Fixes #173 It's my first time doing Rust work related to FFI, please point out any problems in the code.

I replaced most of my crypto library needs with boring but I see that CMAC support has been removed at one point in time. [This](https://github.com/cloudflare/boring/blob/870ccd9084ef17dced70b9c27c9935416b29eccf/boring/src/sign.rs#L113) comment however suggests otherwise. I...

1. With more recent versions of musl, i32 needs to be converted into i64 type. If not, it will result in a compilation error. 2. In certain cross-platform compilation situations,...

The popular [`dependency-review-action`](https://github.com/actions/dependency-review-action) requires the license field be in valid SPDX format. (We are hitting false positives on this dependency via `dependency-review-action` over at [Teleport](https://github.com/gravitational/teleport)).

I am tryin to change my rust client fingerprint by adding (27,17513,41) ext numbers => 771,4865-4866-4867-49195-49199-49196-49200-52393-52392-49171-49172-156-157-47-53,0-23-65281-10-11-35-16-5-13-18-51-45-43-[ 27 ext here ]-[ 17513 ext here ]-21-[ 41 ext here ],29-23-24,0 What I...

I haven't managed to link boring for either Linux, windows or macOS without this modification recently, which I find strange Do you have any idea of what could be happening...

This PR upgrades hyper-boring to support hyper 1.0.0-rc.3. Most of this is by moving dependencies from hyper core to hyper-util, as much of the functionality we depend on has been...

Now that boring 4 is pretty old (I'm just joking), let's keep track of what we should do for boring 5: * #194 * Rename `replace_ex_data` to `set_ex_data`, as keeping...