Add blake2 support.
authorBill Cox <waywardgeek@google.com>
Wed, 9 Mar 2016 22:08:31 +0000 (23:08 +0100)
committerRich Salz <rsalz@openssl.org>
Fri, 11 Mar 2016 15:39:10 +0000 (10:39 -0500)
commit2d0b44126763f989a4cbffbffe9d0c7518158bb7
tree241855d2b5a9b91688f969bf849037f6a0343594
parent40f43f8a2e7c75f032672d198604e4fbd6a60fd8
Add blake2 support.

Reviewed-by: Andy Polyakov <appro@openssl.org>
Reviewed-by: Rich Salz <rsalz@openssl.org>
29 files changed:
Configure
Makefile.in
apps/openssl.c
apps/progs.h
apps/progs.pl
crypto/blake2/Makefile.in [new file with mode: 0644]
crypto/blake2/blake2_impl.h [new file with mode: 0644]
crypto/blake2/blake2b.c [new file with mode: 0644]
crypto/blake2/blake2s.c [new file with mode: 0644]
crypto/blake2/build.info [new file with mode: 0644]
crypto/evp/Makefile.in
crypto/evp/build.info
crypto/evp/c_alld.c
crypto/evp/m_blake2b.c [new file with mode: 0644]
crypto/evp/m_blake2s.c [new file with mode: 0644]
crypto/include/internal/blake2_locl.h [new file with mode: 0644]
crypto/objects/obj_dat.h
crypto/objects/obj_mac.num
crypto/objects/objects.txt
doc/apps/dgst.pod
doc/crypto/EVP_DigestInit.pod
doc/standards.txt
include/openssl/evp.h
include/openssl/obj_mac.h
include/openssl/objects.h
test/evptests.txt
util/libcrypto.num
util/mkdef.pl
util/mkfiles.pl