summaryrefslogtreecommitdiff
path: root/scripts/sign_data.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/sign_data.sh')
-rwxr-xr-xscripts/sign_data.sh13
1 files changed, 0 insertions, 13 deletions
diff --git a/scripts/sign_data.sh b/scripts/sign_data.sh
deleted file mode 100755
index 05de5a6b..00000000
--- a/scripts/sign_data.sh
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/bin/bash
-
-# Copyright (c) 2010 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-if [ $# -ne 3 ]
-then
- echo "Usage: `basename $0` <algorithm> <key file> <input file>"
- exit -1
-fi
-
-./signature_digest_utility $1 $3 | openssl rsautl -sign -pkcs -inkey $2