Revert "Production implementation of encryption/decryption."
This reverts commit d682b825. Reason for revert: Causes TSAN data race failure in new unit tests, for details see https://crbug.com/1121075 Original change's description: > Production implementation of encryption/decryption. > > Fake-* is removed, as well as virtual interface: we are using openssl and AEAD directly. > Also, decryption is moved out from Chrome, since for now we only use it in test. > Once we add it to the server, it will be placed elsewhere and probably wrapped in Java class. > > Bug: b:153649905 > Change-Id: Ib6383efa8f6b1e993e351e03f2f747043c6cb521 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2363868 > Commit-Queue: Leonid Baraz <lbaraz@chromium.org> > Reviewed-by: Zach Trudo <zatrudo@google.com> > Cr-Commit-Position: refs/heads/master@{#800750} TBR=zatrudo@google.com,lbaraz@chromium.org # Not skipping CQ checks because original CL landed > 1 day ago. Bug: b:153649905 Change-Id: Iddaf0f7dfa145d8620bfd464180537e1cbd2e2df Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2371704Reviewed-by:Dominik Röttsches <drott@chromium.org> Commit-Queue: Dominik Röttsches <drott@chromium.org> Cr-Commit-Position: refs/heads/master@{#800951}
Showing
This diff is collapsed.
Please register or sign in to comment