- 4a0393f Add SHA256 and SHA512 bindings to bssl-crypto by Maurice Lam · 1 year, 8 months ago
- b0a026f add rust bindings for ed25519 by Nabil Wadih · 1 year, 9 months ago
- 26669ff Don't copy all of bssl-sys into the CMake build directory by David Benjamin · 1 year, 9 months ago
- b0b1f9d Only rerun bindgen when its dependencies change by David Benjamin · 1 year, 9 months ago
- d5ac273 Spell includes in wrapper.h like the rest of the project by David Benjamin · 1 year, 9 months ago
- a38d600 Fix allowlist regex in bindgen invocation by David Benjamin · 1 year, 9 months ago
- 1a5570b Update docs to recommend a much more convenient CMake invocation by David Benjamin · 1 year, 9 months ago
- e2d1401 Remove --size_t-is-usize from bindgen call by David Benjamin · 1 year, 9 months ago
- fa7afff add extra lints to align with Chromium rust toolchain by Nabil Wadih · 1 year, 9 months ago
- 404d98b Include bindgen generated file via a build time env var, this plays nicer with other build systems like Soong and Gn. by Nabil Wadih · 1 year, 9 months ago
- 298e6c2 expose a reset API on hmac which resets the current instance back to its original state keeping the same key as initially used by Nabil Wadih · 1 year, 10 months ago
- 172b291 add bindings to RAND_bytes by Nabil Wadih · 1 year, 10 months ago
- 92de195 - remove dependency on hex-literal crate by Nabil Wadih · 1 year, 10 months ago
- cc57542 add bindings for hkdf and update panic handler by Nabil Wadih · 1 year, 11 months ago
- 7b04d72 Get rid of the libc crate dependency in bssl-sys by Bob Beck · 1 year, 10 months ago
- 9ea4128 Set up cargo deny to deny new dependencies by default. by Bob Beck · 1 year, 10 months ago
- 3002573 Hmac should be able to take longer keys by Bob Beck · 1 year, 11 months ago
- 39da68f Rust bindings to boringssl plain AES implementation by Nabil Wadih · 2 years ago
- 6f3e822 Rust build cleanup by Bob Beck · 1 year, 11 months ago
- be79283 initial setup for bssl crate with hmac and sha2 bindings by Nabil Wadih · 2 years ago
- 8c4ec3b Replace almost all instances of CMAKE_SOURCE_DIR and CMAKE_BINARY_DIR by David Benjamin · 1 year, 11 months ago
- b8b924c Use --allowlist-file in bssl-sys by David Benjamin · 2 years ago
- 0e68520 Specify -Iinclude with the crypto target. by David Benjamin · 2 years ago
- bd7e419 Generate Rust wrappers for HKDF by Maurice Lam · 2 years ago
- a230a82 Build rust bindings against header files under current source dir by Maurice Lam · 2 years ago
- afbd7cf Include ctrdrbg.h in the Rust wrapper. by Pete Bentley · 2 years, 2 months ago
- b7d6320 Replace OPENSSL_STATIC_ASSERT with static_assert. by David Benjamin · 2 years, 6 months ago
- e5abf58 Rust bindings: Use CARGO_MANIFEST_DIR in build.rs by Kenichi Ishibashi · 2 years, 11 months ago
- ea46caf Put Rust binding generation behind an explicit flag and only build bindings for the targeted Arch by Benjamin Brittain · 3 years ago
- 8d8d8f3 Generates "low-level" bindings for Rust using bindgen by Benjamin Brittain · 3 years, 4 months ago