Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
N
nettle
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
5
Merge Requests
5
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
Nettle
nettle
Commits
ee6ff2cc
Commit
ee6ff2cc
authored
Jul 07, 2012
by
Niels Möller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated FSF address. Patch from David Woodhouse.
parent
75d3fcc8
Changes
237
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
237 changed files
with
468 additions
and
466 deletions
+468
-466
ChangeLog
ChangeLog
+2
-0
aes-decrypt-internal.c
aes-decrypt-internal.c
+2
-2
aes-decrypt.c
aes-decrypt.c
+2
-2
aes-encrypt-internal.c
aes-encrypt-internal.c
+2
-2
aes-encrypt-table.c
aes-encrypt-table.c
+2
-2
aes-encrypt.c
aes-encrypt.c
+2
-2
aes-internal.h
aes-internal.h
+2
-2
aes-meta.c
aes-meta.c
+2
-2
aes-set-decrypt-key.c
aes-set-decrypt-key.c
+2
-2
aes-set-encrypt-key.c
aes-set-encrypt-key.c
+2
-2
aes.h
aes.h
+2
-2
arcfour-crypt.c
arcfour-crypt.c
+2
-2
arcfour-meta.c
arcfour-meta.c
+2
-2
arcfour.c
arcfour.c
+2
-2
arcfour.h
arcfour.h
+2
-2
arctwo-meta.c
arctwo-meta.c
+2
-2
arctwo.c
arctwo.c
+2
-2
arctwo.h
arctwo.h
+2
-2
asn1.h
asn1.h
+2
-2
base16-decode.c
base16-decode.c
+2
-2
base16-encode.c
base16-encode.c
+2
-2
base16-meta.c
base16-meta.c
+2
-2
base16.h
base16.h
+2
-2
base64-decode.c
base64-decode.c
+2
-2
base64-encode.c
base64-encode.c
+2
-2
base64-meta.c
base64-meta.c
+2
-2
base64.h
base64.h
+2
-2
bignum-next-prime.c
bignum-next-prime.c
+2
-2
bignum-random-prime.c
bignum-random-prime.c
+2
-2
bignum-random.c
bignum-random.c
+2
-2
bignum.c
bignum.c
+2
-2
bignum.h
bignum.h
+2
-2
blowfish.c
blowfish.c
+2
-2
blowfish.h
blowfish.h
+2
-2
buffer-init.c
buffer-init.c
+2
-2
buffer.c
buffer.c
+2
-2
buffer.h
buffer.h
+2
-2
camellia-crypt.c
camellia-crypt.c
+2
-2
camellia-meta.c
camellia-meta.c
+2
-2
camellia-set-decrypt-key.c
camellia-set-decrypt-key.c
+2
-2
cast128-meta.c
cast128-meta.c
+2
-2
cast128.c
cast128.c
+2
-2
cast128.h
cast128.h
+2
-2
cbc.c
cbc.c
+2
-2
cbc.h
cbc.h
+2
-2
ctr.c
ctr.c
+2
-2
ctr.h
ctr.h
+2
-2
der-iterator.c
der-iterator.c
+2
-2
der2dsa.c
der2dsa.c
+2
-2
der2rsa.c
der2rsa.c
+2
-2
des-compat.c
des-compat.c
+2
-2
des-compat.h
des-compat.h
+2
-2
des.c
des.c
+2
-2
des.h
des.h
+2
-2
des3.c
des3.c
+2
-2
descore.README
descore.README
+1
-1
dsa-keygen.c
dsa-keygen.c
+2
-2
dsa-sha1-sign.c
dsa-sha1-sign.c
+2
-2
dsa-sha1-verify.c
dsa-sha1-verify.c
+2
-2
dsa-sha256-sign.c
dsa-sha256-sign.c
+2
-2
dsa-sha256-verify.c
dsa-sha256-verify.c
+2
-2
dsa-sign.c
dsa-sign.c
+2
-2
dsa-verify.c
dsa-verify.c
+2
-2
dsa.c
dsa.c
+2
-2
dsa.h
dsa.h
+2
-2
dsa2sexp.c
dsa2sexp.c
+2
-2
examples/base16dec.c
examples/base16dec.c
+2
-2
examples/base16enc.c
examples/base16enc.c
+2
-2
examples/base64dec.c
examples/base64dec.c
+2
-2
examples/base64enc.c
examples/base64enc.c
+2
-2
examples/eratosthenes.c
examples/eratosthenes.c
+2
-2
examples/io.c
examples/io.c
+2
-2
examples/io.h
examples/io.h
+2
-2
examples/nettle-benchmark.c
examples/nettle-benchmark.c
+2
-2
examples/nettle-openssl.c
examples/nettle-openssl.c
+2
-2
examples/next-prime.c
examples/next-prime.c
+2
-2
examples/random-prime.c
examples/random-prime.c
+2
-2
examples/read_rsa_key.c
examples/read_rsa_key.c
+2
-2
examples/rsa-decrypt.c
examples/rsa-decrypt.c
+2
-2
examples/rsa-encrypt.c
examples/rsa-encrypt.c
+2
-2
examples/rsa-keygen.c
examples/rsa-keygen.c
+2
-2
examples/rsa-sign.c
examples/rsa-sign.c
+2
-2
examples/rsa-verify.c
examples/rsa-verify.c
+2
-2
gcm-aes.c
gcm-aes.c
+2
-2
gcm.c
gcm.c
+2
-2
gcm.h
gcm.h
+2
-2
gcmdata.c
gcmdata.c
+2
-2
getopt.c
getopt.c
+1
-1
getopt.h
getopt.h
+1
-1
getopt1.c
getopt1.c
+1
-1
hmac-md5.c
hmac-md5.c
+2
-2
hmac-ripemd160.c
hmac-ripemd160.c
+2
-2
hmac-sha1.c
hmac-sha1.c
+2
-2
hmac-sha224.c
hmac-sha224.c
+2
-2
hmac-sha256.c
hmac-sha256.c
+2
-2
hmac-sha384.c
hmac-sha384.c
+2
-2
hmac-sha512.c
hmac-sha512.c
+2
-2
hmac.c
hmac.c
+2
-2
hmac.h
hmac.h
+2
-2
knuth-lfib.c
knuth-lfib.c
+2
-2
knuth-lfib.h
knuth-lfib.h
+2
-2
macros.h
macros.h
+2
-2
md2-meta.c
md2-meta.c
+2
-2
md2.c
md2.c
+2
-2
md2.h
md2.h
+2
-2
md4-meta.c
md4-meta.c
+2
-2
md4.c
md4.c
+2
-2
md4.h
md4.h
+2
-2
md5-compat.c
md5-compat.c
+2
-2
md5-compat.h
md5-compat.h
+2
-2
md5-compress.c
md5-compress.c
+2
-2
md5-meta.c
md5-meta.c
+2
-2
md5.c
md5.c
+2
-2
md5.h
md5.h
+2
-2
memxor.c
memxor.c
+2
-2
misc/xenofarm.sh
misc/xenofarm.sh
+1
-1
nettle-internal.c
nettle-internal.c
+2
-2
nettle-internal.h
nettle-internal.h
+2
-2
nettle-meta-armors.c
nettle-meta-armors.c
+2
-2
nettle-meta-ciphers.c
nettle-meta-ciphers.c
+2
-2
nettle-meta-hashes.c
nettle-meta-hashes.c
+2
-2
nettle-meta.h
nettle-meta.h
+2
-2
nettle-types.h
nettle-types.h
+2
-2
nettle-write.h
nettle-write.h
+2
-2
pgp-encode.c
pgp-encode.c
+2
-2
pgp.h
pgp.h
+2
-2
pkcs1-decrypt.c
pkcs1-decrypt.c
+2
-2
pkcs1-encrypt.c
pkcs1-encrypt.c
+2
-2
pkcs1-rsa-digest.c
pkcs1-rsa-digest.c
+2
-2
pkcs1-rsa-md5.c
pkcs1-rsa-md5.c
+2
-2
pkcs1-rsa-sha1.c
pkcs1-rsa-sha1.c
+2
-2
pkcs1-rsa-sha256.c
pkcs1-rsa-sha256.c
+2
-2
pkcs1-rsa-sha512.c
pkcs1-rsa-sha512.c
+2
-2
pkcs1.c
pkcs1.c
+2
-2
pkcs1.h
pkcs1.h
+2
-2
realloc.c
realloc.c
+2
-2
realloc.h
realloc.h
+2
-2
ripemd160-compress.c
ripemd160-compress.c
+2
-2
ripemd160-meta.c
ripemd160-meta.c
+2
-2
ripemd160.c
ripemd160.c
+2
-2
ripemd160.h
ripemd160.h
+2
-2
rsa-blind.c
rsa-blind.c
+2
-2
rsa-compat.c
rsa-compat.c
+2
-2
rsa-compat.h
rsa-compat.h
+2
-2
rsa-decrypt-tr.c
rsa-decrypt-tr.c
+2
-2
rsa-decrypt.c
rsa-decrypt.c
+2
-2
rsa-encrypt.c
rsa-encrypt.c
+2
-2
rsa-keygen.c
rsa-keygen.c
+2
-2
rsa-md5-sign.c
rsa-md5-sign.c
+2
-2
rsa-md5-verify.c
rsa-md5-verify.c
+2
-2
rsa-pkcs1-sign-tr.c
rsa-pkcs1-sign-tr.c
+2
-2
rsa-pkcs1-sign.c
rsa-pkcs1-sign.c
+2
-2
rsa-pkcs1-verify.c
rsa-pkcs1-verify.c
+2
-2
rsa-sha1-sign.c
rsa-sha1-sign.c
+2
-2
rsa-sha1-verify.c
rsa-sha1-verify.c
+2
-2
rsa-sha256-sign.c
rsa-sha256-sign.c
+2
-2
rsa-sha256-verify.c
rsa-sha256-verify.c
+2
-2
rsa-sha512-sign.c
rsa-sha512-sign.c
+2
-2
rsa-sha512-verify.c
rsa-sha512-verify.c
+2
-2
rsa-sign.c
rsa-sign.c
+2
-2
rsa-verify.c
rsa-verify.c
+2
-2
rsa.c
rsa.c
+2
-2
rsa.h
rsa.h
+2
-2
rsa2openpgp.c
rsa2openpgp.c
+2
-2
rsa2sexp.c
rsa2sexp.c
+2
-2
salsa20-crypt.c
salsa20-crypt.c
+2
-2
salsa20-set-key.c
salsa20-set-key.c
+2
-2
salsa20.h
salsa20.h
+2
-2
serpent-decrypt.c
serpent-decrypt.c
+2
-2
serpent-encrypt.c
serpent-encrypt.c
+2
-2
serpent-internal.h
serpent-internal.h
+2
-2
serpent-meta.c
serpent-meta.c
+2
-2
serpent-set-key.c
serpent-set-key.c
+2
-2
serpent.h
serpent.h
+2
-2
sexp-format.c
sexp-format.c
+2
-2
sexp-transport-format.c
sexp-transport-format.c
+2
-2
sexp-transport.c
sexp-transport.c
+2
-2
sexp.c
sexp.c
+2
-2
sexp.h
sexp.h
+2
-2
sexp2bignum.c
sexp2bignum.c
+2
-2
sexp2dsa.c
sexp2dsa.c
+2
-2
sexp2rsa.c
sexp2rsa.c
+2
-2
sha.h
sha.h
+2
-2
sha1-compress.c
sha1-compress.c
+2
-2
sha1-meta.c
sha1-meta.c
+2
-2
sha1.c
sha1.c
+2
-2
sha224-meta.c
sha224-meta.c
+2
-2
sha256-compress.c
sha256-compress.c
+2
-2
sha256-meta.c
sha256-meta.c
+2
-2
sha256.c
sha256.c
+2
-2
sha384-meta.c
sha384-meta.c
+2
-2
sha512-compress.c
sha512-compress.c
+2
-2
sha512-meta.c
sha512-meta.c
+2
-2
sha512.c
sha512.c
+2
-2
sparc32/aes-decrypt-internal.asm
sparc32/aes-decrypt-internal.asm
+2
-2
sparc32/aes-encrypt-internal.asm
sparc32/aes-encrypt-internal.asm
+2
-2
sparc32/arcfour-crypt.asm
sparc32/arcfour-crypt.asm
+2
-2
sparc64/aes-decrypt-internal.asm
sparc64/aes-decrypt-internal.asm
+2
-2
sparc64/aes-encrypt-internal.asm
sparc64/aes-encrypt-internal.asm
+2
-2
sparc64/arcfour-crypt.asm
sparc64/arcfour-crypt.asm
+2
-2
testsuite/arctwo-test.c
testsuite/arctwo-test.c
+2
-2
tools/input.c
tools/input.c
+2
-2
tools/input.h
tools/input.h
+2
-2
tools/misc.c
tools/misc.c
+2
-2
tools/misc.h
tools/misc.h
+2
-2
tools/nettle-hash.c
tools/nettle-hash.c
+2
-2
tools/nettle-lfib-stream.c
tools/nettle-lfib-stream.c
+2
-2
tools/output.c
tools/output.c
+2
-2
tools/output.h
tools/output.h
+2
-2
tools/parse.c
tools/parse.c
+2
-2
tools/parse.h
tools/parse.h
+2
-2
tools/pkcs1-conv.c
tools/pkcs1-conv.c
+2
-2
tools/sexp-conv.c
tools/sexp-conv.c
+2
-2
twofish-meta.c
twofish-meta.c
+2
-2
twofish.c
twofish.c
+2
-2
twofish.h
twofish.h
+2
-2
twofishdata.c
twofishdata.c
+1
-1
write-be32.c
write-be32.c
+2
-2
write-le32.c
write-le32.c
+2
-2
x86/aes-decrypt-internal.asm
x86/aes-decrypt-internal.asm
+2
-2
x86/aes-encrypt-internal.asm
x86/aes-encrypt-internal.asm
+2
-2
x86/arcfour-crypt.asm
x86/arcfour-crypt.asm
+2
-2
x86/camellia-crypt-internal.asm
x86/camellia-crypt-internal.asm
+2
-2
x86/md5-compress.asm
x86/md5-compress.asm
+2
-2
x86/sha1-compress.asm
x86/sha1-compress.asm
+2
-2
x86_64/aes-decrypt-internal.asm
x86_64/aes-decrypt-internal.asm
+2
-2
x86_64/aes-encrypt-internal.asm
x86_64/aes-encrypt-internal.asm
+2
-2
x86_64/camellia-crypt-internal.asm
x86_64/camellia-crypt-internal.asm
+2
-2
x86_64/memxor.asm
x86_64/memxor.asm
+2
-2
x86_64/salsa20-crypt.asm
x86_64/salsa20-crypt.asm
+2
-2
x86_64/serpent-decrypt.asm
x86_64/serpent-decrypt.asm
+2
-2
x86_64/serpent-encrypt.asm
x86_64/serpent-encrypt.asm
+2
-2
x86_64/serpent.m4
x86_64/serpent.m4
+2
-2
x86_64/sha1-compress.asm
x86_64/sha1-compress.asm
+2
-2
yarrow.h
yarrow.h
+2
-2
yarrow256.c
yarrow256.c
+2
-2
yarrow_key_event.c
yarrow_key_event.c
+2
-2
No files found.
ChangeLog
View file @
ee6ff2cc
2012-07-07 Niels Möller <nisse@lysator.liu.se>
Copyright headers: Updated FSF address. Patch from David Woodhouse.
* examples/Makefile.in (BENCH_LIBS): Added -lm, needed for the
ldexp function. Reported by Anthony G. Basile.
...
...
aes-decrypt-internal.c
View file @
ee6ff2cc
...
...
@@ -19,8 +19,8 @@
*
* You should have received a copy of the GNU Lesser General Public License
* along with the nettle library; see the file COPYING.LIB. If not, write to
* the Free Software Foundation, Inc., 5
9 Temple Place - Suite 330
, Boston,
* MA 02111-130
7
, USA.
* the Free Software Foundation, Inc., 5
1 Franklin Street, Fifth Floor
, Boston,
* MA 02111-130
1
, USA.
*/
#if HAVE_CONFIG_H
...
...
aes-decrypt.c
View file @
ee6ff2cc
...
...
@@ -19,8 +19,8 @@
*
* You should have received a copy of the GNU Lesser General Public License
* along with the nettle library; see the file COPYING.LIB. If not, write to
* the Free Software Foundation, Inc., 5
9 Temple Place - Suite 330
, Boston,
* MA 02111-130
7
, USA.
* the Free Software Foundation, Inc., 5
1 Franklin Street, Fifth Floor
, Boston,
* MA 02111-130
1
, USA.
*/
#if HAVE_CONFIG_H
...
...
aes-encrypt-internal.c
View file @
ee6ff2cc
...
...
@@ -19,8 +19,8 @@
*
* You should have received a copy of the GNU Lesser General Public License
* along with the nettle library; see the file COPYING.LIB. If not, write to
* the Free Software Foundation, Inc., 5
9 Temple Place - Suite 330
, Boston,
* MA 02111-130
7
, USA.
* the Free Software Foundation, Inc., 5
1 Franklin Street, Fifth Floor
, Boston,
* MA 02111-130
1
, USA.
*/
#if HAVE_CONFIG_H
...
...
aes-encrypt-table.c
View file @
ee6ff2cc
...
...
@@ -19,8 +19,8 @@
*
* You should have received a copy of the GNU Lesser General Public License
* along with the nettle library; see the file COPYING.LIB. If not, write to
* the Free Software Foundation, Inc., 5
9 Temple Place - Suite 330
, Boston,
* MA 02111-130
7
, USA.
* the Free Software Foundation, Inc., 5
1 Franklin Street, Fifth Floor
, Boston,
* MA 02111-130
1
, USA.
*/
#if HAVE_CONFIG_H
...
...
aes-encrypt.c
View file @
ee6ff2cc
...
...
@@ -19,8 +19,8 @@
*
* You should have received a copy of the GNU Lesser General Public License
* along with the nettle library; see the file COPYING.LIB. If not, write to
* the Free Software Foundation, Inc., 5
9 Temple Place - Suite 330
, Boston,
* MA 02111-130
7
, USA.
* the Free Software Foundation, Inc., 5
1 Franklin Street, Fifth Floor
, Boston,
* MA 02111-130
1
, USA.
*/
#if HAVE_CONFIG_H
...
...
aes-internal.h
View file @
ee6ff2cc
...
...
@@ -19,8 +19,8 @@
*
* You should have received a copy of the GNU Lesser General Public License
* along with the nettle library; see the file COPYING.LIB. If not, write to
* the Free Software Foundation, Inc., 5
9 Temple Place - Suite 330
, Boston,
* MA 02111-130
7
, USA.
* the Free Software Foundation, Inc., 5
1 Franklin Street, Fifth Floor
, Boston,
* MA 02111-130
1
, USA.
*/
#ifndef NETTLE_AES_INTERNAL_H_INCLUDED
...
...
aes-meta.c
View file @
ee6ff2cc
...
...
@@ -16,8 +16,8 @@
*
* You should have received a copy of the GNU Lesser General Public License
* along with the nettle library; see the file COPYING.LIB. If not, write to
* the Free Software Foundation, Inc., 5
9 Temple Place - Suite 330
, Boston,
* MA 02111-130
7
, USA.
* the Free Software Foundation, Inc., 5
1 Franklin Street, Fifth Floor
, Boston,
* MA 02111-130
1
, USA.
*/
#if HAVE_CONFIG_H
...
...
aes-set-decrypt-key.c
View file @
ee6ff2cc
...
...
@@ -19,8 +19,8 @@
*
* You should have received a copy of the GNU Lesser General Public License
* along with the nettle library; see the file COPYING.LIB. If not, write to
* the Free Software Foundation, Inc., 5
9 Temple Place - Suite 330
, Boston,
* MA 02111-130
7
, USA.
* the Free Software Foundation, Inc., 5
1 Franklin Street, Fifth Floor
, Boston,
* MA 02111-130
1
, USA.
*/
/* Originally written by Rafael R. Sevilla <dido@pacific.net.ph> */
...
...
aes-set-encrypt-key.c
View file @
ee6ff2cc
...
...
@@ -19,8 +19,8 @@
*
* You should have received a copy of the GNU Lesser General Public License
* along with the nettle library; see the file COPYING.LIB. If not, write to
* the Free Software Foundation, Inc., 5
9 Temple Place - Suite 330
, Boston,
* MA 02111-130
7
, USA.
* the Free Software Foundation, Inc., 5
1 Franklin Street, Fifth Floor
, Boston,
* MA 02111-130
1
, USA.
*/
/* Originally written by Rafael R. Sevilla <dido@pacific.net.ph> */
...
...
aes.h
View file @
ee6ff2cc
...
...
@@ -19,8 +19,8 @@
*
* You should have received a copy of the GNU Lesser General Public License
* along with the nettle library; see the file COPYING.LIB. If not, write to
* the Free Software Foundation, Inc., 5
9 Temple Place - Suite 330
, Boston,
* MA 02111-130
7
, USA.
* the Free Software Foundation, Inc., 5
1 Franklin Street, Fifth Floor
, Boston,
* MA 02111-130
1
, USA.
*/
#ifndef NETTLE_AES_H_INCLUDED
...
...
arcfour-crypt.c
View file @
ee6ff2cc
...
...
@@ -19,8 +19,8 @@
*
* You should have received a copy of the GNU Lesser General Public License
* along with the nettle library; see the file COPYING.LIB. If not, write to
* the Free Software Foundation, Inc., 5
9 Temple Place - Suite 330
, Boston,
* MA 02111-130
7
, USA.
* the Free Software Foundation, Inc., 5
1 Franklin Street, Fifth Floor
, Boston,
* MA 02111-130
1
, USA.
*/
#if HAVE_CONFIG_H
...
...
arcfour-meta.c
View file @
ee6ff2cc
...
...
@@ -16,8 +16,8 @@
*
* You should have received a copy of the GNU Lesser General Public License
* along with the nettle library; see the file COPYING.LIB. If not, write to
* the Free Software Foundation, Inc., 5
9 Temple Place - Suite 330
, Boston,
* MA 02111-130
7
, USA.
* the Free Software Foundation, Inc., 5
1 Franklin Street, Fifth Floor
, Boston,
* MA 02111-130
1
, USA.
*/
#if HAVE_CONFIG_H
...
...
arcfour.c
View file @
ee6ff2cc
...
...
@@ -19,8 +19,8 @@
*
* You should have received a copy of the GNU Lesser General Public License
* along with the nettle library; see the file COPYING.LIB. If not, write to
* the Free Software Foundation, Inc., 5
9 Temple Place - Suite 330
, Boston,
* MA 02111-130
7
, USA.
* the Free Software Foundation, Inc., 5
1 Franklin Street, Fifth Floor
, Boston,
* MA 02111-130
1
, USA.
*/
#if HAVE_CONFIG_H
...
...
arcfour.h
View file @
ee6ff2cc
...
...
@@ -19,8 +19,8 @@
*
* You should have received a copy of the GNU Lesser General Public License
* along with the nettle library; see the file COPYING.LIB. If not, write to
* the Free Software Foundation, Inc., 5
9 Temple Place - Suite 330
, Boston,
* MA 02111-130
7
, USA.
* the Free Software Foundation, Inc., 5
1 Franklin Street, Fifth Floor
, Boston,
* MA 02111-130
1
, USA.
*/
#ifndef NETTLE_ARCFOUR_H_INCLUDED
...
...
arctwo-meta.c
View file @
ee6ff2cc
...
...
@@ -16,8 +16,8 @@
*
* You should have received a copy of the GNU Lesser General Public License
* along with the nettle library; see the file COPYING.LIB. If not, write to
* the Free Software Foundation, Inc., 5
9 Temple Place - Suite 330
, Boston,
* MA 02111-130
7
, USA.
* the Free Software Foundation, Inc., 5
1 Franklin Street, Fifth Floor
, Boston,
* MA 02111-130
1
, USA.
*/
#if HAVE_CONFIG_H
...
...
arctwo.c
View file @
ee6ff2cc
...
...
@@ -22,8 +22,8 @@
*
* You should have received a copy of the GNU Lesser General Public License
* along with the nettle library; see the file COPYING.LIB. If not, write to
* the Free Software Foundation, Inc., 5
9 Temple Place - Suite 330
, Boston,
* MA 02111-130
7
, USA.
* the Free Software Foundation, Inc., 5
1 Franklin Street, Fifth Floor
, Boston,
* MA 02111-130
1
, USA.
*/
/* This implementation was written by Nikos Mavroyanopoulos for GNUTLS
...
...
arctwo.h
View file @
ee6ff2cc
...
...
@@ -20,8 +20,8 @@
*
* You should have received a copy of the GNU Lesser General Public License
* along with the nettle library; see the file COPYING.LIB. If not, write to
* the Free Software Foundation, Inc., 5
9 Temple Place - Suite 330
, Boston,
* MA 02111-130
7
, USA.
* the Free Software Foundation, Inc., 5
1 Franklin Street, Fifth Floor
, Boston,
* MA 02111-130
1
, USA.
*/
#ifndef NETTLE_ARCTWO_H_INCLUDED
...
...
asn1.h
View file @
ee6ff2cc
...
...
@@ -19,8 +19,8 @@
*
* You should have received a copy of the GNU Lesser General Public License
* along with the nettle library; see the file COPYING.LIB. If not, write to
* the Free Software Foundation, Inc., 5
9 Temple Place - Suite 330
, Boston,
* MA 02111-130
7
, USA.
* the Free Software Foundation, Inc., 5
1 Franklin Street, Fifth Floor
, Boston,
* MA 02111-130
1
, USA.
*/
#ifndef NETTLE_ASN1_H_INCLUDED
...
...
base16-decode.c
View file @
ee6ff2cc
...
...
@@ -19,8 +19,8 @@
*
* You should have received a copy of the GNU Lesser General Public License
* along with the nettle library; see the file COPYING.LIB. If not, write to
* the Free Software Foundation, Inc., 5
9 Temple Place - Suite 330
, Boston,
* MA 02111-130
7
, USA.
* the Free Software Foundation, Inc., 5
1 Franklin Street, Fifth Floor
, Boston,
* MA 02111-130
1
, USA.
*/
#if HAVE_CONFIG_H
...
...
base16-encode.c
View file @
ee6ff2cc
...
...
@@ -19,8 +19,8 @@
*
* You should have received a copy of the GNU Lesser General Public License
* along with the nettle library; see the file COPYING.LIB. If not, write to
* the Free Software Foundation, Inc., 5
9 Temple Place - Suite 330
, Boston,
* MA 02111-130
7
, USA.
* the Free Software Foundation, Inc., 5
1 Franklin Street, Fifth Floor
, Boston,
* MA 02111-130
1
, USA.
*/
#if HAVE_CONFIG_H
...
...
base16-meta.c
View file @
ee6ff2cc
...
...
@@ -16,8 +16,8 @@
*
* You should have received a copy of the GNU Lesser General Public License
* along with the nettle library; see the file COPYING.LIB. If not, write to
* the Free Software Foundation, Inc., 5
9 Temple Place - Suite 330
, Boston,
* MA 02111-130
7
, USA.
* the Free Software Foundation, Inc., 5
1 Franklin Street, Fifth Floor
, Boston,
* MA 02111-130
1
, USA.
*/
#if HAVE_CONFIG_H
...
...
base16.h
View file @
ee6ff2cc
...
...
@@ -20,8 +20,8 @@
*
* You should have received a copy of the GNU Lesser General Public License
* along with the nettle library; see the file COPYING.LIB. If not, write to
* the Free Software Foundation, Inc., 5
9 Temple Place - Suite 330
, Boston,
* MA 02111-130
7
, USA.
* the Free Software Foundation, Inc., 5
1 Franklin Street, Fifth Floor
, Boston,
* MA 02111-130
1
, USA.
*/
#ifndef NETTLE_BASE16_H_INCLUDED
...
...
base64-decode.c
View file @
ee6ff2cc
...
...
@@ -18,8 +18,8 @@
*
* You should have received a copy of the GNU Lesser General Public License
* along with the nettle library; see the file COPYING.LIB. If not, write to
* the Free Software Foundation, Inc., 5
9 Temple Place - Suite 330
, Boston,
* MA 02111-130
7
, USA.
* the Free Software Foundation, Inc., 5
1 Franklin Street, Fifth Floor
, Boston,
* MA 02111-130
1
, USA.
*/
#if HAVE_CONFIG_H
...
...
base64-encode.c
View file @
ee6ff2cc
...
...
@@ -18,8 +18,8 @@
*
* You should have received a copy of the GNU Lesser General Public License
* along with the nettle library; see the file COPYING.LIB. If not, write to
* the Free Software Foundation, Inc., 5
9 Temple Place - Suite 330
, Boston,
* MA 02111-130
7
, USA.
* the Free Software Foundation, Inc., 5
1 Franklin Street, Fifth Floor
, Boston,
* MA 02111-130
1
, USA.
*/
#if HAVE_CONFIG_H
...
...
base64-meta.c
View file @
ee6ff2cc
...
...
@@ -16,8 +16,8 @@
*
* You should have received a copy of the GNU Lesser General Public License
* along with the nettle library; see the file COPYING.LIB. If not, write to
* the Free Software Foundation, Inc., 5
9 Temple Place - Suite 330
, Boston,
* MA 02111-130
7
, USA.
* the Free Software Foundation, Inc., 5
1 Franklin Street, Fifth Floor
, Boston,
* MA 02111-130
1
, USA.
*/
#if HAVE_CONFIG_H
...
...
base64.h
View file @
ee6ff2cc
...
...
@@ -19,8 +19,8 @@
*
* You should have received a copy of the GNU Lesser General Public License
* along with the nettle library; see the file COPYING.LIB. If not, write to
* the Free Software Foundation, Inc., 5
9 Temple Place - Suite 330
, Boston,
* MA 02111-130
7
, USA.
* the Free Software Foundation, Inc., 5
1 Franklin Street, Fifth Floor
, Boston,
* MA 02111-130
1
, USA.
*/
#ifndef NETTLE_BASE64_H_INCLUDED
...
...
bignum-next-prime.c
View file @
ee6ff2cc
...
...
@@ -18,8 +18,8 @@
*
* You should have received a copy of the GNU Lesser General Public License
* along with the nettle library; see the file COPYING.LIB. If not, write to
* the Free Software Foundation, Inc., 5
9 Temple Place - Suite 330
, Boston,
* MA 02111-130
7
, USA.
* the Free Software Foundation, Inc., 5
1 Franklin Street, Fifth Floor
, Boston,
* MA 02111-130
1
, USA.
*/
#if HAVE_CONFIG_H
...
...
bignum-random-prime.c
View file @
ee6ff2cc
...
...
@@ -19,8 +19,8 @@
*
* You should have received a copy of the GNU Lesser General Public License
* along with the nettle library; see the file COPYING.LIB. If not, write to
* the Free Software Foundation, Inc., 5
9 Temple Place - Suite 330
, Boston,
* MA 02111-130
7
, USA.
* the Free Software Foundation, Inc., 5
1 Franklin Street, Fifth Floor
, Boston,
* MA 02111-130
1
, USA.
*/
#if HAVE_CONFIG_H
...
...
bignum-random.c
View file @
ee6ff2cc
...
...
@@ -19,8 +19,8 @@
*
* You should have received a copy of the GNU Lesser General Public License
* along with the nettle library; see the file COPYING.LIB. If not, write to
* the Free Software Foundation, Inc., 5
9 Temple Place - Suite 330
, Boston,
* MA 02111-130
7
, USA.
* the Free Software Foundation, Inc., 5
1 Franklin Street, Fifth Floor
, Boston,
* MA 02111-130
1
, USA.
*/
#if HAVE_CONFIG_H
...
...
bignum.c
View file @
ee6ff2cc
...
...
@@ -19,8 +19,8 @@
*
* You should have received a copy of the GNU Lesser General Public License
* along with the nettle library; see the file COPYING.LIB. If not, write to
* the Free Software Foundation, Inc., 5
9 Temple Place - Suite 330
, Boston,
* MA 02111-130
7
, USA.
* the Free Software Foundation, Inc., 5
1 Franklin Street, Fifth Floor
, Boston,
* MA 02111-130
1
, USA.
*/
#if HAVE_CONFIG_H
...
...
bignum.h
View file @
ee6ff2cc
...
...
@@ -19,8 +19,8 @@
*
* You should have received a copy of the GNU Lesser General Public License
* along with the nettle library; see the file COPYING.LIB. If not, write to
* the Free Software Foundation, Inc., 5
9 Temple Place - Suite 330
, Boston,
* MA 02111-130
7
, USA.
* the Free Software Foundation, Inc., 5
1 Franklin Street, Fifth Floor
, Boston,
* MA 02111-130
1
, USA.
*/
#ifndef NETTLE_BIGNUM_H_INCLUDED
...
...
blowfish.c
View file @
ee6ff2cc
...
...
@@ -24,8 +24,8 @@
*
* You should have received a copy of the GNU Lesser General Public License
* along with the nettle library; see the file COPYING.LIB. If not, write to
* the Free Software Foundation, Inc., 5
9 Temple Place - Suite 330
, Boston,
* MA 02111-130
7
, USA.
* the Free Software Foundation, Inc., 5
1 Franklin Street, Fifth Floor
, Boston,
* MA 02111-130
1
, USA.
*/
/* This file is derived from cipher/blowfish.c in Libgcrypt v1.4.6.
...
...
blowfish.h
View file @
ee6ff2cc
...
...
@@ -19,8 +19,8 @@
*
* You should have received a copy of the GNU Lesser General Public License
* along with the nettle library; see the file COPYING.LIB. If not, write to
* the Free Software Foundation, Inc., 5
9 Temple Place - Suite 330
, Boston,
* MA 02111-130
7
, USA.
* the Free Software Foundation, Inc., 5
1 Franklin Street, Fifth Floor
, Boston,
* MA 02111-130
1
, USA.
*/
#ifndef NETTLE_BLOWFISH_H_INCLUDED
...
...
buffer-init.c
View file @
ee6ff2cc
...
...
@@ -18,8 +18,8 @@
*
* You should have received a copy of the GNU Lesser General Public License
* along with the nettle library; see the file COPYING.LIB. If not, write to
* the Free Software Foundation, Inc., 5
9 Temple Place - Suite 330
, Boston,
* MA 02111-130
7
, USA.
* the Free Software Foundation, Inc., 5
1 Franklin Street, Fifth Floor
, Boston,
* MA 02111-130
1
, USA.
*/
#if HAVE_CONFIG_H
...
...
buffer.c
View file @
ee6ff2cc
...
...
@@ -19,8 +19,8 @@
*
* You should have received a copy of the GNU Lesser General Public License
* along with the nettle library; see the file COPYING.LIB. If not, write to
* the Free Software Foundation, Inc., 5
9 Temple Place - Suite 330
, Boston,
* MA 02111-130
7
, USA.
* the Free Software Foundation, Inc., 5
1 Franklin Street, Fifth Floor
, Boston,
* MA 02111-130
1
, USA.
*/
#if HAVE_CONFIG_H
...
...
buffer.h
View file @
ee6ff2cc
...
...
@@ -19,8 +19,8 @@
*
* You should have received a copy of the GNU Lesser General Public License
* along with the nettle library; see the file COPYING.LIB. If not, write to
* the Free Software Foundation, Inc., 5
9 Temple Place - Suite 330
, Boston,
* MA 02111-130
7
, USA.
* the Free Software Foundation, Inc., 5
1 Franklin Street, Fifth Floor
, Boston,
* MA 02111-130
1
, USA.
*/
#ifndef NETTLE_BUFFER_H_INCLUDED
...
...
camellia-crypt.c
View file @
ee6ff2cc
...
...
@@ -19,8 +19,8 @@
*
* You should have received a copy of the GNU Lesser General Public License
* along with the nettle library; see the file COPYING.LIB. If not, write to
* the Free Software Foundation, Inc., 5
9 Temple Place - Suite 330
, Boston,
* MA 02111-130
7
, USA.
* the Free Software Foundation, Inc., 5
1 Franklin Street, Fifth Floor
, Boston,
* MA 02111-130
1
, USA.
*/
#if HAVE_CONFIG_H
...
...
camellia-meta.c
View file @
ee6ff2cc
...
...
@@ -16,8 +16,8 @@
*
* You should have received a copy of the GNU Lesser General Public License
* along with the nettle library; see the file COPYING.LIB. If not, write to
* the Free Software Foundation, Inc., 5
9 Temple Place - Suite 330
, Boston,
* MA 02111-130
7
, USA.
* the Free Software Foundation, Inc., 5
1 Franklin Street, Fifth Floor
, Boston,
* MA 02111-130
1
, USA.
*/
#if HAVE_CONFIG_H
...
...
camellia-set-decrypt-key.c
View file @
ee6ff2cc
...
...
@@ -19,8 +19,8 @@
*
* You should have received a copy of the GNU Lesser General Public License
* along with the nettle library; see the file COPYING.LIB. If not, write to
* the Free Software Foundation, Inc., 5
9 Temple Place - Suite 330
, Boston,
* MA 02111-130
7
, USA.
* the Free Software Foundation, Inc., 5
1 Franklin Street, Fifth Floor
, Boston,
* MA 02111-130
1
, USA.
*/
#if HAVE_CONFIG_H
...
...
cast128-meta.c
View file @
ee6ff2cc
...
...
@@ -16,8 +16,8 @@
*
* You should have received a copy of the GNU Lesser General Public License
* along with the nettle library; see the file COPYING.LIB. If not, write to
* the Free Software Foundation, Inc., 5
9 Temple Place - Suite 330
, Boston,
* MA 02111-130
7
, USA.
* the Free Software Foundation, Inc., 5
1 Franklin Street, Fifth Floor
, Boston,
* MA 02111-130
1
, USA.
*/
#if HAVE_CONFIG_H
...
...
cast128.c
View file @
ee6ff2cc
...
...
@@ -25,8 +25,8 @@
*
* You should have received a copy of the GNU Lesser General Public License
* along with the nettle library; see the file COPYING.LIB. If not, write to
* the Free Software Foundation, Inc., 5
9 Temple Place - Suite 330
, Boston,
* MA 02111-130
7
, USA.
* the Free Software Foundation, Inc., 5
1 Franklin Street, Fifth Floor
, Boston,
* MA 02111-130
1
, USA.
*/
#if HAVE_CONFIG_H
...
...
cast128.h
View file @
ee6ff2cc
...
...
@@ -25,8 +25,8 @@
*
* You should have received a copy of the GNU Lesser General Public License
* along with the nettle library; see the file COPYING.LIB. If not, write to
* the Free Software Foundation, Inc., 5
9 Temple Place - Suite 330
, Boston,
* MA 02111-130
7
, USA.
* the Free Software Foundation, Inc., 5
1 Franklin Street, Fifth Floor
, Boston,
* MA 02111-130
1
, USA.
*/
#ifndef NETTLE_CAST128_H_INCLUDED
...
...
cbc.c
View file @
ee6ff2cc
...
...
@@ -19,8 +19,8 @@
*
* You should have received a copy of the GNU Lesser General Public License
* along with the nettle library; see the file COPYING.LIB. If not, write to
* the Free Software Foundation, Inc., 5
9 Temple Place - Suite 330
, Boston,
* MA 02111-130
7
, USA.
* the Free Software Foundation, Inc., 5
1 Franklin Street, Fifth Floor
, Boston,
* MA 02111-130
1
, USA.
*/
#if HAVE_CONFIG_H
...
...
cbc.h
View file @
ee6ff2cc
...
...
@@ -19,8 +19,8 @@
*
* You should have received a copy of the GNU Lesser General Public License
* along with the nettle library; see the file COPYING.LIB. If not, write to
* the Free Software Foundation, Inc., 5
9 Temple Place - Suite 330
, Boston,
* MA 02111-130
7
, USA.
* the Free Software Foundation, Inc., 5
1 Franklin Street, Fifth Floor
, Boston,
* MA 02111-130
1
, USA.
*/
#ifndef NETTLE_CBC_H_INCLUDED
...
...
ctr.c
View file @
ee6ff2cc
...
...
@@ -19,8 +19,8 @@
*
* You should have received a copy of the GNU Lesser General Public License
* along with the nettle library; see the file COPYING.LIB. If not, write to
* the Free Software Foundation, Inc., 5
9 Temple Place - Suite 330
, Boston,
* MA 02111-130
7
, USA.
* the Free Software Foundation, Inc., 5
1 Franklin Street, Fifth Floor
, Boston,
* MA 02111-130
1
, USA.
*/
#if HAVE_CONFIG_H
...
...
ctr.h
View file @
ee6ff2cc
...
...
@@ -20,8 +20,8 @@
*
* You should have received a copy of the GNU Lesser General Public License
* along with the nettle library; see the file COPYING.LIB. If not, write to
* the Free Software Foundation, Inc., 5
9 Temple Place - Suite 330
, Boston,
* MA 02111-130
7
, USA.
* the Free Software Foundation, Inc., 5
1 Franklin Street, Fifth Floor
, Boston,
* MA 02111-130
1
, USA.
*/
#ifndef NETTLE_CTR_H_INCLUDED
...
...
der-iterator.c
View file @
ee6ff2cc
...
...
@@ -19,8 +19,8 @@
*
* You should have received a copy of the GNU Lesser General Public License
* along with the nettle library; see the file COPYING.LIB. If not, write to
* the Free Software Foundation, Inc., 5
9 Temple Place - Suite 330
, Boston,
* MA 02111-130
7
, USA.
* the Free Software Foundation, Inc., 5
1 Franklin Street, Fifth Floor
, Boston,
* MA 02111-130
1
, USA.
*/
#if HAVE_CONFIG_H
...
...
der2dsa.c
View file @
ee6ff2cc
...
...
@@ -19,8 +19,8 @@
*
* You should have received a copy of the GNU Lesser General Public License
* along with the nettle library; see the file COPYING.LIB. If not, write to
* the Free Software Foundation, Inc., 5
9 Temple Place - Suite 330
, Boston,
* MA 02111-130
7
, USA.
* the Free Software Foundation, Inc., 5
1 Franklin Street, Fifth Floor
, Boston,
* MA 02111-130
1
, USA.
*/
#if HAVE_CONFIG_H
...
...
der2rsa.c
View file @
ee6ff2cc
...
...
@@ -19,8 +19,8 @@
*
* You should have received a copy of the GNU Lesser General Public License
* along with the nettle library; see the file COPYING.LIB. If not, write to
* the Free Software Foundation, Inc., 5
9 Temple Place - Suite 330
, Boston,
* MA 02111-130
7
, USA.