summaryrefslogtreecommitdiffstats
path: root/crypto/userspace/libtomcrypt/pk/asn1/der/x509/der_encode_subject_public_key_info.c
diff options
context:
space:
mode:
authorMiloslav Trmač <mitr@redhat.com>2010-07-31 00:17:20 +0200
committerMiloslav Trmač <mitr@redhat.com>2010-07-31 00:17:20 +0200
commit682bdfb751e081a6633c78a2cf20e2d81a2ca03c (patch)
treea39596e2b91e9679c08333f2e9ba7b95a071aac8 /crypto/userspace/libtomcrypt/pk/asn1/der/x509/der_encode_subject_public_key_info.c
parente6b93d8a7e1d3d4a3d76312fc84319ff6d596067 (diff)
parentdbff0a8826b2dd9abc0c7699ae883a95d468b12c (diff)
downloadkernel-crypto-682bdfb751e081a6633c78a2cf20e2d81a2ca03c.tar.gz
kernel-crypto-682bdfb751e081a6633c78a2cf20e2d81a2ca03c.tar.xz
kernel-crypto-682bdfb751e081a6633c78a2cf20e2d81a2ca03c.zip
Merge branch 'standalone-rename' into userspace-crypto
Diffstat (limited to 'crypto/userspace/libtomcrypt/pk/asn1/der/x509/der_encode_subject_public_key_info.c')
-rw-r--r--crypto/userspace/libtomcrypt/pk/asn1/der/x509/der_encode_subject_public_key_info.c24
1 files changed, 19 insertions, 5 deletions
diff --git a/crypto/userspace/libtomcrypt/pk/asn1/der/x509/der_encode_subject_public_key_info.c b/crypto/userspace/libtomcrypt/pk/asn1/der/x509/der_encode_subject_public_key_info.c
index e37c4b40a0d..4c7e966491d 100644
--- a/crypto/userspace/libtomcrypt/pk/asn1/der/x509/der_encode_subject_public_key_info.c
+++ b/crypto/userspace/libtomcrypt/pk/asn1/der/x509/der_encode_subject_public_key_info.c
@@ -1,11 +1,25 @@
-/* LibTomCrypt, modular cryptographic library -- Tom St Denis
+/*
+ * New driver for /dev/crypto device (aka CryptoDev)
+
+ * Copyright (c) 2010 Katholieke Universiteit Leuven
*
- * LibTomCrypt is a library that provides various cryptographic
- * algorithms in a highly modular and flexible manner.
+ * Author: Nikos Mavrogiannopoulos <nmav@gnutls.org>
*
- * The library is free for all purposes without any express
- * guarantee it works.
+ * This file is part of linux cryptodev.
*
+ * 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
+ * of the License, or (at your option) any later version.
+ *
+ * This program 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 General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
#include "tomcrypt.h"