Re: [PATCH 2/2] Add test for using sign_hash API
From: Vitaly Chikunov <hidden>
Date: 2021-01-07 13:04:13
From: Vitaly Chikunov <hidden>
Date: 2021-01-07 13:04:13
On Thu, Jan 07, 2021 at 07:25:03AM -0500, Mimi Zohar wrote:
quoted
diff --git a/tests/sign_verify.apitest.c b/tests/sign_verify.apitest.c new file mode 100644 index 0000000..20e2160 --- /dev/null +++ b/tests/sign_verify.apitest.c@@ -0,0 +1,55 @@ +// SPDX-License-Identifier: GPL-2.0 +/* + * sign_verify.apitest: Test program for verifying sign_hash + * + * Copyright (C) 2020 Patrick Uiterwijk <patrick@puiterwijk.org> + * Copyright (C) 2013,2014 Samsung Electronics + * Copyright (C) 2011,2012,2013 Intel Corporation + * Copyright (C) 2011 Nokia Corporation + * Copyright (C) 2010 Cyril Hrubis <chrubis@suse.cz> + */
Woah, so much copyright for a simple sign_hash() call?
Looking at the history, Dmitry Kasatkin must have been involved. From which software package is this from?