- Support using a FIPS-certified boringssl. You can enable this with
--features fips
. - Support
aarch64-apple-ios-sim
targets
- Updated
bindgen
to1.60
- Updated
boring-sys
to f1c75347daa2ea81a941e953f2263e0a4d970c8d. In particular, this makes boring compatible withquiche 0.12
.
- Use the Android NDK sysroot when running bindgen
- Only apply the MSVC generator hack when targeting MSVC, not all Windows targets
- Allow using pre-built binaries of
bssl
using theBORING_BSSL_PATH
env variable - Automatically fetch the
boringssl
submodule if it doesn't yet exist
- Removed unused
PasswordCallback
type - Disable unused bindgen dependencies
- Update
bindgen
andbytes
dependencies