summaryrefslogtreecommitdiff
path: root/tests/tls13/prf-early.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tls13/prf-early.sh')
-rwxr-xr-xtests/tls13/prf-early.sh29
1 files changed, 29 insertions, 0 deletions
diff --git a/tests/tls13/prf-early.sh b/tests/tls13/prf-early.sh
new file mode 100755
index 0000000000..5b5ff0c33b
--- /dev/null
+++ b/tests/tls13/prf-early.sh
@@ -0,0 +1,29 @@
+#!/bin/sh
+
+# Copyright (C) 2019 Daiki Ueno
+#
+# This file is part of GnuTLS.
+#
+# GnuTLS is free software; you can redistribute it and/or modify it
+# under the terms of the GNU General Public License as published by the
+# Free Software Foundation; either version 3 of the License, or (at
+# your option) any later version.
+#
+# GnuTLS is distributed in the hope that it will be useful, but
+# WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+# General Public License for more details.
+#
+# You should have received a copy of the GNU Lesser General Public License
+# along with this program. If not, see <https://www.gnu.org/licenses/>
+#
+
+srcdir="${srcdir:-.}"
+builddir="${builddir:-.}"
+
+. "${srcdir}/scripts/common.sh"
+
+check_for_datefudge
+
+datefudge 2019-04-12 "${builddir}/tls13/prf-early" "$@"
+exit $?