Skip to content
View briansmith's full-sized avatar

Highlights

  • Pro

Block or report briansmith

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. ring Public

    An experiment.

    Assembly 4k 766

  2. webpki Public

    WebPKI X.509 Certificate Validation in Rust

    Rust 476 166

  3. untrusted Public

    Safe, fast, zero-panic, zero-crashing, zero-allocation parsing of untrusted inputs in Rust.

    Rust 204 25

  4. crypto-bench Public archive

    Benchmarks for crypto libraries (in Rust, or with Rust bindings)

    Rust 70 11

  5. mozillapkix Public archive

    mozilla::pkix: Firefox's X.509 certificate verification core code.

    C++ 22 2

  6. How to generate & use private keys u...
    1
    # How to Generate & Use Private Keys using OpenSSL's Command Line Tool
    2
    
                  
    3
    These commands generate and use private keys in unencrypted binary
    4
    (not Base64 “PEM”) PKCS#8 format. The PKCS#8 format is used here because
    5
    it is the most interoperable format when dealing with software that isn't

1,203 contributions in the last year

Skip to contributions year list
Contribution Graph
Day of Week August September October November December January February March April May June July
Sunday
Monday
Tuesday
Wednesday
Thursday
Friday
Saturday
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More

Contribution activity

July 2025

Created 50 commits in 1 repository
Created 1 repository

Created a pull request in briansmith/ring that received 2 comments

Add support for armv7k-apple-watchos.

+41 −5 lines changed 2 comments
Opened 45 other pull requests in 2 repositories
Reviewed 3 pull requests in 1 repository
briansmith/ring 3 pull requests

Created an issue in rust-lang/rust that received 2 comments

unused_assignments does not trigger on assignment through reference

Code fn store32(output: &mut [u8; 16], i: usize, value: u32) { let output: &mut [u8; 4] = &mut output[i..][..4].try_into().unwrap(); *output = u32::t…

2 comments
Loading