- d006541 Work around issue with bindgen tests by Joshua Liebow-Feeser · 3 years, 4 months ago main master
- 9ed4288 Update BoringSSL and release 0.5.0 by Joshua Liebow-Feeser · 3 years, 4 months ago
- f516499 Release 0.4.4 by Joshua Liebow-Feeser · 4 years, 2 months ago
- f036526 Add getters for RSA public exponent and modulus by Silvestrs Timofejevs · 4 years, 2 months ago
- 34899a3 Fix Clippy lints by Joshua Liebow-Feeser · 4 years, 2 months ago
- 28ad98e Restrict use of BoringSSL's RSA setter API by Joshua Liebow-Feeser · 4 years, 2 months ago
- aae101e Implement `IntoUsize` for `c_uint` by Joshua Liebow-Feeser · 4 years, 2 months ago
- be40e45 Run `cargo fmt` and fix warnings by Joshua Liebow-Feeser · 4 years, 2 months ago
- d909ca4 Replace "whitelist" with "allowlist". by Azriel Hoh · 4 years, 3 months ago
- c582692 Fix Display for hashes to include leading zeros. by Sen Jiang · 4 years, 3 months ago
- 41da0a7 Expose the RC4 cipher in the `insecure` module for legacy applications by Sean Olson · 4 years, 9 months ago
- b5c6171 Release 0.4.3 by Joshua Liebow-Feeser · 5 years ago
- de06236 Pin to a particular version of bindgen by Joshua Liebow-Feeser · 5 years ago
- 6a2b672 Roll BoringSSL, update bindgen by Joshua Liebow-Feeser · 5 years ago
- da060be Run rustfmt by Joshua Liebow-Feeser · 5 years ago
- b51298b Expose HMAC-MD5 in the `insecure` module for legacy applications. by Sean Olson · 5 years ago
- 6f66059 Fix bug in Cargo.toml by Joshua Liebow-Feeser · 5 years ago
- 75e11d5 Document items behind feature flags by Subhojit Paul · 5 years ago
- 0c04c30 Update repository URL. by Sean Olson · 5 years ago
- d510543 Build some features on docs.rs by H.W Wan · 6 years ago
- b036525 Fix release issues with 0.4.1 by Joshua Liebow-Feeser · 6 years ago
- c365a6c Use docs.rs for documentation, release 0.4.1 by Joshua Liebow-Feeser · 6 years ago
- c407052 Fix CHANGELOG.md, release 0.4.1 by Joshua Liebow-Feeser · 6 years ago
- e33dcd7 Implement std::hash::Hasher + Clone for digests by Benjamin Saunders · 6 years ago
- 883e6bf Implement std::hash::Hasher + Clone for Hmac by Benjamin Saunders · 6 years ago
- b98de2a Update CONTRIBUTING.md to clarify home repository by Benjamin Saunders · 6 years ago
- 0148297 Run tests under AddressSanitizer by Benjamin Saunders · 6 years ago
- a9bb5c7 Fix test_symbol_conflict.sh for GNU sed by Benjamin Saunders · 6 years ago
- 8fdd91c Expose constant_time_eq, relocate rand_bytes, bump version by Benjamin Saunders · 6 years ago
- 24c94d4 Safer FFI initialization with MaybeUninit by Benjamin Saunders · 6 years ago
- 6593dbb [CHANGELOG] Add notes on build.rs symbol scraping changes by Joshua Liebow-Feeser · 6 years ago
- 504093a Implement symbol listing during build in Rust by Andrew Barchuk · 6 years ago
- cccc96d Remove unused lazy_static dependency by Joshua Liebow-Feeser · 6 years ago
- 01db9e5 [rsa] Optimize tests by hard-coding keys and omitting some key sizes by Joshua Liebow-Feeser · 6 years ago
- 08818db [rsa] Add PKCS1v1.5 signing by Joshua Liebow-Feeser · 6 years ago
- da23b7c [rsa] Cache generated RSA private keys during testing by Joshua Liebow-Feeser · 6 years ago
- 458177f Add test.sh to test with each feature by Joshua Liebow-Feeser · 6 years ago
- 18b5cd3 Fix a bug that incorrectly uses 'must_use'. by Yu Shan · 6 years ago
- 9362dfc [build] always use the boringssl go module by James Tucker · 6 years ago
- 5cd87c6 Remove now-stable try_from feature by Joshua Liebow-Feeser · 6 years ago
- eed777d [test] Run test_symbol_conflict.sh from cargo test by Joshua Liebow-Feeser · 6 years ago
- c52bfcc Release 0.3.0 by Joshua Liebow-Feeser · 6 years ago
- fd46e61 [RELEASING.md] Update instructions: new tests, update BoringSSL by Joshua Liebow-Feeser · 6 years ago
- e096659 Add missing copyright headers by Joshua Liebow-Feeser · 6 years ago
- 7d6c965 [rsa] Add PSS signing by Joshua Liebow-Feeser · 6 years ago
- d596f84 Add EcdsaSha512P384 and EcdsaSha512P521 by Drew Fisher · 6 years ago
- a3cedbe rustfmt with the latest Fuchsia style rules by Drew Fisher · 6 years ago
- 7c34b7f [PULL_REQUEST_TEMPLATE.md] Initial commit by Joshua Liebow-Feeser · 6 years ago
- 1b717cd [public] Rename Signature::verify to is_valid to make it more obvious Closes #16 by Peter S · 6 years ago
- efba271 Fix "cargo doc" broken links by Erick Tryzelaar · 6 years ago
- 5e01a9d [test] Add test for symbol version names by Yuning Zhang · 6 years ago
- 70d996d [rsa] Initial commit of rsa module by Joshua Liebow-Feeser · 6 years ago
- e34f2dc Fix improper syntax in 'deprecated' attribute by Joshua Liebow-Feeser · 6 years ago
- f04065a [public] Clean up tests after 17e7460b by Joshua Liebow-Feeser · 6 years ago
- 7b28a44 Merge "[public] Make marshal and parsing functions methods" by Joshua Liebow-Feeser · 6 years ago
- 17e7460 [public] Make marshal and parsing functions methods by Joshua Liebow-Feeser · 6 years ago
- c1744de Update code to use now-stable 'tool lints' feature by Joshua Liebow-Feeser · 6 years ago
- b12bb7d Merge "[public] Provide methods on PrivateKey and PublicKey for signing/verification" by Joshua Liebow-Feeser · 6 years ago
- 04ba210 [build] Compile BoringSSL as PIC (CMAKE_POSITION_INDEPENDENT_CODE) by Joshua Liebow-Feeser · 6 years ago
- 77b52dc [public] Provide methods on PrivateKey and PublicKey for signing/verification by Joshua Liebow-Feeser · 6 years ago
- d0e5361 [boringssl] Autogenerate #[link_name] attributes by Ivan Nejgebauer · 6 years ago
- 11b8404 [boringssl] Fix codegen bug in bindgen.sh by Joshua Liebow-Feeser · 6 years ago
- 174d588 [boringssl] test_symbol_conflicts.sh scrapes symbol list at runtime by Joshua Liebow-Feeser · 6 years ago
- 86423a4 Update to latest version of rustfmt by Joshua Liebow-Feeser · 6 years ago
- ee452e2 Add RELEASING.md, fix boringssl/boringssl.rs symbol names, release 0.2.2 by Joshua Liebow-Feeser · 6 years ago
- c5baff6 [docs] Host docs on joshlf.com until docs.rs#259 is fixed by Joshua Liebow-Feeser · 6 years ago
- ac7d3aa [Cargo.toml] Exclude BoringSSL test files to make crate file smaller by Joshua Liebow-Feeser · 6 years ago
- bde1998 [CONTRIBUTING.md] Explain that 'git clone' needs '--recursive' flag by Joshua Liebow-Feeser · 6 years ago
- 88a2f7b Update docs on uploading CLs to clarify behavior by Joshua Liebow-Feeser · 6 years ago
- 872eb8f Remove attributes which are failing compilation by Joshua Liebow-Feeser · 6 years ago
- 362acd2 Update docs for the move from {mundane -> fuchsia}.googlesource.com by Joshua Liebow-Feeser · 7 years ago
- 5c18bf1 [readme] Document requirement for go 1.11+ by Erick Tryzelaar · 7 years ago
- 8aaa1c8 [Cargo.toml] Update repository URL by Joshua Liebow-Feeser · 7 years ago
- 9a65a9d Canonicalize on "Mundane" (capital M) spelling by Joshua Liebow-Feeser · 7 years ago
- eb719eb [public::ec::tests::test_parse_fail] Fix failing test by Joshua Liebow-Feeser · 7 years ago
- 1c30c5d Initial commit by Joshua Liebow-Feeser · 7 years ago