Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "Use CRYPTO_BUFFER APIs instead of X509 when building with Bor…
…ingSSL." This reverts commit 72f638a. Reason for revert: downstream build failures Original change's description: > Use CRYPTO_BUFFER APIs instead of X509 when building with BoringSSL. > > Using CRYPTO_BUFFERs instead of legacy X509 objects offers memory and > security gains, and will provide binary size improvements as well once > the default list of built-in certificates can be removed; the code > dealing with them still depends on the X509 API. > > Implemented by splitting openssl_identity and openssl_certificate > into BoringSSL and vanilla OpenSSL implementations. > > Bug: webrtc:11410 > Change-Id: Idc043462faac5e4ab1b75bedab2057197f80aba6 > Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/174120 > Reviewed-by: Mirko Bonadei <[email protected]> > Reviewed-by: David Benjamin <[email protected]> > Reviewed-by: Harald Alvestrand <[email protected]> > Commit-Queue: Taylor <[email protected]> > Cr-Commit-Position: refs/heads/master@{#32811} [email protected],[email protected],[email protected],[email protected] Change-Id: Ib5e55cb5798a2f3d25a4460f5311d2e650d3fa82 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: webrtc:11410 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/196742 Reviewed-by: Sam Zackrisson <[email protected]> Commit-Queue: Sam Zackrisson <[email protected]> Cr-Commit-Position: refs/heads/master@{#32812}
- Loading branch information