forked from chromium/chromium
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add ChaCha20Poly1305Encrypter, based on
draft-agl-tls-chacha20poly1305-04 and identified by the tag CC12. Add the base class AeadBaseEncrypter for Aes128Gcm12Encrypter and ChaCha20Poly1305Encrypter. Both subclasses can be defined by configuring the base class with four parameters. Merge internal CL: 62224774 Add ChaCha20Poly1305Decrypter, based on draft-agl-tls-chacha20poly1305-04 and identified by the tag CC12. This continues the previous CL that added ChaCha20Poly1305Encrypter. Add the base class AeadBaseDecrypter for Aes128Gcm12Decrypter and ChaCha20Poly1305Decrypter. Both subclasses can be defined by configuring the base class with four parameters. Merge internal CL: 62637549 Note: The chacha20_poly1305_*_nss.cc files will be implemented in a follow-up CL. Six files created with "svn copy" were added separately in https://codereview.chromium.org/196743005/ (r256650). R=agl@chromium.org,rtenneti@chromium.org BUG=none TEST=net_unittests Review URL: https://codereview.chromium.org/189893002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@256837 0039d316-1c4b-4281-b951-d872f2087c98
- Loading branch information
wtc@chromium.org
committed
Mar 13, 2014
1 parent
438c69e
commit 37e7e47
Showing
20 changed files
with
671 additions
and
670 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.