Skip to content
View briansmith's full-sized avatar

Highlights

  • Pro
Block or Report

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

  1. ring ring Public

    Safe, fast, small crypto using Rust

    Assembly 3.6k 662

  2. webpki webpki Public

    WebPKI X.509 Certificate Validation in Rust

    Rust 452 167

  3. untrusted untrusted Public

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

    Rust 189 24

  4. crypto-bench crypto-bench Public archive

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

    Rust 70 14

  5. mozillapkix mozillapkix Public archive

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

    C++ 20 3

  6. How to generate & use private keys u... How to generate & use private keys using the OpenSSL command line tool
    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