1. 4a0393f Add SHA256 and SHA512 bindings to bssl-crypto by Maurice Lam · 1 year, 8 months ago
  2. b0a026f add rust bindings for ed25519 by Nabil Wadih · 1 year, 9 months ago
  3. 26669ff Don't copy all of bssl-sys into the CMake build directory by David Benjamin · 1 year, 9 months ago
  4. b0b1f9d Only rerun bindgen when its dependencies change by David Benjamin · 1 year, 9 months ago
  5. d5ac273 Spell includes in wrapper.h like the rest of the project by David Benjamin · 1 year, 9 months ago
  6. a38d600 Fix allowlist regex in bindgen invocation by David Benjamin · 1 year, 9 months ago
  7. 1a5570b Update docs to recommend a much more convenient CMake invocation by David Benjamin · 1 year, 9 months ago
  8. e2d1401 Remove --size_t-is-usize from bindgen call by David Benjamin · 1 year, 9 months ago
  9. fa7afff add extra lints to align with Chromium rust toolchain by Nabil Wadih · 1 year, 9 months ago
  10. 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
  11. 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
  12. 172b291 add bindings to RAND_bytes by Nabil Wadih · 1 year, 10 months ago
  13. 92de195 - remove dependency on hex-literal crate by Nabil Wadih · 1 year, 10 months ago
  14. cc57542 add bindings for hkdf and update panic handler by Nabil Wadih · 1 year, 11 months ago
  15. 7b04d72 Get rid of the libc crate dependency in bssl-sys by Bob Beck · 1 year, 10 months ago
  16. 9ea4128 Set up cargo deny to deny new dependencies by default. by Bob Beck · 1 year, 10 months ago
  17. 3002573 Hmac should be able to take longer keys by Bob Beck · 1 year, 11 months ago
  18. 39da68f Rust bindings to boringssl plain AES implementation by Nabil Wadih · 2 years ago
  19. 6f3e822 Rust build cleanup by Bob Beck · 1 year, 11 months ago
  20. be79283 initial setup for bssl crate with hmac and sha2 bindings by Nabil Wadih · 2 years ago
  21. 8c4ec3b Replace almost all instances of CMAKE_SOURCE_DIR and CMAKE_BINARY_DIR by David Benjamin · 1 year, 11 months ago
  22. b8b924c Use --allowlist-file in bssl-sys by David Benjamin · 2 years ago
  23. 0e68520 Specify -Iinclude with the crypto target. by David Benjamin · 2 years ago
  24. bd7e419 Generate Rust wrappers for HKDF by Maurice Lam · 2 years ago
  25. a230a82 Build rust bindings against header files under current source dir by Maurice Lam · 2 years ago
  26. afbd7cf Include ctrdrbg.h in the Rust wrapper. by Pete Bentley · 2 years, 2 months ago
  27. b7d6320 Replace OPENSSL_STATIC_ASSERT with static_assert. by David Benjamin · 2 years, 6 months ago
  28. e5abf58 Rust bindings: Use CARGO_MANIFEST_DIR in build.rs by Kenichi Ishibashi · 2 years, 11 months ago
  29. ea46caf Put Rust binding generation behind an explicit flag and only build bindings for the targeted Arch by Benjamin Brittain · 3 years ago
  30. 8d8d8f3 Generates "low-level" bindings for Rust using bindgen by Benjamin Brittain · 3 years, 4 months ago