1. cb47fdc Switch to bindgen's static inline support by David Benjamin · 1 year, 1 month ago
  2. a4c3f8d Document assumptions made by bssl-crypto's unboxed HMAC_CTX by David Benjamin · 1 year, 2 months ago
  3. 414f695 Reworking bssl_crypto: don't use zero keys in examples. by Adam Langley · 1 year, 2 months ago
  4. 321f3a7 Reworking bssl_crypto: bump version and fix license. by Adam Langley · 1 year, 3 months ago
  5. 0ea8ee1 Reworking bssl_crypto: Sync+Send for ECC and RSA. by Adam Langley · 1 year, 3 months ago
  6. 4209847 Reworking bssl_crypto: tidy up module list. by Adam Langley · 1 year, 3 months ago
  7. 0588f9a Reworking bssl_crypto: Add RSA support by Adam Langley · 1 year, 3 months ago
  8. 9333b29 Reworking bssl_crypto: Ed25519 by Adam Langley · 1 year, 3 months ago
  9. 169128d Reworking bssl_crypto: add ECDSA support by Adam Langley · 1 year, 3 months ago
  10. 929518a Reworking bssl_crypto: rand by Adam Langley · 1 year, 3 months ago
  11. a8e5e34 Reworking bssl_crypto: ECDH by Adam Langley · 1 year, 3 months ago
  12. 0eac348 Reworking bssl_crypto: make with_output_array_fallible use a bool. by Adam Langley · 1 year, 2 months ago
  13. 470b9cb Reworking bssl_crypto: AES by Adam Langley · 1 year, 3 months ago
  14. 6a4c717 Reworking bssl_crypto: AEAD by Adam Langley · 1 year, 3 months ago
  15. 518172c Reworking bssl_crypto: HMAC by Adam Langley · 1 year, 3 months ago
  16. b7534cf Reworking bssl_crypto: HKDF by Adam Langley · 1 year, 3 months ago
  17. 190cc52 Reworking bssl_crypto: imports_granularity = "Crate" by Adam Langley · 1 year, 3 months ago
  18. 677414b Reworking bssl_crypto: digest by Adam Langley · 1 year, 3 months ago
  19. ec6a405 Reworking bssl_crypto: x25519 by Adam Langley · 1 year, 3 months ago
  20. 8d71d24 Export OPENSSL_NO_* defines in bssl-sys for consumption in rust-openssl by Alex Gaynor · 1 year, 6 months ago
  21. 55715e3 Edit bssl-sys setup instructions. by Cindy Lin · 1 year, 6 months ago
  22. 81ed2b3 Implement bssl-crypto wrappers for AES-CBC by Maurice Lam · 1 year, 7 months ago
  23. cfcb954 Make bssl-crypto no_std compatible by Alice Wang · 1 year, 6 months ago
  24. 1e3da32 Expose curves for ECDH by Maurice Lam · 1 year, 7 months ago
  25. f7629e1 Add X25519 bindings for bssl-crypto by Maurice Lam · 1 year, 10 months ago
  26. 37be47b Add ecdh and P256 bindings to bssl-crypto by Maurice Lam · 1 year, 10 months ago
  27. 5a3eb9e Fix cargo clippy and fmt by Maurice Lam · 1 year, 7 months ago
  28. c6c9c38 Add Rust bindings to AES_CTR through EVP_* cipher API's by Nabil Wadih · 1 year, 10 months ago
  29. f896fbd Add Rust bindings to AES-GCM through the EVP_AEAD_* APIs by Nabil Wadih · 1 year, 10 months ago
  30. 7991692 Add rust bindings to AES-GCM-SIV through the EVP_AEAD_* API's by Nabil Wadih · 1 year, 11 months ago
  31. 8d19c85 Add rust API instability warning by Bob Beck · 1 year, 8 months ago
  32. 77d4317 Fix FFI slice usage by Maurice Lam · 1 year, 10 months ago
  33. 690dcdf Make the old sk_* functions into full functions by David Benjamin · 1 year, 9 months ago
  34. a08b711 Temporarily add sk_new_null, etc., wrappers in bssl-sys by David Benjamin · 1 year, 9 months ago
  35. 5159ae6 Add memcmp binding to bssl-crypto by Maurice Lam · 1 year, 10 months ago
  36. 2a72f97 Tidy bssl-crypto documentation by David Benjamin · 1 year, 10 months ago
  37. 4a0393f Add SHA256 and SHA512 bindings to bssl-crypto by Maurice Lam · 1 year, 10 months ago
  38. b0a026f add rust bindings for ed25519 by Nabil Wadih · 1 year, 11 months ago
  39. 26669ff Don't copy all of bssl-sys into the CMake build directory by David Benjamin · 2 years ago
  40. b0b1f9d Only rerun bindgen when its dependencies change by David Benjamin · 2 years ago
  41. d5ac273 Spell includes in wrapper.h like the rest of the project by David Benjamin · 2 years ago
  42. a38d600 Fix allowlist regex in bindgen invocation by David Benjamin · 2 years ago
  43. 1a5570b Update docs to recommend a much more convenient CMake invocation by David Benjamin · 2 years ago
  44. e2d1401 Remove --size_t-is-usize from bindgen call by David Benjamin · 2 years ago
  45. fa7afff add extra lints to align with Chromium rust toolchain by Nabil Wadih · 2 years ago
  46. 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
  47. 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
  48. 172b291 add bindings to RAND_bytes by Nabil Wadih · 2 years ago
  49. 92de195 - remove dependency on hex-literal crate by Nabil Wadih · 2 years ago
  50. cc57542 add bindings for hkdf and update panic handler by Nabil Wadih · 2 years, 1 month ago
  51. 7b04d72 Get rid of the libc crate dependency in bssl-sys by Bob Beck · 2 years ago
  52. 9ea4128 Set up cargo deny to deny new dependencies by default. by Bob Beck · 2 years ago
  53. 3002573 Hmac should be able to take longer keys by Bob Beck · 2 years, 1 month ago
  54. 39da68f Rust bindings to boringssl plain AES implementation by Nabil Wadih · 2 years, 1 month ago
  55. 6f3e822 Rust build cleanup by Bob Beck · 2 years, 1 month ago
  56. be79283 initial setup for bssl crate with hmac and sha2 bindings by Nabil Wadih · 2 years, 1 month ago
  57. 8c4ec3b Replace almost all instances of CMAKE_SOURCE_DIR and CMAKE_BINARY_DIR by David Benjamin · 2 years, 1 month ago
  58. b8b924c Use --allowlist-file in bssl-sys by David Benjamin · 2 years, 1 month ago
  59. 0e68520 Specify -Iinclude with the crypto target. by David Benjamin · 2 years, 2 months ago
  60. bd7e419 Generate Rust wrappers for HKDF by Maurice Lam · 2 years, 2 months ago
  61. a230a82 Build rust bindings against header files under current source dir by Maurice Lam · 2 years, 3 months ago
  62. afbd7cf Include ctrdrbg.h in the Rust wrapper. by Pete Bentley · 2 years, 4 months ago
  63. b7d6320 Replace OPENSSL_STATIC_ASSERT with static_assert. by David Benjamin · 2 years, 8 months ago
  64. e5abf58 Rust bindings: Use CARGO_MANIFEST_DIR in build.rs by Kenichi Ishibashi · 3 years, 1 month ago
  65. 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
  66. 8d8d8f3 Generates "low-level" bindings for Rust using bindgen by Benjamin Brittain · 3 years, 6 months ago