Highlights
- Pro
Block or Report
Block or report briansmith
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
crypto-bench
crypto-bench Public archiveBenchmarks for crypto libraries (in Rust, or with Rust bindings)
-
mozillapkix
mozillapkix Public archivemozilla::pkix: Firefox's X.509 certificate verification core code.
-
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 Tool23These commands generate and use private keys in unencrypted binary
4(not Base64 “PEM”) PKCS#8 format. The PKCS#8 format is used here because
5it is the most interoperable format when dealing with software that isn't
616 contributions in the last year
| Day of Week | December Dec | January Jan | February Feb | March Mar | April Apr | May May | June Jun | July Jul | August Aug | September Sep | October Oct | November Nov | |||||||||||||||||||||||||||||||||||||||||
| Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
| Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
| Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
| Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
| Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
| Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
| Saturday Sat | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Less
More
Contribution activity
November 2023
Created 39 commits in 1 repository
Created a pull request in briansmith/ring that received 2 comments
ec: NFC: Move use of LIMBS_add_mod to limbs.
Centralize the declaration of LIMBS_add_mod and remove some direct use of unsafe from ec.
+24
−30
lines changed
•
2
comments
Opened 30 other pull requests in 1 repository
briansmith/ring
27
merged
3
open
-
0.17.6.
This contribution was made on Nov 28
-
NFC ChaCha20: Move CPU feature dispatching to Rust.
This contribution was made on Nov 27
-
MSRV(1.64): Use
core::ffi::{c_int,c_uint}.This contribution was made on Nov 27 -
AES-GCM: Clarify that we need AVX (AVX1), not AVX2.
This contribution was made on Nov 26
-
Remove libc dependency.
This contribution was made on Nov 26
-
Stop exporting unmangled symbols on ARM/AArch64.
This contribution was made on Nov 25
-
RSA/bigint: Misc. cleanup after recent refactorings
This contribution was made on Nov 25
-
rsa: Stop using
NonnegativeinRsaKeyPairto checkd.This contribution was made on Nov 25 -
RSA: Use dynamic checks for widening conversions
This contribution was made on Nov 23
-
RSA: Precompute R**3 and store it instead of R**2.
This contribution was made on Nov 23
-
bigint: Stop implementing
DebugforOwnedModulus.This contribution was made on Nov 23 -
bigint: NFC: Take
oneRRout ofOwnedModulus.This contribution was made on Nov 23 -
rsa: NFC: Eliminate unnecessary
Nonnegative->Modulusconversion.This contribution was made on Nov 22 -
ec: NFC: Refactor
scalar_sumto eliminateLIMBS_add_moduse.This contribution was made on Nov 22 -
Refactor away parse_big_endian_in_range_partially_reduced_and_pad_consttime.
This contribution was made on Nov 22
-
bench aead: Do Cartesian product, not zip.
This contribution was made on Nov 21
-
bench: Add digest overhead benchmarks.
This contribution was made on Nov 21
-
RSA: Add benchmarks for signature verification.
This contribution was made on Nov 21
-
bigint: Use a better Montgomery RR doubling-vs-squaring trade-off.
This contribution was made on Nov 16
-
bigint: Calculate 1*R and 1*RR slightly more efficiently.
This contribution was made on Nov 12
-
NFC bigint: Misc. cleanup.
This contribution was made on Nov 11
-
RSA: Support RSA key pairs where q < p without converting to p > q.
This contribution was made on Nov 11
-
RSA: Remove
q_mod_nfromRsaKeyPair.This contribution was made on Nov 10 -
RSA: Remove QQ from RsaKeyPair.
This contribution was made on Nov 8
-
RSA bigint: Add bit length to
Modulusand rearrange bit length checks.This contribution was made on Nov 7 - Some pull requests not shown.
Reviewed 4 pull requests in 3 repositories
briansmith/ring
2 pull requests
-
getauxval isn't defined on uclibc, so disable dynamic feature detection
This contribution was made on Nov 13
-
enable builds on target_env = uclibc by providing a getauxval implementation
This contribution was made on Nov 10
rustls/rustls
1 pull request
-
crypto: rework CryptoProvider as struct
This contribution was made on Nov 28
rust-lang/rust
1 pull request
-
document ABI compatibility
This contribution was made on Nov 10
Created an issue in briansmith/ring that received 3 comments
Make GFp_armcap_P/ring_core_*_OPENSSL_armcap_P a hidden symbol
When one tries to create a --crate-type=staticlib or similar, GFp_armcap_P will be exported from the staticlib. If that static library is then link…
3
comments
Opened 4 other issues in 2 repositories
briansmith/ring
3
open
-
Make all operating system assumptions explicit
This contribution was made on Nov 28
-
More ergonomic and more-clearly-correct CPU feature detection.
This contribution was made on Nov 28
-
Conditional all uses of external C/assembly files on whether they are actually compiled
This contribution was made on Nov 28
mvdnes/spin-rs
1
open
-
Documentation: Clarify guaranteed happens-before semantics for
OnceThis contribution was made on Nov 26


