Files
ce_cdm/third_party/boringssl/README.md
2018-05-16 17:35:40 -07:00

971 B

BoringSSL

This directory contains the copy of BoringSSL used by the Widevine CDM. On most platforms, the Widevine CDM statically links against this copy of BoringSSL. To update this directory to the latest version of BoringSSL, run UPDATE_BORINGSSL.sh, which updates BoringSSL to the latest public release. Note that this will replace the entire contents of the kit/ subdirectory.

The kit/ subdirectory contains the BoringSSL source code and several autogenerated files derived from it. The files in this directory are maintained by tools and should not be edited by hand.

The legacy_kit/ subdirectory contains the same thing as the kit/ subdirectory, except that BoringSSL has been pinned to the last BoringSSL revision not to require any C++11. This directory is used to provide libssl to the unit tests without requiring C++11.

This top-level directory contains files written by hand that are not replaced when the UPDATE_BORINGSSL.sh script is run.