X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=common-src%2Famcrypt-ossl-asym.sh;h=67a65e1376bed152efe567f9eb9144e04310f08a;hb=HEAD;hp=bec526941151f6585c5d670dc5082344d2853990;hpb=94a044f90357edefa6f4ae9f0b1d5885b0e34aee;p=debian%2Famanda diff --git a/common-src/amcrypt-ossl-asym.sh b/common-src/amcrypt-ossl-asym.sh index bec5269..67a65e1 100644 --- a/common-src/amcrypt-ossl-asym.sh +++ b/common-src/amcrypt-ossl-asym.sh @@ -1,10 +1,5 @@ #!@SHELL@ # -# amcrypt-ossl-asym.sh - asymmetric crypto helper using OpenSSL -# Usage: amcrypt-ossl-asym.sh [-d] -# -# Copyright © 2006 Ben Slusky -# # This program 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 2 @@ -19,7 +14,32 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# +# Amanda, The Advanced Maryland Automatic Network Disk Archiver +# +# Permission to use, copy, modify, distribute, and sell this software and its +# documentation for any purpose is hereby granted without fee, provided that +# the above copyright notice appear in all copies and that both that +# copyright notice and this permission notice appear in supporting +# documentation, and that the name of U.M. not be used in advertising or +# publicity pertaining to distribution of the software without specific, +# written prior permission. U.M. makes no representations about the +# suitability of this software for any purpose. It is provided "as is" +# without express or implied warranty. +# +# U.M. DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL +# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL U.M. +# BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +# WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION +# OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN +# CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. +# +# Copyright (c) 2006 Ben Slusky + + +# amcrypt-ossl-asym.sh - asymmetric crypto helper using OpenSSL +# Usage: amcrypt-ossl-asym.sh [-d] +# + # Keys can be generated with the standard OpenSSL commands, e.g.: # # $ openssl genrsa -aes128 -out backup-privkey.pem 1024