summaryrefslogtreecommitdiffstats
path: root/lib/libcrypto/ec
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2014-06-12 15:49:27 +0000
committerderaadt <deraadt@openbsd.org>2014-06-12 15:49:27 +0000
commitc3d6a26af7455bccce87985ff78ef0efc39b65e1 (patch)
treee33a1578f7baa601a43c5042bc97fea75fedf2f4 /lib/libcrypto/ec
parentupdate to 1.6.0 with official syslog support backported from the 1.7 branch (diff)
downloadwireguard-openbsd-c3d6a26af7455bccce87985ff78ef0efc39b65e1.tar.xz
wireguard-openbsd-c3d6a26af7455bccce87985ff78ef0efc39b65e1.zip
tags as requested by miod and tedu
Diffstat (limited to 'lib/libcrypto/ec')
-rw-r--r--lib/libcrypto/ec/ec.h2
-rw-r--r--lib/libcrypto/ec/ec2_mult.c2
-rw-r--r--lib/libcrypto/ec/ec2_oct.c2
-rw-r--r--lib/libcrypto/ec/ec2_smpl.c2
-rw-r--r--lib/libcrypto/ec/ec_ameth.c1
-rw-r--r--lib/libcrypto/ec/ec_asn1.c2
-rw-r--r--lib/libcrypto/ec/ec_check.c2
-rw-r--r--lib/libcrypto/ec/ec_curve.c2
-rw-r--r--lib/libcrypto/ec/ec_cvt.c2
-rw-r--r--lib/libcrypto/ec/ec_err.c2
-rw-r--r--lib/libcrypto/ec/ec_key.c2
-rw-r--r--lib/libcrypto/ec/ec_lcl.h2
-rw-r--r--lib/libcrypto/ec/ec_lib.c2
-rw-r--r--lib/libcrypto/ec/ec_mult.c2
-rw-r--r--lib/libcrypto/ec/ec_oct.c2
-rw-r--r--lib/libcrypto/ec/ec_pmeth.c1
-rw-r--r--lib/libcrypto/ec/ec_print.c2
-rw-r--r--lib/libcrypto/ec/eck_prn.c2
-rw-r--r--lib/libcrypto/ec/ecp_mont.c2
-rw-r--r--lib/libcrypto/ec/ecp_nist.c2
-rw-r--r--lib/libcrypto/ec/ecp_nistp224.c2
-rw-r--r--lib/libcrypto/ec/ecp_nistp256.c2
-rw-r--r--lib/libcrypto/ec/ecp_nistp521.c2
-rw-r--r--lib/libcrypto/ec/ecp_nistputil.c2
-rw-r--r--lib/libcrypto/ec/ecp_oct.c2
-rw-r--r--lib/libcrypto/ec/ecp_smpl.c2
26 files changed, 26 insertions, 24 deletions
diff --git a/lib/libcrypto/ec/ec.h b/lib/libcrypto/ec/ec.h
index 1e0b929304f..db0b99a8e9d 100644
--- a/lib/libcrypto/ec/ec.h
+++ b/lib/libcrypto/ec/ec.h
@@ -1,4 +1,4 @@
-/* crypto/ec/ec.h */
+/* $OpenBSD: ec.h,v 1.9 2014/06/12 15:49:29 deraadt Exp $ */
/*
* Originally written by Bodo Moeller for the OpenSSL project.
*/
diff --git a/lib/libcrypto/ec/ec2_mult.c b/lib/libcrypto/ec/ec2_mult.c
index 040d7bb2782..6df193d0d49 100644
--- a/lib/libcrypto/ec/ec2_mult.c
+++ b/lib/libcrypto/ec/ec2_mult.c
@@ -1,4 +1,4 @@
-/* crypto/ec/ec2_mult.c */
+/* $OpenBSD: ec2_mult.c,v 1.3 2014/06/12 15:49:29 deraadt Exp $ */
/* ====================================================================
* Copyright 2002 Sun Microsystems, Inc. ALL RIGHTS RESERVED.
*
diff --git a/lib/libcrypto/ec/ec2_oct.c b/lib/libcrypto/ec/ec2_oct.c
index a856a5b1a7b..15066beae45 100644
--- a/lib/libcrypto/ec/ec2_oct.c
+++ b/lib/libcrypto/ec/ec2_oct.c
@@ -1,4 +1,4 @@
-/* crypto/ec/ec2_oct.c */
+/* $OpenBSD: ec2_oct.c,v 1.3 2014/06/12 15:49:29 deraadt Exp $ */
/* ====================================================================
* Copyright 2002 Sun Microsystems, Inc. ALL RIGHTS RESERVED.
*
diff --git a/lib/libcrypto/ec/ec2_smpl.c b/lib/libcrypto/ec/ec2_smpl.c
index 71bacf71dd9..fc2e4ca7bc6 100644
--- a/lib/libcrypto/ec/ec2_smpl.c
+++ b/lib/libcrypto/ec/ec2_smpl.c
@@ -1,4 +1,4 @@
-/* crypto/ec/ec2_smpl.c */
+/* $OpenBSD: ec2_smpl.c,v 1.10 2014/06/12 15:49:29 deraadt Exp $ */
/* ====================================================================
* Copyright 2002 Sun Microsystems, Inc. ALL RIGHTS RESERVED.
*
diff --git a/lib/libcrypto/ec/ec_ameth.c b/lib/libcrypto/ec/ec_ameth.c
index 521ada32998..31ea95f1031 100644
--- a/lib/libcrypto/ec/ec_ameth.c
+++ b/lib/libcrypto/ec/ec_ameth.c
@@ -1,3 +1,4 @@
+/* $OpenBSD: ec_ameth.c,v 1.9 2014/06/12 15:49:29 deraadt Exp $ */
/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
* project 2006.
*/
diff --git a/lib/libcrypto/ec/ec_asn1.c b/lib/libcrypto/ec/ec_asn1.c
index 342db2a992a..52f33d8f346 100644
--- a/lib/libcrypto/ec/ec_asn1.c
+++ b/lib/libcrypto/ec/ec_asn1.c
@@ -1,4 +1,4 @@
-/* crypto/ec/ec_asn1.c */
+/* $OpenBSD: ec_asn1.c,v 1.7 2014/06/12 15:49:29 deraadt Exp $ */
/*
* Written by Nils Larsch for the OpenSSL project.
*/
diff --git a/lib/libcrypto/ec/ec_check.c b/lib/libcrypto/ec/ec_check.c
index 8f533d5ff8a..585590514f4 100644
--- a/lib/libcrypto/ec/ec_check.c
+++ b/lib/libcrypto/ec/ec_check.c
@@ -1,4 +1,4 @@
-/* crypto/ec/ec_check.c */
+/* $OpenBSD: ec_check.c,v 1.3 2014/06/12 15:49:29 deraadt Exp $ */
/* ====================================================================
* Copyright (c) 1998-2002 The OpenSSL Project. All rights reserved.
*
diff --git a/lib/libcrypto/ec/ec_curve.c b/lib/libcrypto/ec/ec_curve.c
index daaa8edd7eb..32a7301bf9b 100644
--- a/lib/libcrypto/ec/ec_curve.c
+++ b/lib/libcrypto/ec/ec_curve.c
@@ -1,4 +1,4 @@
-/* crypto/ec/ec_curve.c */
+/* $OpenBSD: ec_curve.c,v 1.5 2014/06/12 15:49:29 deraadt Exp $ */
/*
* Written by Nils Larsch for the OpenSSL project.
*/
diff --git a/lib/libcrypto/ec/ec_cvt.c b/lib/libcrypto/ec/ec_cvt.c
index 2f755fefaff..7b70cf79687 100644
--- a/lib/libcrypto/ec/ec_cvt.c
+++ b/lib/libcrypto/ec/ec_cvt.c
@@ -1,4 +1,4 @@
-/* crypto/ec/ec_cvt.c */
+/* $OpenBSD: ec_cvt.c,v 1.5 2014/06/12 15:49:29 deraadt Exp $ */
/*
* Originally written by Bodo Moeller for the OpenSSL project.
*/
diff --git a/lib/libcrypto/ec/ec_err.c b/lib/libcrypto/ec/ec_err.c
index 0e70dcdc754..7620a05d849 100644
--- a/lib/libcrypto/ec/ec_err.c
+++ b/lib/libcrypto/ec/ec_err.c
@@ -1,4 +1,4 @@
-/* crypto/ec/ec_err.c */
+/* $OpenBSD: ec_err.c,v 1.8 2014/06/12 15:49:29 deraadt Exp $ */
/* ====================================================================
* Copyright (c) 1999-2011 The OpenSSL Project. All rights reserved.
*
diff --git a/lib/libcrypto/ec/ec_key.c b/lib/libcrypto/ec/ec_key.c
index d0c35bbd226..939176095fe 100644
--- a/lib/libcrypto/ec/ec_key.c
+++ b/lib/libcrypto/ec/ec_key.c
@@ -1,4 +1,4 @@
-/* crypto/ec/ec_key.c */
+/* $OpenBSD: ec_key.c,v 1.7 2014/06/12 15:49:29 deraadt Exp $ */
/*
* Written by Nils Larsch for the OpenSSL project.
*/
diff --git a/lib/libcrypto/ec/ec_lcl.h b/lib/libcrypto/ec/ec_lcl.h
index da7967df38a..faed33fe56f 100644
--- a/lib/libcrypto/ec/ec_lcl.h
+++ b/lib/libcrypto/ec/ec_lcl.h
@@ -1,4 +1,4 @@
-/* crypto/ec/ec_lcl.h */
+/* $OpenBSD: ec_lcl.h,v 1.5 2014/06/12 15:49:29 deraadt Exp $ */
/*
* Originally written by Bodo Moeller for the OpenSSL project.
*/
diff --git a/lib/libcrypto/ec/ec_lib.c b/lib/libcrypto/ec/ec_lib.c
index 3313573a05c..065eaee03e6 100644
--- a/lib/libcrypto/ec/ec_lib.c
+++ b/lib/libcrypto/ec/ec_lib.c
@@ -1,4 +1,4 @@
-/* crypto/ec/ec_lib.c */
+/* $OpenBSD: ec_lib.c,v 1.12 2014/06/12 15:49:29 deraadt Exp $ */
/*
* Originally written by Bodo Moeller for the OpenSSL project.
*/
diff --git a/lib/libcrypto/ec/ec_mult.c b/lib/libcrypto/ec/ec_mult.c
index a2d8ce8bc10..b6f74a1b09d 100644
--- a/lib/libcrypto/ec/ec_mult.c
+++ b/lib/libcrypto/ec/ec_mult.c
@@ -1,4 +1,4 @@
-/* crypto/ec/ec_mult.c */
+/* $OpenBSD: ec_mult.c,v 1.13 2014/06/12 15:49:29 deraadt Exp $ */
/*
* Originally written by Bodo Moeller and Nils Larsch for the OpenSSL project.
*/
diff --git a/lib/libcrypto/ec/ec_oct.c b/lib/libcrypto/ec/ec_oct.c
index e0fb62fee2f..cd07890c746 100644
--- a/lib/libcrypto/ec/ec_oct.c
+++ b/lib/libcrypto/ec/ec_oct.c
@@ -1,4 +1,4 @@
-/* crypto/ec/ec_lib.c */
+/* $OpenBSD: ec_oct.c,v 1.3 2014/06/12 15:49:29 deraadt Exp $ */
/*
* Originally written by Bodo Moeller for the OpenSSL project.
*/
diff --git a/lib/libcrypto/ec/ec_pmeth.c b/lib/libcrypto/ec/ec_pmeth.c
index 28f501070c5..e6c5cfd8eef 100644
--- a/lib/libcrypto/ec/ec_pmeth.c
+++ b/lib/libcrypto/ec/ec_pmeth.c
@@ -1,3 +1,4 @@
+/* $OpenBSD: ec_pmeth.c,v 1.5 2014/06/12 15:49:29 deraadt Exp $ */
/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
* project 2006.
*/
diff --git a/lib/libcrypto/ec/ec_print.c b/lib/libcrypto/ec/ec_print.c
index aac1f4229ab..45d20b29a50 100644
--- a/lib/libcrypto/ec/ec_print.c
+++ b/lib/libcrypto/ec/ec_print.c
@@ -1,4 +1,4 @@
-/* crypto/ec/ec_print.c */
+/* $OpenBSD: ec_print.c,v 1.5 2014/06/12 15:49:29 deraadt Exp $ */
/* ====================================================================
* Copyright (c) 1998-2002 The OpenSSL Project. All rights reserved.
*
diff --git a/lib/libcrypto/ec/eck_prn.c b/lib/libcrypto/ec/eck_prn.c
index 60b00fddb3a..8e25ad5d73d 100644
--- a/lib/libcrypto/ec/eck_prn.c
+++ b/lib/libcrypto/ec/eck_prn.c
@@ -1,4 +1,4 @@
-/* crypto/ec/eck_prn.c */
+/* $OpenBSD: eck_prn.c,v 1.6 2014/06/12 15:49:29 deraadt Exp $ */
/*
* Written by Nils Larsch for the OpenSSL project.
*/
diff --git a/lib/libcrypto/ec/ecp_mont.c b/lib/libcrypto/ec/ecp_mont.c
index ececbe56dd0..ffbce81d4c9 100644
--- a/lib/libcrypto/ec/ecp_mont.c
+++ b/lib/libcrypto/ec/ecp_mont.c
@@ -1,4 +1,4 @@
-/* crypto/ec/ecp_mont.c */
+/* $OpenBSD: ecp_mont.c,v 1.8 2014/06/12 15:49:29 deraadt Exp $ */
/*
* Originally written by Bodo Moeller for the OpenSSL project.
*/
diff --git a/lib/libcrypto/ec/ecp_nist.c b/lib/libcrypto/ec/ecp_nist.c
index 60c4a2d790c..d49d1735f3b 100644
--- a/lib/libcrypto/ec/ecp_nist.c
+++ b/lib/libcrypto/ec/ecp_nist.c
@@ -1,4 +1,4 @@
-/* crypto/ec/ecp_nist.c */
+/* $OpenBSD: ecp_nist.c,v 1.8 2014/06/12 15:49:29 deraadt Exp $ */
/*
* Written by Nils Larsch for the OpenSSL project.
*/
diff --git a/lib/libcrypto/ec/ecp_nistp224.c b/lib/libcrypto/ec/ecp_nistp224.c
index 9204f6148d2..473d75a72b6 100644
--- a/lib/libcrypto/ec/ecp_nistp224.c
+++ b/lib/libcrypto/ec/ecp_nistp224.c
@@ -1,4 +1,4 @@
-/* crypto/ec/ecp_nistp224.c */
+/* $OpenBSD: ecp_nistp224.c,v 1.13 2014/06/12 15:49:29 deraadt Exp $ */
/*
* Written by Emilia Kasper (Google) for the OpenSSL project.
*/
diff --git a/lib/libcrypto/ec/ecp_nistp256.c b/lib/libcrypto/ec/ecp_nistp256.c
index cd589ff6110..a72b1163ffd 100644
--- a/lib/libcrypto/ec/ecp_nistp256.c
+++ b/lib/libcrypto/ec/ecp_nistp256.c
@@ -1,4 +1,4 @@
-/* crypto/ec/ecp_nistp256.c */
+/* $OpenBSD: ecp_nistp256.c,v 1.12 2014/06/12 15:49:29 deraadt Exp $ */
/*
* Written by Adam Langley (Google) for the OpenSSL project
*/
diff --git a/lib/libcrypto/ec/ecp_nistp521.c b/lib/libcrypto/ec/ecp_nistp521.c
index fc8703e4c80..1ff3837411f 100644
--- a/lib/libcrypto/ec/ecp_nistp521.c
+++ b/lib/libcrypto/ec/ecp_nistp521.c
@@ -1,4 +1,4 @@
-/* crypto/ec/ecp_nistp521.c */
+/* $OpenBSD: ecp_nistp521.c,v 1.13 2014/06/12 15:49:29 deraadt Exp $ */
/*
* Written by Adam Langley (Google) for the OpenSSL project
*/
diff --git a/lib/libcrypto/ec/ecp_nistputil.c b/lib/libcrypto/ec/ecp_nistputil.c
index efd6f368c1d..87aa9792523 100644
--- a/lib/libcrypto/ec/ecp_nistputil.c
+++ b/lib/libcrypto/ec/ecp_nistputil.c
@@ -1,4 +1,4 @@
-/* crypto/ec/ecp_nistputil.c */
+/* $OpenBSD: ecp_nistputil.c,v 1.5 2014/06/12 15:49:29 deraadt Exp $ */
/*
* Written by Bodo Moeller for the OpenSSL project.
*/
diff --git a/lib/libcrypto/ec/ecp_oct.c b/lib/libcrypto/ec/ecp_oct.c
index c7719c74132..2f2920d70db 100644
--- a/lib/libcrypto/ec/ecp_oct.c
+++ b/lib/libcrypto/ec/ecp_oct.c
@@ -1,4 +1,4 @@
-/* crypto/ec/ecp_oct.c */
+/* $OpenBSD: ecp_oct.c,v 1.4 2014/06/12 15:49:29 deraadt Exp $ */
/* Includes code written by Lenka Fibikova <fibikova@exp-math.uni-essen.de>
* for the OpenSSL project.
* Includes code written by Bodo Moeller for the OpenSSL project.
diff --git a/lib/libcrypto/ec/ecp_smpl.c b/lib/libcrypto/ec/ecp_smpl.c
index 46783a47a83..5ba9a925d6e 100644
--- a/lib/libcrypto/ec/ecp_smpl.c
+++ b/lib/libcrypto/ec/ecp_smpl.c
@@ -1,4 +1,4 @@
-/* crypto/ec/ecp_smpl.c */
+/* $OpenBSD: ecp_smpl.c,v 1.12 2014/06/12 15:49:29 deraadt Exp $ */
/* Includes code written by Lenka Fibikova <fibikova@exp-math.uni-essen.de>
* for the OpenSSL project.
* Includes code written by Bodo Moeller for the OpenSSL project.