blob: 6261f3f7fe39699a5307462a6d82bd2e3d7d7c60 [file] [log] [blame]
Name: boringssl
URL: https://boringssl.googlesource.com/boringssl
Version: git
License: BSDish
License File: src/LICENSE
Security Critical: yes
Description:
A fork of OpenSSL, as described at https://www.imperialviolet.org/2014/06/20/boringssl.html
Additionally, this includes the convert_mozilla_certdata.go tool. This tool extracts a bundle of
Mozilla root certificates, and is available at https://github.com/agl/extract-nss-root-certs.
The version of the tool here matches commit 492d8c95628eb861a9f1467099936bc2b1fd6a7b.
To update:
1. Execute "go run roll_boringssl.go"
2. Build and test Fuchsia as normal.
3. Update //zircon/third_party/ulib/uboringssl as documented there.
4. Commit and push normally. Note the resulting revision for the next step.
5. Create and upload a CL that updates //garnet/manifest/boringssl
TODO(aarongreen): Document testing steps.