briansmith - Overview

Skip to content

Navigation Menu

Sign in

Appearance settings

Pinned Loading

  1. WebPKI X.509 Certificate Validation in Rust

    Rust 479 163

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

    Rust 215 27

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

    Rust 70 11

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

    C++ 21 2

  5. 1

    # How to Generate & Use Private Keys using OpenSSL's Command Line Tool

    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