Add support for Poly1305 in EVP_PKEY
authorTodd Short <tshort@akamai.com>
Fri, 16 Dec 2016 22:00:43 +0000 (17:00 -0500)
committerRichard Levitte <levitte@openssl.org>
Tue, 24 Jan 2017 14:40:37 +0000 (15:40 +0100)
commit52ad5b60e3a1fef12a1a5ea01527a90b8f92a34b
tree74ef6b469ac271f35b5573738ca00edf38cff89e
parent07afdf3c3ac97af4f2b4eec22a97f7230f8227e0
Add support for Poly1305 in EVP_PKEY

Add Poly1305 as a "signed" digest.

Reviewed-by: Andy Polyakov <appro@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/2128)
20 files changed:
crypto/asn1/standard_methods.h
crypto/evp/evp_err.c
crypto/evp/p_lib.c
crypto/evp/pmeth_lib.c
crypto/include/internal/asn1_int.h
crypto/include/internal/evp_int.h
crypto/include/internal/poly1305.h
crypto/objects/obj_dat.h
crypto/objects/obj_mac.num
crypto/objects/objects.txt
crypto/poly1305/build.info
crypto/poly1305/poly1305_ameth.c [new file with mode: 0644]
crypto/poly1305/poly1305_pmeth.c [new file with mode: 0644]
doc/man3/EVP_DigestInit.pod
doc/man3/EVP_PKEY_CTX_ctrl.pod
include/openssl/evp.h
include/openssl/obj_mac.h
test/evp_test.c
test/evptests.txt
util/libcrypto.num