1. 8d71d24 Export OPENSSL_NO_* defines in bssl-sys for consumption in rust-openssl by Alex Gaynor · 1 year, 5 months ago
  2. 55715e3 Edit bssl-sys setup instructions. by Cindy Lin · 1 year, 5 months ago
  3. 81ed2b3 Implement bssl-crypto wrappers for AES-CBC by Maurice Lam · 1 year, 7 months ago
  4. cfcb954 Make bssl-crypto no_std compatible by Alice Wang · 1 year, 6 months ago
  5. 1e3da32 Expose curves for ECDH by Maurice Lam · 1 year, 7 months ago
  6. f7629e1 Add X25519 bindings for bssl-crypto by Maurice Lam · 1 year, 10 months ago
  7. 37be47b Add ecdh and P256 bindings to bssl-crypto by Maurice Lam · 1 year, 10 months ago
  8. 5a3eb9e Fix cargo clippy and fmt by Maurice Lam · 1 year, 7 months ago
  9. c6c9c38 Add Rust bindings to AES_CTR through EVP_* cipher API's by Nabil Wadih · 1 year, 10 months ago
  10. f896fbd Add Rust bindings to AES-GCM through the EVP_AEAD_* APIs by Nabil Wadih · 1 year, 10 months ago
  11. 7991692 Add rust bindings to AES-GCM-SIV through the EVP_AEAD_* API's by Nabil Wadih · 1 year, 10 months ago
  12. 8d19c85 Add rust API instability warning by Bob Beck · 1 year, 8 months ago
  13. 77d4317 Fix FFI slice usage by Maurice Lam · 1 year, 10 months ago
  14. 690dcdf Make the old sk_* functions into full functions by David Benjamin · 1 year, 9 months ago
  15. a08b711 Temporarily add sk_new_null, etc., wrappers in bssl-sys by David Benjamin · 1 year, 9 months ago
  16. 5159ae6 Add memcmp binding to bssl-crypto by Maurice Lam · 1 year, 10 months ago
  17. 2a72f97 Tidy bssl-crypto documentation by David Benjamin · 1 year, 10 months ago
  18. 4a0393f Add SHA256 and SHA512 bindings to bssl-crypto by Maurice Lam · 1 year, 10 months ago
  19. b0a026f add rust bindings for ed25519 by Nabil Wadih · 1 year, 11 months ago
  20. 26669ff Don't copy all of bssl-sys into the CMake build directory by David Benjamin · 1 year, 11 months ago
  21. b0b1f9d Only rerun bindgen when its dependencies change by David Benjamin · 1 year, 11 months ago
  22. d5ac273 Spell includes in wrapper.h like the rest of the project by David Benjamin · 1 year, 11 months ago
  23. a38d600 Fix allowlist regex in bindgen invocation by David Benjamin · 1 year, 11 months ago
  24. 1a5570b Update docs to recommend a much more convenient CMake invocation by David Benjamin · 1 year, 11 months ago
  25. e2d1401 Remove --size_t-is-usize from bindgen call by David Benjamin · 1 year, 11 months ago
  26. fa7afff add extra lints to align with Chromium rust toolchain by Nabil Wadih · 2 years ago
  27. 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 · 2 years ago
  28. 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 · 2 years ago
  29. 172b291 add bindings to RAND_bytes by Nabil Wadih · 2 years ago
  30. 92de195 - remove dependency on hex-literal crate by Nabil Wadih · 2 years ago
  31. cc57542 add bindings for hkdf and update panic handler by Nabil Wadih · 2 years, 1 month ago
  32. 7b04d72 Get rid of the libc crate dependency in bssl-sys by Bob Beck · 2 years ago
  33. 9ea4128 Set up cargo deny to deny new dependencies by default. by Bob Beck · 2 years ago
  34. 3002573 Hmac should be able to take longer keys by Bob Beck · 2 years ago
  35. 39da68f Rust bindings to boringssl plain AES implementation by Nabil Wadih · 2 years, 1 month ago
  36. 6f3e822 Rust build cleanup by Bob Beck · 2 years ago
  37. be79283 initial setup for bssl crate with hmac and sha2 bindings by Nabil Wadih · 2 years, 1 month ago
  38. 8c4ec3b Replace almost all instances of CMAKE_SOURCE_DIR and CMAKE_BINARY_DIR by David Benjamin · 2 years, 1 month ago
  39. b8b924c Use --allowlist-file in bssl-sys by David Benjamin · 2 years, 1 month ago
  40. 0e68520 Specify -Iinclude with the crypto target. by David Benjamin · 2 years, 2 months ago
  41. bd7e419 Generate Rust wrappers for HKDF by Maurice Lam · 2 years, 1 month ago
  42. a230a82 Build rust bindings against header files under current source dir by Maurice Lam · 2 years, 2 months ago
  43. afbd7cf Include ctrdrbg.h in the Rust wrapper. by Pete Bentley · 2 years, 4 months ago
  44. b7d6320 Replace OPENSSL_STATIC_ASSERT with static_assert. by David Benjamin · 2 years, 8 months ago
  45. e5abf58 Rust bindings: Use CARGO_MANIFEST_DIR in build.rs by Kenichi Ishibashi · 3 years, 1 month ago
  46. ea46caf Put Rust binding generation behind an explicit flag and only build bindings for the targeted Arch by Benjamin Brittain · 3 years, 2 months ago
  47. 8d8d8f3 Generates "low-level" bindings for Rust using bindgen by Benjamin Brittain · 3 years, 6 months ago