#!/bin/sh
+# $OpenBSD: doit.sh,v 1.2 2018/07/17 17:06:49 tb Exp $
rm -rf root intermediate certs
echo 1000 > rootserial
+# $OpenBSD: intermediate.cnf,v 1.2 2018/07/17 17:06:49 tb Exp $
# For regression tests
default_ca = CA_regress
+# $OpenBSD: root.cnf,v 1.2 2018/07/17 17:06:49 tb Exp $
# For regression tests
default_ca = CA_regress
+# $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
+/* $OpenBSD: aeadtest.c,v 1.11 2018/07/17 17:06:49 tb Exp $ */
/* ====================================================================
* Copyright (c) 2011-2013 The OpenSSL Project. All rights reserved.
*
+# $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)
#
-/* 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.
*/
+/* $OpenBSD: base64test.c,v 1.5 2018/07/17 17:06:49 tb Exp $ */
/*
* Copyright (c) 2014 Joel Sing <jsing@openbsd.org>
*
-/* 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.
*
-/* 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.
*
-/* 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.
*
+/* $OpenBSD: chachatest.c,v 1.5 2018/07/17 17:06:49 tb Exp $ */
/*
* Copyright (c) 2014 Joel Sing <jsing@openbsd.org>
*
+/* $OpenBSD: cts128test.c,v 1.3 2018/07/17 17:06:49 tb Exp $ */
/* ====================================================================
* Copyright (c) 2008 The OpenSSL Project. All rights reserved.
*
+/* $OpenBSD: x25519test.c,v 1.2 2018/07/17 17:06:49 tb Exp $ */
/*
* Copyright (c) 2015, Google Inc.
*
-/* 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.
*
-/* 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.
*
-/* 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.
*
-/* 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.
*
-/* 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.
*/
+/* $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.
+# $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
-/* 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.
*
+/* $OpenBSD: gcm128test.c,v 1.6 2018/07/17 17:06:49 tb Exp $ */
/* ====================================================================
* Copyright (c) 2010 The OpenSSL Project. All rights reserved.
*
+/* $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
-/* 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.
*
-/* 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.
*
-/* 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.
*
-/* 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.
*
-/* 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.
*
+/* $OpenBSD: ocsp_test.c,v 1.5 2018/07/17 17:06:49 tb Exp $ */
+
#include <stdio.h>
#include <netdb.h>
#include <stdlib.h>
+/* $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.
+/* $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:
-/* 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.
*
-/* 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.
*
-/* 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.
*
-/* 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.
*
+/* $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.
*
-/* 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.
*
-/* 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.
* ====================================================================
-/* 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.
* ====================================================================
+/* $OpenBSD: utf8test.c,v 1.4 2018/07/17 17:06:50 tb Exp $ */
/*
* Copyright (c) 2014 Philip Guenther <guenther@openbsd.org>
*