Update the imported curve448 code to use OpenSSL copyright headers
authorMatt Caswell <matt@openssl.org>
Fri, 1 Dec 2017 18:12:25 +0000 (18:12 +0000)
committerMatt Caswell <matt@openssl.org>
Tue, 20 Feb 2018 12:59:30 +0000 (12:59 +0000)
commit1308e022e1a62214b9e7f8ec92ca7045e70af3a2
treead14d654bfbce482d4072a8cab1bf226bed5e054
parent22bcc9cb7fbd1433924bd9738cb34f9dfbb35c91
Update the imported curve448 code to use OpenSSL copyright headers

Some files talk about the MIT license. This code was contributed under
CLA and was relicensed to the OpenSSL licence when imported.

Reviewed-by: Bernd Edlinger <bernd.edlinger@hotmail.de>
(Merged from https://github.com/openssl/openssl/pull/5105)
30 files changed:
crypto/ec/curve448/arch_32/arch_intrinsics.h
crypto/ec/curve448/arch_32/f_impl.c
crypto/ec/curve448/arch_32/f_impl.h
crypto/ec/curve448/arch_arm_32/arch_intrinsics.h
crypto/ec/curve448/arch_arm_32/f_impl.c
crypto/ec/curve448/arch_arm_32/f_impl.h
crypto/ec/curve448/arch_neon/arch_intrinsics.h
crypto/ec/curve448/arch_neon/f_impl.c
crypto/ec/curve448/arch_neon/f_impl.h
crypto/ec/curve448/arch_ref64/arch_intrinsics.h
crypto/ec/curve448/arch_ref64/f_impl.c
crypto/ec/curve448/arch_ref64/f_impl.h
crypto/ec/curve448/arch_x86_64/arch_intrinsics.h
crypto/ec/curve448/arch_x86_64/f_impl.c
crypto/ec/curve448/arch_x86_64/f_impl.h
crypto/ec/curve448/constant_time.h
crypto/ec/curve448/curve448.c
crypto/ec/curve448/curve448_lcl.h
crypto/ec/curve448/curve448_tables.c
crypto/ec/curve448/curve448_test.c
crypto/ec/curve448/curve448utils.h
crypto/ec/curve448/ed448.h
crypto/ec/curve448/eddsa.c
crypto/ec/curve448/f_arithmetic.c
crypto/ec/curve448/f_field.h
crypto/ec/curve448/f_generic.c
crypto/ec/curve448/field.h
crypto/ec/curve448/point_448.h
crypto/ec/curve448/scalar.c
crypto/ec/curve448/word.h