summaryrefslogtreecommitdiffstats
path: root/net/quic/crypto/chacha20_poly1305_encrypter_openssl.cc
Commit message (Expand)AuthorAgeFilesLines
* relnote: remove IsSupported method from the QUIC ChaCha20rch2015-12-011-3/+0
* Switch QUIC to calling EVP_aead_chacha20_poly1305_old.davidben2015-11-061-1/+5
* replace COMPILE_ASSERT with static_assert in net/mostynb2015-01-201-3/+3
* Add ChaCha20Poly1305Encrypter, based onwtc@chromium.org2014-03-131-0/+31