From 75073d0a8478441cc97a6efa10b566c5fb1dac81 Mon Sep 17 00:00:00 2001 From: Colin Watson Date: Fri, 17 Apr 2020 20:57:17 +0100 Subject: New upstream version 1.4.0 --- fuzz/harnesses/cred-rsa-h-p | 32 -------------------------------- 1 file changed, 32 deletions(-) delete mode 100755 fuzz/harnesses/cred-rsa-h-p (limited to 'fuzz/harnesses/cred-rsa-h-p') diff --git a/fuzz/harnesses/cred-rsa-h-p b/fuzz/harnesses/cred-rsa-h-p deleted file mode 100755 index bb14c23..0000000 --- a/fuzz/harnesses/cred-rsa-h-p +++ /dev/null @@ -1,32 +0,0 @@ -#!/bin/bash -u -# Copyright (c) 2019 Yubico AB. All rights reserved. -# Use of this source code is governed by a BSD-style -# license that can be found in the LICENSE file. - -T=cred-rsa-h-p - -sync() { - mkdir ${T} - ssh "${REMOTE}" "cd ${T}/afl-out && tar -cf- queue" | tar -C ${T} -xf- -} - -run() { - find ${T}/queue -type f | while read f; do - cat "${f}" | LD_PRELOAD=${PRELOAD} build/examples/cred \ - -t rsa -r -k ${T}/pubkey -i ${T}/cred_id -h nodev \ - 2>/dev/null 1>&2 - done -} - -case "$1" in -sync) - sync - ;; -run) - run - exit 0 - ;; -*) - echo unknown command "$1" - exit 1 -esac -- cgit v1.2.3