webcrypto.dart icon indicating copy to clipboard operation
webcrypto.dart copied to clipboard

Upgrade BoringSSL

Open jonasfj opened this issue 9 months ago • 0 comments

We need to upgrade BoringSSL, however, their build scripts have changed a bit. In particular how ASM files are added, so we might need to make some changes.

The logic is in: https://github.com/google/webcrypto.dart/blob/master/tool/update-boringssl.py

We need to bump BORINGSSL_REVISION.

And then fix our build script generator logic, since asm_outputs parameter isn't give to WriteFiles anymore.

I tried playing with this, but we need to do more than simple remove the asm_outputs parameter.


There is some documentation in: https://boringssl.googlesource.com/boringssl/+/refs/heads/master/INCORPORATING.md

The rest is reading BoringSSL code and build system :rofl:

jonasfj avatar May 08 '24 10:05 jonasfj