chacha20poly1305
authorAdam Langley <agl@chromium.org>
Mon, 9 Sep 2013 16:13:24 +0000 (12:13 -0400)
committerAdam Langley <agl@chromium.org>
Tue, 1 Oct 2013 18:59:22 +0000 (14:59 -0400)
commit9a8646510b3d0a48e950748f7a2aaa12ed40d5e0
tree161b23361778c155f9c174694b1db2506a2e0b52
parentfa03d0117ad76854dc6087e5192251e369e5af68
chacha20poly1305

Add support for Chacha20 + Poly1305.
27 files changed:
Configure
Makefile.org
apps/speed.c
crypto/chacha/Makefile [new file with mode: 0644]
crypto/chacha/chacha.h [new file with mode: 0644]
crypto/chacha/chacha_enc.c [new file with mode: 0644]
crypto/chacha/chacha_vec.c [new file with mode: 0644]
crypto/chacha/chachatest.c [new file with mode: 0644]
crypto/evp/Makefile
crypto/evp/e_chacha20poly1305.c [new file with mode: 0644]
crypto/evp/evp.h
crypto/evp/evp_err.c
crypto/poly1305/Makefile [new file with mode: 0644]
crypto/poly1305/poly1305.c [new file with mode: 0644]
crypto/poly1305/poly1305.h [new file with mode: 0644]
crypto/poly1305/poly1305_arm.c [new file with mode: 0644]
crypto/poly1305/poly1305_arm_asm.s [new file with mode: 0644]
crypto/poly1305/poly1305_vec.c [new file with mode: 0644]
crypto/poly1305/poly1305test.c [new file with mode: 0644]
ssl/s3_lib.c
ssl/s3_pkt.c
ssl/ssl.h
ssl/ssl_ciph.c
ssl/ssl_locl.h
ssl/t1_enc.c
ssl/tls1.h
test/Makefile