]> git.ipfire.org Git - thirdparty/nettle.git/log
thirdparty/nettle.git
21 years ago* sha1.c (sha1_transform): Function renamed to sha1_compress, and
Niels Möller [Fri, 6 Feb 2004 08:56:33 +0000 (09:56 +0100)] 
* sha1.c (sha1_transform): Function renamed to sha1_compress, and
moved to...
* sha1-compress.c: ... New file.

Rev: src/nettle/sha.h:1.5
Rev: src/nettle/sha1-compress.c:1.1
Rev: src/nettle/sha1.c:1.9

21 years ago(process_file): Copy the leftover to the
Niels Möller [Thu, 5 Feb 2004 20:14:25 +0000 (21:14 +0100)] 
(process_file): Copy the leftover to the
start of the buffer, when preparing for the final processing.

Rev: src/nettle/examples/rsa-encrypt.c:1.4

21 years ago*** empty log message ***
Niels Möller [Thu, 5 Feb 2004 19:20:08 +0000 (20:20 +0100)] 
*** empty log message ***

Rev: src/nettle/ChangeLog:1.234

21 years ago* examples/nettle-benchmark.c (bench_hash, time_hash): New functions.
Niels Möller [Thu, 5 Feb 2004 19:19:59 +0000 (20:19 +0100)] 
* examples/nettle-benchmark.c (bench_hash, time_hash): New functions.
(main): Benchmark hash functions too.
(BENCH_BLOCK): Increased 10K.
(BENCH_INTERVAL): Decreased to 0.25s.

Rev: src/nettle/examples/nettle-benchmark.c:1.10

21 years ago(time_function): Loop around calling
Niels Möller [Thu, 5 Feb 2004 19:02:55 +0000 (20:02 +0100)] 
(time_function): Loop around calling
f, until 1s has elapsed. Returns seconds per call. Updated bench
functions to not loop themselves.
(display): Updated MB/s calculation.

Rev: src/nettle/examples/nettle-benchmark.c:1.9

21 years ago* x86/arcfour-crypt.asm (nettle_arcfour_crypt): Bug fix, half of
Niels Möller [Thu, 5 Feb 2004 18:40:06 +0000 (19:40 +0100)] 
* x86/arcfour-crypt.asm (nettle_arcfour_crypt): Bug fix, half of
the S array swap was forgotten.
* arcfour.c (arcfour_stream): Likewise.
* arcfour-crypt.c (arcfour_crypt): Likewise.

Rev: src/nettle/ChangeLog:1.233
Rev: src/nettle/arcfour-crypt.c:1.2
Rev: src/nettle/arcfour.c:1.6
Rev: src/nettle/x86/arcfour-crypt.asm:1.5

21 years ago* testsuite/arcfour-test.c (test_main): Use test_cipher_stream.
Niels Möller [Thu, 5 Feb 2004 18:39:55 +0000 (19:39 +0100)] 
* testsuite/arcfour-test.c (test_main): Use test_cipher_stream.

* testsuite/testutils.c (test_cipher_stream): New function, that
tries dividing the input into varying size blocks before
processing.

Rev: src/nettle/testsuite/arcfour-test.c:1.3
Rev: src/nettle/testsuite/testutils.c:1.23
Rev: src/nettle/testsuite/testutils.h:1.19

21 years ago*** empty log message ***
Niels Möller [Thu, 5 Feb 2004 16:24:46 +0000 (17:24 +0100)] 
*** empty log message ***

Rev: src/nettle/ChangeLog:1.232

21 years ago* x86/arcfour-crypt.asm (nettle_arcfour_crypt): Must store the new
Niels Möller [Thu, 5 Feb 2004 16:24:39 +0000 (17:24 +0100)] 
* x86/arcfour-crypt.asm (nettle_arcfour_crypt): Must store the new
i, j at the end of the loop.

Rev: src/nettle/x86/arcfour-crypt.asm:1.4

21 years agoFixed debug information.
Niels Möller [Thu, 5 Feb 2004 16:18:24 +0000 (17:18 +0100)] 
Fixed debug information.

Rev: src/nettle/x86/arcfour-crypt.asm:1.3

21 years ago*** empty log message ***
Niels Möller [Thu, 5 Feb 2004 16:17:46 +0000 (17:17 +0100)] 
*** empty log message ***

Rev: src/nettle/ChangeLog:1.231

21 years ago* x86/aes-encrypt.asm, x86/aes-decrypt.asm, x86/arcfour-crypt.asm:
Niels Möller [Thu, 5 Feb 2004 16:17:43 +0000 (17:17 +0100)] 
* x86/aes-encrypt.asm, x86/aes-decrypt.asm, x86/arcfour-crypt.asm:
Fixed debug information.

Rev: src/nettle/x86/arcfour-crypt.asm:1.2

21 years ago*** empty log message ***
Niels Möller [Thu, 5 Feb 2004 16:10:22 +0000 (17:10 +0100)] 
*** empty log message ***

Rev: src/nettle/ChangeLog:1.230

21 years ago(EXTRA_DIST): Make sure x86 assembler files are
Niels Möller [Thu, 5 Feb 2004 16:10:15 +0000 (17:10 +0100)] 
(EXTRA_DIST): Make sure x86 assembler files are
distributed.
(DISTCLEANFILES): And that the symlinks and .s files are deleted.

Rev: src/nettle/Makefile.am:1.70

21 years agoFixed debug
Niels Möller [Thu, 5 Feb 2004 16:08:38 +0000 (17:08 +0100)] 
Fixed debug
information.

Rev: src/nettle/x86/aes-decrypt.asm:1.19
Rev: src/nettle/x86/aes-encrypt.asm:1.20

21 years ago* configure.ac: Use assembler file arcfour-crypt.asm if available.
Niels Möller [Thu, 5 Feb 2004 16:02:11 +0000 (17:02 +0100)] 
* configure.ac: Use assembler file arcfour-crypt.asm if available.

* arcfour.c (arcfour_crypt): Moved function too...
* arcfour-crypt.c (arcfour_crypt): New file.

Rev: src/nettle/Makefile.am:1.69
Rev: src/nettle/arcfour-crypt.c:1.1
Rev: src/nettle/arcfour.c:1.5
Rev: src/nettle/configure.ac:1.29

21 years agoNew file. About three times faster than
Niels Möller [Thu, 5 Feb 2004 16:01:47 +0000 (17:01 +0100)] 
New file. About three times faster than
the optimized C code.

Rev: src/nettle/x86/arcfour-crypt.asm:1.1

21 years ago*** empty log message ***
Niels Möller [Thu, 5 Feb 2004 15:08:26 +0000 (16:08 +0100)] 
*** empty log message ***

Rev: src/nettle/ChangeLog:1.229

21 years ago(arcfour_crypt): Optimization suggested by Jonas
Niels Möller [Thu, 5 Feb 2004 15:08:20 +0000 (16:08 +0100)] 
(arcfour_crypt): Optimization suggested by Jonas
Walldén. Makes arcfour up to 50% faster on x86 and ppc, and
probably on other architectures as well.

Rev: src/nettle/arcfour.c:1.4

21 years ago*** empty log message ***
Niels Möller [Sat, 31 Jan 2004 17:03:14 +0000 (18:03 +0100)] 
*** empty log message ***

Rev: src/nettle/ChangeLog:1.228

21 years ago(AX_CREATE_STDINT_H): Also look for uint32_t and
Niels Möller [Sat, 31 Jan 2004 17:03:05 +0000 (18:03 +0100)] 
(AX_CREATE_STDINT_H): Also look for uint32_t and
friends in sys/types.h.

Rev: src/nettle/configure.ac:1.28

21 years ago(libnettleinclude_HEADERS): Added bignum.h,
Niels Möller [Sun, 11 Jan 2004 19:44:45 +0000 (20:44 +0100)] 
(libnettleinclude_HEADERS): Added bignum.h,
memxor.h, pkcs1.h and rsa-compat.h.

Rev: src/nettle/ChangeLog:1.227
Rev: src/nettle/Makefile.am:1.68

21 years agoBumped version to 1.9.
Niels Möller [Sat, 10 Jan 2004 23:02:17 +0000 (00:02 +0100)] 
Bumped version to 1.9.

Rev: src/nettle/ChangeLog:1.226
Rev: src/nettle/configure.ac:1.27

21 years ago*** empty log message *** nettle_1.8_release_20040110
Niels Möller [Sat, 10 Jan 2004 22:57:06 +0000 (23:57 +0100)] 
*** empty log message ***

Rev: src/nettle/ChangeLog:1.225

21 years agoDelete more test files.
Niels Möller [Sat, 10 Jan 2004 22:56:58 +0000 (23:56 +0100)] 
Delete more test files.

Rev: src/nettle/examples/teardown-env:1.3

21 years ago*** empty log message ***
Niels Möller [Sat, 10 Jan 2004 22:56:26 +0000 (23:56 +0100)] 
*** empty log message ***

Rev: src/nettle/ChangeLog:1.224

21 years ago*** empty log message ***
Niels Möller [Sat, 10 Jan 2004 22:50:59 +0000 (23:50 +0100)] 
*** empty log message ***

Rev: src/nettle/ChangeLog:1.223
Rev: src/nettle/NEWS:1.14

21 years ago(Hash functions): Documented md2 and md4.
Niels Möller [Sat, 10 Jan 2004 22:50:41 +0000 (23:50 +0100)] 
(Hash functions): Documented md2 and md4.

Rev: src/nettle/nettle.texinfo:1.24

21 years ago(SHLIBMAJOR): Bumped to 2.
Niels Möller [Sat, 10 Jan 2004 22:49:42 +0000 (23:49 +0100)] 
(SHLIBMAJOR): Bumped to 2.

Rev: src/nettle/configure.ac:1.26

21 years agoUpdated copyright information.
Niels Möller [Sat, 10 Jan 2004 22:49:19 +0000 (23:49 +0100)] 
Updated copyright information.

Rev: src/nettle/md2.c:1.3
Rev: src/nettle/md4.c:1.3

21 years ago*** empty log message ***
Niels Möller [Fri, 9 Jan 2004 22:03:03 +0000 (23:03 +0100)] 
*** empty log message ***

Rev: src/nettle/ChangeLog:1.222

21 years agoExpanded the
Niels Möller [Fri, 9 Jan 2004 22:02:59 +0000 (23:02 +0100)] 
Expanded the
comment describing the file format, and moved to rsa-session.h.

Rev: src/nettle/examples/rsa-encrypt.c:1.3
Rev: src/nettle/examples/rsa-session.h:1.2

21 years agoNew testcase.
Niels Möller [Fri, 9 Jan 2004 21:54:33 +0000 (22:54 +0100)] 
New testcase.

Rev: src/nettle/ChangeLog:1.221
Rev: src/nettle/examples/Makefile.am:1.20
Rev: src/nettle/examples/rsa-encrypt-test:1.1

21 years agoExpanded the comment describing the file
Niels Möller [Fri, 9 Jan 2004 21:47:23 +0000 (22:47 +0100)] 
Expanded the comment describing the file
format.

Rev: src/nettle/ChangeLog:1.220
Rev: src/nettle/examples/rsa-encrypt.c:1.2

21 years ago(process_file): Finished this function.
Niels Möller [Fri, 9 Jan 2004 21:39:57 +0000 (22:39 +0100)] 
(process_file): Finished this function.
(main): Initialize x. Check the size of the session key after rsa
decryption.

Rev: src/nettle/examples/rsa-decrypt.c:1.3

21 years ago(write_string): Treat short item count as an error.
Niels Möller [Fri, 9 Jan 2004 21:38:42 +0000 (22:38 +0100)] 
(write_string): Treat short item count as an error.

Rev: src/nettle/examples/io.c:1.6

21 years agoAdded instruction for CVS access.
Niels Möller [Thu, 8 Jan 2004 17:02:53 +0000 (18:02 +0100)] 
Added instruction for CVS access.

Rev: src/nettle/ChangeLog:1.219
Rev: src/nettle/index.html:1.3

21 years ago(dsa_nist_gen): Fixed declaration/statement order.
Niels Möller [Thu, 8 Jan 2004 14:36:24 +0000 (15:36 +0100)] 
(dsa_nist_gen): Fixed declaration/statement order.

Rev: src/nettle/ChangeLog:1.218
Rev: src/nettle/dsa-keygen.c:1.8

21 years ago*** empty log message ***
Niels Möller [Thu, 8 Jan 2004 12:55:12 +0000 (13:55 +0100)] 
*** empty log message ***

Rev: src/nettle/NEWS:1.13

21 years ago*** empty log message ***
Niels Möller [Thu, 8 Jan 2004 12:39:09 +0000 (13:39 +0100)] 
*** empty log message ***

Rev: src/nettle/ChangeLog:1.217

21 years ago(bignum_next_prime): Fixed off-by-one error when
Niels Möller [Thu, 8 Jan 2004 12:39:02 +0000 (13:39 +0100)] 
(bignum_next_prime): Fixed off-by-one error when
comparing input to the largest listed prime. General cleanup, as
prime_limit > 0 always. Use TMP_DECL and TMP_ALLOC.

Rev: src/nettle/rsa-keygen.c:1.6

21 years ago(TMP_DECL, TMP_ALLOC): New macros. When alloca is unavailable, they
Niels Möller [Thu, 8 Jan 2004 12:37:13 +0000 (13:37 +0100)] 
(TMP_DECL, TMP_ALLOC): New macros. When alloca is unavailable, they
work by allocating a fix amount of stack and imposing a hard limit on
what can be allocated. Updated all users of alloca.

Rev: src/nettle/bignum-random.c:1.4
Rev: src/nettle/cbc.c:1.8
Rev: src/nettle/dsa-keygen.c:1.7
Rev: src/nettle/hmac.c:1.6
Rev: src/nettle/pkcs1-rsa-md5.c:1.3
Rev: src/nettle/pkcs1-rsa-sha1.c:1.3
Rev: src/nettle/rsa-decrypt.c:1.5
Rev: src/nettle/rsa-encrypt.c:1.8
Rev: src/nettle/sexp.c:1.15

21 years ago(TMP_DECL, TMP_ALLOC): New macros. When alloca
Niels Möller [Thu, 8 Jan 2004 12:34:57 +0000 (13:34 +0100)] 
(TMP_DECL, TMP_ALLOC): New macros. When alloca
is unavailable, they work by allocating a fix amount of stack and
imposing a hard limit on what can be allocated.

Rev: src/nettle/nettle-internal.h:1.4

21 years ago*** empty log message ***
Niels Möller [Wed, 7 Jan 2004 22:24:24 +0000 (23:24 +0100)] 
*** empty log message ***

Rev: src/nettle/.cvsignore:1.14
Rev: src/nettle/ChangeLog:1.216
Rev: src/nettle/NEWS:1.12

21 years ago* nettle-types.h: New (generated) file, to be used instead of including
Niels Möller [Wed, 7 Jan 2004 22:23:06 +0000 (23:23 +0100)] 
* nettle-types.h: New (generated) file, to be used instead of including
<inttypes.h> directly. Updated all users of inttypes.h.

Rev: src/nettle/aes.h:1.7
Rev: src/nettle/aesdata.c:1.3
Rev: src/nettle/arcfour.h:1.5
Rev: src/nettle/base16.h:1.3
Rev: src/nettle/base64.h:1.14
Rev: src/nettle/bignum.h:1.8
Rev: src/nettle/blowfish.h:1.9
Rev: src/nettle/cast128.h:1.5
Rev: src/nettle/cbc.h:1.5
Rev: src/nettle/des.h:1.9
Rev: src/nettle/dsa.h:1.9
Rev: src/nettle/knuth-lfib.h:1.3
Rev: src/nettle/md2.h:1.3
Rev: src/nettle/md4.h:1.3
Rev: src/nettle/md5.h:1.7
Rev: src/nettle/memxor.h:1.3
Rev: src/nettle/nettle-meta.h:1.11
Rev: src/nettle/pkcs1.h:1.3
Rev: src/nettle/realloc.h:1.2
Rev: src/nettle/rsa.h:1.24
Rev: src/nettle/serpent.h:1.7
Rev: src/nettle/sexp.h:1.16
Rev: src/nettle/sha.h:1.4
Rev: src/nettle/twofish.h:1.6

21 years ago(DISTCLEANFILES, libnettleinclude_HEADERS): Added
Niels Möller [Wed, 7 Jan 2004 22:19:25 +0000 (23:19 +0100)] 
(DISTCLEANFILES, libnettleinclude_HEADERS): Added
nettle-types.h.

Rev: src/nettle/Makefile.am:1.67

21 years ago(AX_CREATE_STDINT_H): Create nettle-types.h.
Niels Möller [Wed, 7 Jan 2004 22:18:47 +0000 (23:18 +0100)] 
(AX_CREATE_STDINT_H): Create nettle-types.h.

Rev: src/nettle/configure.ac:1.25

21 years ago(yarrow256_seed): Use const for the seed_file input.
Niels Möller [Sun, 16 Nov 2003 18:30:21 +0000 (19:30 +0100)] 
(yarrow256_seed): Use const for the seed_file input.

Rev: src/nettle/ChangeLog:1.215
Rev: src/nettle/yarrow.h:1.11
Rev: src/nettle/yarrow256.c:1.18

21 years agoComment fix, it's BASE64_ENCODE_FINAL_LENGTH, not BASE64_ENCODE_FINAL_SIZE.
Niels Möller [Sun, 16 Nov 2003 18:28:55 +0000 (19:28 +0100)] 
Comment fix, it's BASE64_ENCODE_FINAL_LENGTH, not BASE64_ENCODE_FINAL_SIZE.

Rev: src/nettle/base64.h:1.13

21 years agoNew function for decoding hex values, with a
Niels Möller [Wed, 12 Nov 2003 16:19:03 +0000 (17:19 +0100)] 
New function for decoding hex values, with a
new function hex2int. Also implemented calculation of total
storage, removed the dependence on the .comment section, and use
the $FILTER environment variable as a regexp for restricting the
object files that are considered.

Rev: src/nettle/ChangeLog:1.214
Rev: src/nettle/list-obj-sizes.awk:1.2

21 years agoIgnore stamp-h1 and autom4te.cache.
Niels Möller [Sat, 8 Nov 2003 15:43:16 +0000 (16:43 +0100)] 
Ignore stamp-h1 and autom4te.cache.

Rev: src/nettle/.cvsignore:1.13

21 years agoFound some changes to perhaps be checked in properly later
Niels Möller [Sat, 25 Oct 2003 22:05:54 +0000 (00:05 +0200)] 
Found some changes to perhaps be checked in properly later

Rev: src/nettle/aes.c-hacked:1.1

21 years ago*** empty log message ***
Niels Möller [Sun, 21 Sep 2003 20:37:55 +0000 (22:37 +0200)] 
*** empty log message ***

Rev: src/nettle/ChangeLog:1.213

21 years ago(test_main): Don't use gmp_printf,
Niels Möller [Sun, 21 Sep 2003 18:18:35 +0000 (20:18 +0200)] 
(test_main): Don't use gmp_printf,
as it seems it's only available with the newer gmp. Use
mpz_out_str instead.

Rev: src/nettle/testsuite/rsa-encrypt-test.c:1.2

21 years ago*** empty log message ***
Niels Möller [Fri, 19 Sep 2003 15:46:30 +0000 (17:46 +0200)] 
*** empty log message ***

Rev: src/nettle/ChangeLog:1.212

21 years ago* examples/Makefile.am (EXTRA_DIST): Added rsa-session.h.
Niels Möller [Fri, 19 Sep 2003 14:43:34 +0000 (16:43 +0200)] 
* examples/Makefile.am (EXTRA_DIST): Added rsa-session.h.

Rev: src/nettle/examples/Makefile.am:1.19

21 years ago*** empty log message ***
Niels Möller [Fri, 19 Sep 2003 14:22:10 +0000 (16:22 +0200)] 
*** empty log message ***

Rev: src/nettle/ChangeLog:1.211

21 years ago* tools/nettle-lfib-stream.c: New tool, which outputs a sequence
Niels Möller [Fri, 19 Sep 2003 13:44:44 +0000 (15:44 +0200)] 
* tools/nettle-lfib-stream.c: New tool, which outputs a sequence
of pseudorandom (non-cryptographic) bytes, using Knuth's lagged
fibonacci generator.

Rev: src/nettle/tools/.cvsignore:1.3
Rev: src/nettle/tools/Makefile.am:1.6
Rev: src/nettle/tools/nettle-lfib-stream.c:1.1

21 years ago*** empty log message ***
Niels Möller [Fri, 19 Sep 2003 13:28:00 +0000 (15:28 +0200)] 
*** empty log message ***

Rev: src/nettle/ChangeLog:1.210
Rev: src/nettle/examples/.cvsignore:1.6

21 years ago* examples/rsa-decrypt.c: Fixes to get the file to compile. It
Niels Möller [Fri, 19 Sep 2003 13:27:48 +0000 (15:27 +0200)] 
* examples/rsa-decrypt.c: Fixes to get the file to compile. It
won't work yet.

Rev: src/nettle/examples/rsa-decrypt.c:1.2

21 years ago(EXTRA_PROGRAMS): Added rsa-encrypt and
Niels Möller [Fri, 19 Sep 2003 13:22:32 +0000 (15:22 +0200)] 
(EXTRA_PROGRAMS): Added rsa-encrypt and
rsa-decrypt.

Rev: src/nettle/examples/Makefile.am:1.18

21 years ago(write_file): New function.
Niels Möller [Fri, 19 Sep 2003 13:21:43 +0000 (15:21 +0200)] 
(write_file): New function.
(write_string): Simplified error check, it's no real point in
calling ferror unless we also call fflush.

Rev: src/nettle/examples/io.c:1.5
Rev: src/nettle/examples/io.h:1.3

21 years ago(main): Check return value from
Niels Möller [Fri, 19 Sep 2003 13:17:35 +0000 (15:17 +0200)] 
(main): Check return value from
simple_random.

Rev: src/nettle/examples/rsa-keygen.c:1.11

21 years agoNew files, demonstrating rsa encryption
Niels Möller [Fri, 19 Sep 2003 13:16:59 +0000 (15:16 +0200)] 
New files, demonstrating rsa encryption
and decryption.

Rev: src/nettle/examples/rsa-decrypt.c:1.1
Rev: src/nettle/examples/rsa-encrypt.c:1.1
Rev: src/nettle/examples/rsa-session.h:1.1

21 years ago(RSA_EXAMPLES): Added rsa-encrypt and rsa-decrypt.
Niels Möller [Fri, 19 Sep 2003 13:15:33 +0000 (15:15 +0200)] 
(RSA_EXAMPLES): Added rsa-encrypt and rsa-decrypt.

Rev: src/nettle/configure.ac:1.24

22 years ago*** empty log message ***
Niels Möller [Mon, 1 Sep 2003 20:24:20 +0000 (22:24 +0200)] 
*** empty log message ***

Rev: src/nettle/ChangeLog:1.209

22 years ago(print_hex): Use const.
Niels Möller [Mon, 1 Sep 2003 20:23:34 +0000 (22:23 +0200)] 
(print_hex): Use const.

Rev: src/nettle/testsuite/testutils.c:1.22
Rev: src/nettle/testsuite/testutils.h:1.18

22 years ago* md2.c, md2.h: Added reference to RFC 1319.
Niels Möller [Sat, 30 Aug 2003 13:52:39 +0000 (15:52 +0200)] 
* md2.c, md2.h: Added reference to RFC 1319.
* md4.c, md4.h: Added reference to RFC 1320

Rev: src/nettle/ChangeLog:1.208
Rev: src/nettle/md2.c:1.2
Rev: src/nettle/md2.h:1.2
Rev: src/nettle/md4.c:1.2
Rev: src/nettle/md4.h:1.2

22 years agoAdded references to the appropriate RFC.
Niels Möller [Sat, 30 Aug 2003 13:51:13 +0000 (15:51 +0200)] 
Added references to the appropriate RFC.

Rev: src/nettle/testsuite/md2-test.c:1.2
Rev: src/nettle/testsuite/md4-test.c:1.2

22 years ago*** empty log message ***
Niels Möller [Tue, 26 Aug 2003 06:49:36 +0000 (08:49 +0200)] 
*** empty log message ***

Rev: src/nettle/ChangeLog:1.207
Rev: src/nettle/testsuite/.cvsignore:1.23

22 years ago* Makefile.am: Added md2 and md5 files. Deleted the print-path
Niels Möller [Tue, 26 Aug 2003 06:49:25 +0000 (08:49 +0200)] 
* Makefile.am: Added md2 and md5 files. Deleted the print-path
hack.

* testsuite/Makefile.am (TS_PROGS): Added rsa-encrypt-test,
md4-test, and md2-test.

Rev: src/nettle/Makefile.am:1.66

22 years agoBumped version to 1.8.
Niels Möller [Tue, 26 Aug 2003 06:48:47 +0000 (08:48 +0200)] 
Bumped version to 1.8.

Rev: src/nettle/configure.ac:1.23

22 years ago(test_main): Use it.
Niels Möller [Tue, 26 Aug 2003 06:48:08 +0000 (08:48 +0200)] 
(test_main): Use it.

Rev: src/nettle/testsuite/rsa-test.c:1.7

22 years ago(test_rsa_set_key_1): New function.
Niels Möller [Tue, 26 Aug 2003 06:47:22 +0000 (08:47 +0200)] 
(test_rsa_set_key_1): New function.

Rev: src/nettle/testsuite/testutils.c:1.21
Rev: src/nettle/testsuite/testutils.h:1.17

22 years ago* testsuite/dsa-keygen-test.c: Deleted definition of UNUSED, it's
Niels Möller [Tue, 26 Aug 2003 06:46:52 +0000 (08:46 +0200)] 
* testsuite/dsa-keygen-test.c: Deleted definition of UNUSED, it's
now in config.h.
* testsuite/rsa-keygen-test.c: Likewise.

Rev: src/nettle/testsuite/rsa-keygen-test.c:1.6

22 years agoDeleted definition of UNUSED, it's
Niels Möller [Tue, 26 Aug 2003 06:46:29 +0000 (08:46 +0200)] 
Deleted definition of UNUSED, it's
now in config.h.

Rev: src/nettle/testsuite/dsa-keygen-test.c:1.2

22 years ago(TS_PROGS): Added rsa-encrypt-test, md4-test, and md2-test.
Niels Möller [Tue, 26 Aug 2003 06:45:53 +0000 (08:45 +0200)] 
(TS_PROGS): Added rsa-encrypt-test, md4-test, and md2-test.

Rev: src/nettle/testsuite/Makefile.am:1.39

22 years agoNew test cases.
Niels Möller [Tue, 26 Aug 2003 06:44:51 +0000 (08:44 +0200)] 
New test cases.

Rev: src/nettle/testsuite/md2-test.c:1.1
Rev: src/nettle/testsuite/md4-test.c:1.1
Rev: src/nettle/testsuite/rsa-encrypt-test.c:1.1

22 years agoDeclare nettle_md2 and nettle_md4.
Niels Möller [Tue, 26 Aug 2003 06:43:20 +0000 (08:43 +0200)] 
Declare nettle_md2 and nettle_md4.

Rev: src/nettle/nettle-meta.h:1.10

22 years agoReorderd functions, putting md5_final at the end.
Niels Möller [Tue, 26 Aug 2003 06:42:47 +0000 (08:42 +0200)] 
Reorderd functions, putting md5_final at the end.

Rev: src/nettle/md5.c:1.8

22 years ago* md2.c, md2.h, md2-meta.c: New files, implemented md2.
Niels Möller [Tue, 26 Aug 2003 06:41:42 +0000 (08:41 +0200)] 
* md2.c, md2.h, md2-meta.c: New files, implemented md2.
* md4.c, md4.h, md4-meta.c: New files, implemented md4.

Rev: src/nettle/md2-meta.c:1.1
Rev: src/nettle/md2.c:1.1
Rev: src/nettle/md2.h:1.1
Rev: src/nettle/md4-meta.c:1.1
Rev: src/nettle/md4.c:1.1
Rev: src/nettle/md4.h:1.1

22 years agoCosmetic change.
Niels Möller [Tue, 26 Aug 2003 06:39:39 +0000 (08:39 +0200)] 
Cosmetic change.

Rev: src/nettle/rsa-encrypt.c:1.7

22 years ago* desCode.h (des_keymap, des_bigmap): Deleted extern declarations,
Niels Möller [Sun, 17 Aug 2003 15:31:51 +0000 (17:31 +0200)] 
* desCode.h (des_keymap, des_bigmap): Deleted extern declarations,
they conficted with the static definition in des.c. Reported by
Simon Josefsson.

* des.c (DesSmallFipsEncrypt, DesSmallFipsDecrypt): Moved
definitions after the definition of the des_kemap array.

Rev: src/nettle/ChangeLog:1.206
Rev: src/nettle/des.c:1.8
Rev: src/nettle/desCode.h:1.3

22 years ago*** empty log message ***
Niels Möller [Mon, 11 Aug 2003 20:42:15 +0000 (22:42 +0200)] 
*** empty log message ***

Rev: src/nettle/ChangeLog:1.205

22 years ago(rsa_encrypt): Bugfix contributed by
Luiz Eduardo Gava [Mon, 11 Aug 2003 20:42:09 +0000 (22:42 +0200)] 
(rsa_encrypt): Bugfix contributed by
leg@terra.com.br.

Rev: src/nettle/rsa-encrypt.c:1.6

22 years ago*** empty log message ***
Niels Möller [Tue, 10 Jun 2003 12:14:19 +0000 (14:14 +0200)] 
*** empty log message ***

Rev: src/nettle/ChangeLog:1.204

22 years ago(EXTRA_DIST): Distribute sha-example.c.
Niels Möller [Tue, 10 Jun 2003 12:14:12 +0000 (14:14 +0200)] 
(EXTRA_DIST): Distribute sha-example.c.

Rev: src/nettle/Makefile.am:1.65

22 years agoCosmetic fix.
Niels Möller [Fri, 6 Jun 2003 18:25:30 +0000 (20:25 +0200)] 
Cosmetic fix.

Rev: src/nettle/ChangeLog:1.203

22 years ago(DISTCLEANFILES): Delete .s files.
Niels Möller [Wed, 4 Jun 2003 22:55:44 +0000 (00:55 +0200)] 
(DISTCLEANFILES): Delete .s files.

Rev: src/nettle/ChangeLog:1.202
Rev: src/nettle/Makefile.am:1.64

22 years ago*** empty log message ***
Niels Möller [Tue, 27 May 2003 06:51:20 +0000 (08:51 +0200)] 
*** empty log message ***

Rev: src/nettle/ChangeLog:1.201

22 years agoAnd allow symbols that start at the
Niels Möller [Tue, 27 May 2003 06:50:56 +0000 (08:50 +0200)] 
And allow symbols that start at the
beginning of the line, as output by AIX nm.

Rev: src/nettle/testsuite/symbols-test:1.3

22 years ago*** empty log message ***
Niels Möller [Mon, 26 May 2003 20:43:57 +0000 (22:43 +0200)] 
*** empty log message ***

Rev: src/nettle/ChangeLog:1.200

22 years agoAllow symbols to start with a dot.
Niels Möller [Mon, 26 May 2003 20:43:45 +0000 (22:43 +0200)] 
Allow symbols to start with a dot.

Rev: src/nettle/testsuite/symbols-test:1.2

22 years agoComment fix.
Niels Möller [Sun, 18 May 2003 19:52:25 +0000 (21:52 +0200)] 
Comment fix.

Rev: src/nettle/configure.ac:1.22

22 years ago*** empty log message ***
Niels Möller [Wed, 14 May 2003 10:24:26 +0000 (12:24 +0200)] 
*** empty log message ***

Rev: src/nettle/ChangeLog:1.199

22 years ago* pgp.h (enum pgp_subpacket_tag): Copied values from RFC 2440.
Niels Möller [Wed, 14 May 2003 10:20:21 +0000 (12:20 +0200)] 
* pgp.h (enum pgp_subpacket_tag): Copied values from RFC 2440.
Renamed PGP_SUBPACKET_ISSUER to PGP_SUBPACKET_ISSUER_KEY_ID.

Rev: src/nettle/pgp-encode.c:1.7

22 years ago(enum pgp_subpacket_tag): Copied values from RFC 2440.
Niels Möller [Wed, 14 May 2003 10:19:35 +0000 (12:19 +0200)] 
(enum pgp_subpacket_tag): Copied values from RFC 2440.

Rev: src/nettle/pgp.h:1.5

22 years agoDo proper namemangling for pgp_put_public_rsa_key and
Niels Möller [Tue, 13 May 2003 08:06:02 +0000 (10:06 +0200)] 
Do proper namemangling for pgp_put_public_rsa_key and
pgp_put_rsa_sha1_signature.

Rev: src/nettle/ChangeLog:1.198
Rev: src/nettle/pgp.h:1.4

22 years ago*** empty log message ***
Niels Möller [Mon, 12 May 2003 22:05:42 +0000 (00:05 +0200)] 
*** empty log message ***

Rev: src/nettle/ChangeLog:1.197

22 years ago(pgp_put_mpi): Fixed nettle_mpz_get_str_256 call.
Niels Möller [Mon, 12 May 2003 22:05:27 +0000 (00:05 +0200)] 
(pgp_put_mpi): Fixed nettle_mpz_get_str_256 call.

Rev: src/nettle/pgp-encode.c:1.6