Add missing $OpenBSD$ markers.
authortb <tb@openbsd.org>
Tue, 17 Jul 2018 17:06:49 +0000 (17:06 +0000)
committertb <tb@openbsd.org>
Tue, 17 Jul 2018 17:06:49 +0000 (17:06 +0000)
41 files changed:
regress/lib/libcrypto/CA/doit.sh
regress/lib/libcrypto/CA/intermediate.cnf
regress/lib/libcrypto/CA/root.cnf
regress/lib/libcrypto/Makefile.inc
regress/lib/libcrypto/aead/aeadtest.c
regress/lib/libcrypto/aead/aeadtests.txt
regress/lib/libcrypto/aeswrap/aes_wrap.c
regress/lib/libcrypto/base64/base64test.c
regress/lib/libcrypto/bf/bftest.c
regress/lib/libcrypto/bn/general/bntest.c
regress/lib/libcrypto/cast/casttest.c
regress/lib/libcrypto/chacha/chachatest.c
regress/lib/libcrypto/cts128/cts128test.c
regress/lib/libcrypto/curve25519/x25519test.c
regress/lib/libcrypto/des/destest.c
regress/lib/libcrypto/dh/dhtest.c
regress/lib/libcrypto/dsa/dsatest.c
regress/lib/libcrypto/ecdh/ecdhtest.c
regress/lib/libcrypto/engine/enginetest.c
regress/lib/libcrypto/evp/evptest.c
regress/lib/libcrypto/evp/evptests.txt
regress/lib/libcrypto/exp/exptest.c
regress/lib/libcrypto/gcm128/gcm128test.c
regress/lib/libcrypto/hkdf/hkdf_test.c
regress/lib/libcrypto/hmac/hmactest.c
regress/lib/libcrypto/idea/ideatest.c
regress/lib/libcrypto/ige/igetest.c
regress/lib/libcrypto/md4/md4test.c
regress/lib/libcrypto/md5/md5test.c
regress/lib/libcrypto/ocsp/ocsp_test.c
regress/lib/libcrypto/pbkdf2/pbkdf2.c
regress/lib/libcrypto/poly1305/poly1305test.c
regress/lib/libcrypto/rand/randtest.c
regress/lib/libcrypto/rc2/rc2test.c
regress/lib/libcrypto/rc4/rc4test.c
regress/lib/libcrypto/rmd/rmdtest.c
regress/lib/libcrypto/rsa/rsa_test.c
regress/lib/libcrypto/sha1/sha1test.c
regress/lib/libcrypto/sha256/sha256test.c
regress/lib/libcrypto/sha512/sha512test.c
regress/lib/libcrypto/utf8/utf8test.c

index 3b0375a..110d89d 100755 (executable)
@@ -1,4 +1,5 @@
 #!/bin/sh
+#      $OpenBSD: doit.sh,v 1.2 2018/07/17 17:06:49 tb Exp $
 
 rm -rf root intermediate certs
 echo 1000 > rootserial
index 383f8f0..9a95487 100644 (file)
@@ -1,3 +1,4 @@
+#      $OpenBSD: intermediate.cnf,v 1.2 2018/07/17 17:06:49 tb Exp $
 # For regression tests
 default_ca = CA_regress
 
index 7915a6a..b22e161 100644 (file)
@@ -1,3 +1,4 @@
+#      $OpenBSD: root.cnf,v 1.2 2018/07/17 17:06:49 tb Exp $
 # For regression tests
 default_ca = CA_regress
 
index bf016ee..88fe5ac 100644 (file)
@@ -1,2 +1,3 @@
+#      $OpenBSD: Makefile.inc,v 1.2 2018/07/17 17:06:49 tb Exp $
 # Use this variable when the test needs internal symbols from libcrypto
 CRYPTO_INT=  -Wl,-Bstatic -lcrypto -Wl,-Bdynamic
index 8d67d30..4f0ab9f 100644 (file)
@@ -1,3 +1,4 @@
+/*     $OpenBSD: aeadtest.c,v 1.11 2018/07/17 17:06:49 tb Exp $        */
 /* ====================================================================
  * Copyright (c) 2011-2013 The OpenSSL Project.  All rights reserved.
  *
index 3a3420a..18cee7e 100644 (file)
@@ -1,3 +1,4 @@
+#      $OpenBSD: aeadtests.txt,v 1.7 2018/07/17 17:06:49 tb Exp $
 #
 # MACsec GCM-AES Test Vectors (bn-randall-test-vectors-0511-v1.pdf)
 #
index 292ce5e..b48c7ae 100644 (file)
@@ -1,4 +1,4 @@
-/* crypto/aes/aes_wrap.c */
+/*     $OpenBSD: aes_wrap.c,v 1.4 2018/07/17 17:06:49 tb Exp $ */
 /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
  * project.
  */
index ed494b6..d6874d4 100644 (file)
@@ -1,3 +1,4 @@
+/*     $OpenBSD: base64test.c,v 1.5 2018/07/17 17:06:49 tb Exp $       */
 /*
  * Copyright (c) 2014 Joel Sing <jsing@openbsd.org>
  *
index f4d8aa0..5239ffb 100644 (file)
@@ -1,4 +1,4 @@
-/* crypto/bf/bftest.c */
+/*     $OpenBSD: bftest.c,v 1.3 2018/07/17 17:06:49 tb Exp $   */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index 3cca951..cff7760 100644 (file)
@@ -1,4 +1,4 @@
-/* crypto/bn/bntest.c */
+/*     $OpenBSD: bntest.c,v 1.20 2018/07/17 17:06:49 tb Exp $  */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index 77f8ed4..81b878e 100644 (file)
@@ -1,4 +1,4 @@
-/* crypto/cast/casttest.c */
+/*     $OpenBSD: casttest.c,v 1.2 2018/07/17 17:06:49 tb Exp $ */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index bb2b54d..fe4cc40 100644 (file)
@@ -1,3 +1,4 @@
+/*     $OpenBSD: chachatest.c,v 1.5 2018/07/17 17:06:49 tb Exp $       */
 /*
  * Copyright (c) 2014 Joel Sing <jsing@openbsd.org>
  *
index d910f3d..ca60808 100644 (file)
@@ -1,3 +1,4 @@
+/*     $OpenBSD: cts128test.c,v 1.3 2018/07/17 17:06:49 tb Exp $       */
 /* ====================================================================
  * Copyright (c) 2008 The OpenSSL Project. All rights reserved.
  *
index ae6e296..02da807 100644 (file)
@@ -1,3 +1,4 @@
+/*     $OpenBSD: x25519test.c,v 1.2 2018/07/17 17:06:49 tb Exp $       */
 /*
  * Copyright (c) 2015, Google Inc.
  *
index d273743..ebc67f3 100644 (file)
@@ -1,4 +1,4 @@
-/* crypto/des/destest.c */
+/*     $OpenBSD: destest.c,v 1.4 2018/07/17 17:06:49 tb Exp $  */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index 9c2d507..599c51d 100644 (file)
@@ -1,4 +1,4 @@
-/* crypto/dh/dhtest.c */
+/*     $OpenBSD: dhtest.c,v 1.5 2018/07/17 17:06:49 tb Exp $   */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index 444cda5..dd3e316 100644 (file)
@@ -1,4 +1,4 @@
-/* crypto/dsa/dsatest.c */
+/*     $OpenBSD: dsatest.c,v 1.5 2018/07/17 17:06:49 tb Exp $  */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index b46a3d5..faf519e 100644 (file)
@@ -1,4 +1,4 @@
-/* crypto/ecdh/ecdhtest.c */
+/*     $OpenBSD: ecdhtest.c,v 1.10 2018/07/17 17:06:49 tb Exp $        */
 /* ====================================================================
  * Copyright 2002 Sun Microsystems, Inc. ALL RIGHTS RESERVED.
  *
index f39857d..1238662 100644 (file)
@@ -1,4 +1,4 @@
-/* crypto/engine/enginetest.c */
+/*     $OpenBSD: enginetest.c,v 1.8 2018/07/17 17:06:49 tb Exp $       */
 /* Written by Geoff Thorpe (geoff@geoffthorpe.net) for the OpenSSL
  * project 2000.
  */
index bd5da47..1aa11d7 100644 (file)
@@ -1,3 +1,4 @@
+/*     $OpenBSD: evptest.c,v 1.7 2018/07/17 17:06:49 tb Exp $  */
 /* Written by Ben Laurie, 2001 */
 /*
  * Copyright (c) 2001 The OpenSSL Project.  All rights reserved.
index d4b24df..fd2c6cd 100644 (file)
@@ -1,3 +1,4 @@
+#      $OpenBSD: evptests.txt,v 1.5 2018/07/17 17:06:49 tb Exp $
 #cipher:key:iv:plaintext:ciphertext:0/1(decrypt/encrypt)
 #digest:::input:output
 
index 375628c..9c68346 100644 (file)
@@ -1,4 +1,4 @@
-/* crypto/bn/exptest.c */
+/*     $OpenBSD: exptest.c,v 1.5 2018/07/17 17:06:49 tb Exp $  */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index cf52d1f..07c6128 100644 (file)
@@ -1,3 +1,4 @@
+/*     $OpenBSD: gcm128test.c,v 1.6 2018/07/17 17:06:49 tb Exp $       */
 /* ====================================================================
  * Copyright (c) 2010 The OpenSSL Project.  All rights reserved.
  *
index 3c04262..5e89f33 100644 (file)
@@ -1,3 +1,4 @@
+/*     $OpenBSD: hkdf_test.c,v 1.2 2018/07/17 17:06:49 tb Exp $        */
 /* Copyright (c) 2014, Google Inc.
  *
  * Permission to use, copy, modify, and/or distribute this software for any
index ab75d35..1f120da 100644 (file)
@@ -1,4 +1,4 @@
-/* crypto/hmac/hmactest.c */
+/*     $OpenBSD: hmactest.c,v 1.4 2018/07/17 17:06:49 tb Exp $ */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index c647891..b33b824 100644 (file)
@@ -1,4 +1,4 @@
-/* crypto/idea/ideatest.c */
+/*     $OpenBSD: ideatest.c,v 1.2 2018/07/17 17:06:49 tb Exp $ */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index 7945aab..2191af8 100644 (file)
@@ -1,4 +1,4 @@
-/* test/igetest.c -*- mode:C; c-file-style: "eay" -*- */
+/*     $OpenBSD: igetest.c,v 1.4 2018/07/17 17:06:49 tb Exp $  */
 /* ====================================================================
  * Copyright (c) 2006 The OpenSSL Project.  All rights reserved.
  *
index 60b2c0e..7279e40 100644 (file)
@@ -1,4 +1,4 @@
-/* crypto/md4/md4test.c */
+/*     $OpenBSD: md4test.c,v 1.4 2018/07/17 17:06:49 tb Exp $  */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index 481ddaa..92b1b4a 100644 (file)
@@ -1,4 +1,4 @@
-/* crypto/md5/md5test.c */
+/*     $OpenBSD: md5test.c,v 1.2 2018/07/17 17:06:49 tb Exp $  */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index 6adec68..f58ee7c 100644 (file)
@@ -1,3 +1,5 @@
+/*     $OpenBSD: ocsp_test.c,v 1.5 2018/07/17 17:06:49 tb Exp $        */
+
 #include <stdio.h>
 #include <netdb.h>
 #include <stdlib.h>
index 591213f..9cbc031 100644 (file)
@@ -1,3 +1,4 @@
+/*     $OpenBSD: pbkdf2.c,v 1.2 2018/07/17 17:06:49 tb Exp $   */
 /* Written by Christian Heimes, 2013 */
 /*
  * Copyright (c) 2013 The OpenSSL Project.  All rights reserved.
index 91e296e..3f9af0d 100644 (file)
@@ -1,3 +1,4 @@
+/*     $OpenBSD: poly1305test.c,v 1.3 2018/07/17 17:06:49 tb Exp $     */
 /*
  * Public Domain poly1305 from Andrew Moon
  * Based on poly1305-donna.c from:
index 7217c14..d0f02ad 100644 (file)
@@ -1,4 +1,4 @@
-/* crypto/rand/randtest.c */
+/*     $OpenBSD: randtest.c,v 1.3 2018/07/17 17:06:49 tb Exp $ */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index 80e1b30..a8d3307 100644 (file)
@@ -1,4 +1,4 @@
-/* crypto/rc2/rc2test.c */
+/*     $OpenBSD: rc2test.c,v 1.2 2018/07/17 17:06:49 tb Exp $  */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index c4d34b1..c1d98eb 100644 (file)
@@ -1,4 +1,4 @@
-/* crypto/rc4/rc4test.c */
+/*     $OpenBSD: rc4test.c,v 1.4 2018/07/17 17:06:49 tb Exp $  */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index 1a488fb..aa6cb01 100644 (file)
@@ -1,4 +1,4 @@
-/* crypto/ripemd/rmdtest.c */
+/*     $OpenBSD: rmdtest.c,v 1.2 2018/07/17 17:06:49 tb Exp $  */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index 0bb0826..9e7cd6f 100644 (file)
@@ -1,3 +1,4 @@
+/*     $OpenBSD: rsa_test.c,v 1.3 2018/07/17 17:06:49 tb Exp $ */
 /*
  * Copyright 1999-2016 The OpenSSL Project Authors. All Rights Reserved.
  *
index b7251b3..7f28ba6 100644 (file)
@@ -1,4 +1,4 @@
-/* crypto/sha/sha1test.c */
+/*     $OpenBSD: sha1test.c,v 1.3 2018/07/17 17:06:50 tb Exp $ */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index 1515e30..9c22bc7 100644 (file)
@@ -1,4 +1,4 @@
-/* crypto/sha/sha256t.c */
+/*     $OpenBSD: sha256test.c,v 1.3 2018/07/17 17:06:50 tb Exp $       */
 /* ====================================================================
  * Copyright (c) 2004 The OpenSSL Project.  All rights reserved.
  * ====================================================================
index 453be51..bbcec93 100644 (file)
@@ -1,4 +1,4 @@
-/* crypto/sha/sha512t.c */
+/*     $OpenBSD: sha512test.c,v 1.4 2018/07/17 17:06:50 tb Exp $       */
 /* ====================================================================
  * Copyright (c) 2004 The OpenSSL Project.  All rights reserved.
  * ====================================================================
index 5da5709..e3a47d5 100644 (file)
@@ -1,3 +1,4 @@
+/*     $OpenBSD: utf8test.c,v 1.4 2018/07/17 17:06:50 tb Exp $ */
 /*
  * Copyright (c) 2014 Philip Guenther <guenther@openbsd.org>
  *