• Home
Name Date Size #Lines LOC

..--

0001-Apply-Android-changes.patchD03-May-202478.6 KiB2,4022,380

0002-Make-openssl-buildable.patchD03-May-20241.8 KiB6153

0003-Add-HmacCtx-wrapper-for-BoringSSL.patchD03-May-20246.4 KiB184174

README.mdD03-May-2024596 118

README.md

1This directory contains patch files for `rust-openssl` for it to build successfully with
2`--features=unstable_boringssl`.
3
4After running `prepare-boringssl.sh`, the `rust-openssl` git repo is cloned to
5`beto-rust/boringssl-build/rust-openssl/openssl`, and the patches in this directory will be applied.
6
7If you make further changes, or update the "base commit" in `prepare-boringssl.sh`, you can
8regenerate the patch files by checking out to the desired state of the tree, with all changes
9committed, and run `git format-patch BASE_COMMIT`. (Note: `BASE_COMMIT` is set by
10`prepare-boringssl.sh`)
11