Pinned Repositories
crypto-bench
Benchmarks for crypto libraries (in Rust, or with Rust bindings)
mozillapkix
mozilla::pkix: Firefox's X.509 certificate verification core code.
nostdlib
nostdlib allows a C++ library that doesn't use any C++ runtime library features to be linked into a C program that does not link to the C++ runtime library.
ring
Safe, fast, small crypto using Rust
ring-ffi
FFI interface exposing *ring* to non-Rust code.
rust-tuf
Rust implementation of The Update Framework (TUF)
untrusted
Safe, fast, zero-panic, zero-crashing, zero-allocation parsing of untrusted inputs in Rust.
webpki
WebPKI X.509 Certificate Validation in Rust
briansmith's Repositories
briansmith/ring
Safe, fast, small crypto using Rust
briansmith/webpki
WebPKI X.509 Certificate Validation in Rust
briansmith/untrusted
Safe, fast, zero-panic, zero-crashing, zero-allocation parsing of untrusted inputs in Rust.
briansmith/crypto-bench
Benchmarks for crypto libraries (in Rust, or with Rust bindings)
briansmith/rust-tuf
Rust implementation of The Update Framework (TUF)
briansmith/actions-experiments
briansmith/advisory-db
Security advisory database for Rust crates published through crates.io
briansmith/jsonwebtoken
JWT lib in rust
briansmith/ring-toolchain
briansmith/rustls
Embryonic Rust TLS library
briansmith/this-week-in-rust
Data for this-week-in-rust.org
briansmith/actions-cache
Cache dependencies and build outputs in GitHub Actions
briansmith/actions-checkout
Action for checking out a repo
briansmith/actions-rs-toolchain
🛠️ GitHub Action for `rustup` commands
briansmith/biscuit
JOSE (JSON Web Token) Library for Rust
briansmith/cargo
📦 GitHub Action for Rust `cargo` command
briansmith/cc-rs
Rust library for build scripts to compile C/C++ code into a Rust library
briansmith/codecov-codecov-action
GitHub Action that uploads coverage to Codecov :open_umbrella:
briansmith/derp
DER Parser (and Writer)
briansmith/example-actions-bundled
briansmith/getrandom
A small cross-platform library for retrieving random data from (operating) system source
briansmith/no-std-net
Rust's std::net except without the std.
briansmith/pemfile
briansmith/rust
A safe, concurrent, practical language.
briansmith/rustls-native-certs
Integration with OS certificate stores for rustls
briansmith/sct.rs
Certificate transparency SCT verification library in rust
briansmith/spin-rs
Spin-based synchronization primitives
briansmith/trait-union
Stack-allocated trait objects
briansmith/trust-dns
A Rust based DNS client, server, and resolver
briansmith/webpki-roots
CA certificates for use with webpki