summaryrefslogtreecommitdiffstats
path: root/crypto/srp
diff options
context:
space:
mode:
authorTim Hudson <tjh@cryptsoft.com>2018-03-13 18:33:44 +1000
committerTim Hudson <tjh@cryptsoft.com>2018-03-13 18:33:44 +1000
commit3b855b1f892bb26aca760b331afe506527fe369c (patch)
tree6b4fd33495591597f721ee54a25bfb4d3ee782ba /crypto/srp
parentd3bc941df4142be4042e78ab9ba07fb296c424d1 (diff)
update SRP copyright notice
As per discussion with Peter Sylvester Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/5603)
Diffstat (limited to 'crypto/srp')
-rw-r--r--crypto/srp/srp_lib.c6
-rw-r--r--crypto/srp/srp_vfy.c6
2 files changed, 10 insertions, 2 deletions
diff --git a/crypto/srp/srp_lib.c b/crypto/srp/srp_lib.c
index e79352cb2e..b97d630d37 100644
--- a/crypto/srp/srp_lib.c
+++ b/crypto/srp/srp_lib.c
@@ -1,10 +1,14 @@
/*
- * Copyright 2011-2016 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2004-2018 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright (c) 2004, EdelKey Project. All Rights Reserved.
*
* Licensed under the OpenSSL license (the "License"). You may not use
* this file except in compliance with the License. You can obtain a copy
* in the file LICENSE in the source distribution or at
* https://www.openssl.org/source/license.html
+ *
+ * Originally written by Christophe Renou and Peter Sylvester,
+ * for the EdelKey project.
*/
#ifndef OPENSSL_NO_SRP
diff --git a/crypto/srp/srp_vfy.c b/crypto/srp/srp_vfy.c
index eb4a38d4a7..56ae94b196 100644
--- a/crypto/srp/srp_vfy.c
+++ b/crypto/srp/srp_vfy.c
@@ -1,10 +1,14 @@
/*
- * Copyright 2011-2016 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2004-2018 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright (c) 2004, EdelKey Project. All Rights Reserved.
*
* Licensed under the OpenSSL license (the "License"). You may not use
* this file except in compliance with the License. You can obtain a copy
* in the file LICENSE in the source distribution or at
* https://www.openssl.org/source/license.html
+ *
+ * Originally written by Christophe Renou and Peter Sylvester,
+ * for the EdelKey project.
*/
#ifndef OPENSSL_NO_SRP