aboutsummaryrefslogtreecommitdiff
path: root/gost_ec_keyx.c
diff options
context:
space:
mode:
authorVitalio <vt@altlinux.org>2020-06-10 10:46:36 +0300
committerGitHub <noreply@github.com>2020-06-10 10:46:36 +0300
commit250f9cd5bb0ae299a7f225d66ff5fcb3bbcb1a70 (patch)
tree632ad865755304de488d0f4ecc2a573b6588c271 /gost_ec_keyx.c
parentdbc8f4780fa78d66a68174f78f9ae9aa9cdad53c (diff)
downloadgost-engine-250f9cd5bb0ae299a7f225d66ff5fcb3bbcb1a70.zip
gost-engine-250f9cd5bb0ae299a7f225d66ff5fcb3bbcb1a70.tar.gz
gost-engine-250f9cd5bb0ae299a7f225d66ff5fcb3bbcb1a70.tar.bz2
gost_ec_keyx: Update header plate with copyrights and description (#266)
Diffstat (limited to 'gost_ec_keyx.c')
-rw-r--r--gost_ec_keyx.c8
1 files changed, 7 insertions, 1 deletions
diff --git a/gost_ec_keyx.c b/gost_ec_keyx.c
index 973ab06..850479a 100644
--- a/gost_ec_keyx.c
+++ b/gost_ec_keyx.c
@@ -1,9 +1,15 @@
/**********************************************************************
* gost_ec_keyx.c *
+ * *
* Copyright (c) 2005-2013 Cryptocom LTD *
+ * Copyright (c) 2018,2020 Dmitry Belyavskiy <beldmit@gmail.com> *
+ * Copyright (c) 2020 Billy Brumley <bbrumley@gmail.com> *
+ * *
* This file is distributed under the same license as OpenSSL *
* *
- * VK0 34.10-2001 key exchange and GOST R 34.10-2001 *
+ * VK0 R 50.1.113-2016 / RFC 7836 *
+ * KEG R 1323565.1.020-2018 *
+ * VK0 34.10-2001 key exchange and GOST R 34.10-2001 (RFC 4357) *
* based PKCS7/SMIME support *
* Requires OpenSSL 0.9.9 for compilation *
**********************************************************************/