]> git.ipfire.org Git - thirdparty/nettle.git/log
thirdparty/nettle.git
23 years ago(noinst_PROGRAMS): Added sexp-conv.
Niels Möller [Tue, 22 Oct 2002 20:46:37 +0000 (22:46 +0200)] 
(noinst_PROGRAMS): Added sexp-conv.

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

23 years ago* examples/sexp-conv.c (sexp_convert_list): New function.
Niels Möller [Tue, 22 Oct 2002 20:46:13 +0000 (22:46 +0200)] 
* examples/sexp-conv.c (sexp_convert_list): New function.
(sexp_convert_item): New function.
(main): New function. Compiles and runs now, but doesn't work.

* examples/sexp-conv.c: Added output functions.

Rev: src/nettle/examples/sexp-conv.c:1.2

23 years ago(base64_decode_single): New function.
Niels Möller [Tue, 22 Oct 2002 20:43:57 +0000 (22:43 +0200)] 
(base64_decode_single): New function.
(base64_decode_update): Use base64_decode_single.

Rev: src/nettle/base64-decode.c:1.2
Rev: src/nettle/base64.h:1.10

23 years agoRemoved null statement within variable declarations breaking compilations with gcc...
Pontus Freyhult [Mon, 21 Oct 2002 20:56:00 +0000 (22:56 +0200)] 
Removed null statement within variable declarations breaking compilations with gcc-2.95

Rev: src/nettle/ChangeLog:1.129
Rev: src/nettle/base64-encode.c:1.2

23 years ago*** empty log message ***
Niels Möller [Mon, 21 Oct 2002 19:43:51 +0000 (21:43 +0200)] 
*** empty log message ***

Rev: src/nettle/ChangeLog:1.128

23 years agoNew sexp conversion program.
Niels Möller [Mon, 21 Oct 2002 19:05:17 +0000 (21:05 +0200)] 
New sexp conversion program.

Rev: src/nettle/examples/sexp-conv.c:1.1

23 years ago*** empty log message ***
Niels Möller [Mon, 21 Oct 2002 13:42:25 +0000 (15:42 +0200)] 
*** empty log message ***

Rev: src/nettle/ChangeLog:1.127

23 years ago(libnettle_a_SOURCES): Added
Niels Möller [Mon, 21 Oct 2002 13:42:17 +0000 (15:42 +0200)] 
(libnettle_a_SOURCES): Added
sexp-format-transport.c.

Rev: src/nettle/Makefile.am:1.48

23 years ago* sexp-transport.c (sexp_transport_iterator_first): New file and
Niels Möller [Mon, 21 Oct 2002 13:41:29 +0000 (15:41 +0200)] 
* sexp-transport.c (sexp_transport_iterator_first): New file and
function.
* sexp.h (sexp_transport_iterator_first): Added protoype.

Rev: src/nettle/sexp.h:1.6

23 years ago(sexp_transport_iterator_first): New file and
Niels Möller [Mon, 21 Oct 2002 13:40:37 +0000 (15:40 +0200)] 
(sexp_transport_iterator_first): New file and
function.

Rev: src/nettle/sexp-transport.c:1.1

23 years ago(sexp_iterator_next): Abort if iterator type is boogus.
Niels Möller [Mon, 21 Oct 2002 13:40:08 +0000 (15:40 +0200)] 
(sexp_iterator_next): Abort if iterator type is boogus.

Rev: src/nettle/sexp.c:1.10

23 years ago*** empty log message ***
Niels Möller [Sat, 19 Oct 2002 12:02:54 +0000 (14:02 +0200)] 
*** empty log message ***

Rev: src/nettle/ChangeLog:1.126

23 years ago(test_armor): Updated to new armor
Niels Möller [Sat, 19 Oct 2002 11:42:54 +0000 (13:42 +0200)] 
(test_armor): Updated to new armor
conventions.

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

23 years ago(test_main): Test BASE64_ENCODE_LENGTH
Niels Möller [Sat, 19 Oct 2002 11:42:34 +0000 (13:42 +0200)] 
(test_main): Test BASE64_ENCODE_LENGTH
and BASE64_DECODE_LENGTH. Updated test of base64_encode_raw (used
to be base64_encode).

Rev: src/nettle/testsuite/base64-test.c:1.3

23 years ago* base64.h (BASE64_ENCODE_LENGTH, BASE64_DECODE_LENGTH): Fixed and
Niels Möller [Sat, 19 Oct 2002 11:41:22 +0000 (13:41 +0200)] 
* base64.h (BASE64_ENCODE_LENGTH, BASE64_DECODE_LENGTH): Fixed and
documented macros.

Rev: src/nettle/base64.h:1.9

23 years ago(base64_encode_length, base64_decode_length): New
Niels Möller [Sat, 19 Oct 2002 10:49:58 +0000 (12:49 +0200)] 
(base64_encode_length, base64_decode_length): New
functions, corresponding to the macros with the same name.

Rev: src/nettle/base64-meta.c:1.3

23 years ago(libnettle_a_SOURCES): base64.c replaced by
Niels Möller [Sat, 19 Oct 2002 10:49:13 +0000 (12:49 +0200)] 
(libnettle_a_SOURCES): base64.c replaced by
base64-encode.c and base64-decode.c.

Rev: src/nettle/Makefile.am:1.47

23 years ago(pgp_armor): Use new base64 conventions.
Niels Möller [Sat, 19 Oct 2002 10:48:14 +0000 (12:48 +0200)] 
(pgp_armor): Use new base64 conventions.

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

23 years agoUpdated nettle_armor definitions.
Niels Möller [Sat, 19 Oct 2002 10:47:23 +0000 (12:47 +0200)] 
Updated nettle_armor definitions.

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

23 years agoMajor reorganization.
Niels Möller [Sat, 19 Oct 2002 10:46:31 +0000 (12:46 +0200)] 
Major reorganization.

Rev: src/nettle/base64.h:1.8

23 years agoDeleted file, contents moved to base64-encode.c or
Niels Möller [Sat, 19 Oct 2002 10:42:55 +0000 (12:42 +0200)] 
Deleted file, contents moved to base64-encode.c or
base64-decode.c.

Rev: src/nettle/base64.c:1.6(DEAD)

23 years ago* base64-encode.c: New file. New supporting both encode-at-once
Niels Möller [Sat, 19 Oct 2002 10:40:11 +0000 (12:40 +0200)] 
* base64-encode.c: New file. New supporting both encode-at-once
and streamed operation.

* base64-decode.c: New file.

Rev: src/nettle/base64-decode.c:1.1
Rev: src/nettle/base64-encode.c:1.1

23 years ago*** empty log message ***
Niels Möller [Wed, 9 Oct 2002 21:26:01 +0000 (23:26 +0200)] 
*** empty log message ***

Rev: src/nettle/ChangeLog:1.125

23 years ago* testsuite/Makefile.am (TS_PROGS): Added dsa-keygen-test.
Niels Möller [Wed, 9 Oct 2002 21:25:54 +0000 (23:25 +0200)] 
* testsuite/Makefile.am (TS_PROGS): Added dsa-keygen-test.

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

23 years ago* dsa-keygen.c: Call the progress callback only if it's non-NULL.
Niels Möller [Wed, 9 Oct 2002 21:25:24 +0000 (23:25 +0200)] 
* dsa-keygen.c: Call the progress callback only if it's non-NULL.

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

23 years ago*** empty log message ***
Niels Möller [Wed, 9 Oct 2002 21:17:08 +0000 (23:17 +0200)] 
*** empty log message ***

Rev: src/nettle/ChangeLog:1.124
Rev: src/nettle/testsuite/.cvsignore:1.20

23 years ago* Makefile.am (libnettle_a_SOURCES): Added bignum-random.c and
Niels Möller [Wed, 9 Oct 2002 21:16:58 +0000 (23:16 +0200)] 
* Makefile.am (libnettle_a_SOURCES): Added bignum-random.c and
dsa-keygen.c.

Rev: src/nettle/Makefile.am:1.46

23 years ago* testsuite/testutils.c (test_dsa_key): New function to sanity
Niels Möller [Wed, 9 Oct 2002 21:16:10 +0000 (23:16 +0200)] 
* testsuite/testutils.c (test_dsa_key): New function to sanity
check a dsa keypair.

Rev: src/nettle/testsuite/testutils.c:1.16
Rev: src/nettle/testsuite/testutils.h:1.14

23 years ago* testsuite/dsa-test.c (test_main): Call dsa_test_key.
Niels Möller [Wed, 9 Oct 2002 21:15:28 +0000 (23:15 +0200)] 
* testsuite/dsa-test.c (test_main): Call dsa_test_key.

Rev: src/nettle/testsuite/dsa-test.c:1.3

23 years agoNew test case.
Niels Möller [Wed, 9 Oct 2002 21:14:31 +0000 (23:14 +0200)] 
New test case.

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

23 years ago* dsa.h (DSA_MINIMUM_BITS): New constant.
Niels Möller [Wed, 9 Oct 2002 21:13:59 +0000 (23:13 +0200)] 
* dsa.h (DSA_MINIMUM_BITS): New constant.

Rev: src/nettle/dsa.h:1.3

23 years ago* bignum-random.c: New file.
Niels Möller [Wed, 9 Oct 2002 21:13:28 +0000 (23:13 +0200)] 
* bignum-random.c: New file.
(nettle_mpz_random): New function, moved from...
* dsa-sign.c (nettle_mpz_random): ... here. Also changed argument
ordering and updated callers.

Rev: src/nettle/dsa-sign.c:1.4

23 years ago(nettle_mpz_random, nettle_mpz_random_size): Added
Niels Möller [Wed, 9 Oct 2002 21:11:12 +0000 (23:11 +0200)] 
(nettle_mpz_random, nettle_mpz_random_size): Added
prototypes.

Rev: src/nettle/bignum.h:1.4

23 years agoNew file.
Niels Möller [Wed, 9 Oct 2002 21:10:46 +0000 (23:10 +0200)] 
New file.

Rev: src/nettle/dsa-keygen.c:1.1

23 years ago* bignum-random.c: New file.
Niels Möller [Wed, 9 Oct 2002 21:10:27 +0000 (23:10 +0200)] 
* bignum-random.c: New file.
(nettle_mpz_random): New function.
(nettle_mpz_random_size): New function, renamed and moved here
from...
* rsa-keygen.c (bignum_random_size): ... here. Updated all
callers.

Rev: src/nettle/bignum-random.c:1.1
Rev: src/nettle/rsa-keygen.c:1.4

23 years ago*** empty log message ***
Niels Möller [Wed, 9 Oct 2002 19:34:53 +0000 (21:34 +0200)] 
*** empty log message ***

Rev: src/nettle/ChangeLog:1.123

23 years ago* testsuite/testutils.c (test_dsa): Needs both public and private
Niels Möller [Wed, 9 Oct 2002 19:34:36 +0000 (21:34 +0200)] 
* testsuite/testutils.c (test_dsa): Needs both public and private
key as arguments.

Rev: src/nettle/testsuite/testutils.c:1.15
Rev: src/nettle/testsuite/testutils.h:1.13

23 years ago* testsuite/dsa-test.c (test_main): Updated to changes of the
Niels Möller [Wed, 9 Oct 2002 19:33:57 +0000 (21:33 +0200)] 
* testsuite/dsa-test.c (test_main): Updated to changes of the
private key struct.

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

23 years ago(TS_PROGS): Added dsa-test.
Niels Möller [Wed, 9 Oct 2002 19:33:25 +0000 (21:33 +0200)] 
(TS_PROGS): Added dsa-test.

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

23 years ago* rsa-decrypt.c (rsa_decrypt): Constification.
Niels Möller [Wed, 9 Oct 2002 19:32:44 +0000 (21:32 +0200)] 
* rsa-decrypt.c (rsa_decrypt): Constification.
* rsa-encrypt.c (rsa_encrypt): Likewise.
* rsa.c (rsa_compute_root): Likewise.
* rsa_md5.c (rsa_md5_sign): Likewise.
(rsa_md5_verify): Likewise.
* rsa_sha1.c (rsa_sha1_sign): Likewise.
(rsa_sha1_verify): Likewise.

Rev: src/nettle/rsa-decrypt.c:1.2
Rev: src/nettle/rsa-encrypt.c:1.2
Rev: src/nettle/rsa.c:1.9
Rev: src/nettle/rsa.h:1.15
Rev: src/nettle/rsa_md5.c:1.6
Rev: src/nettle/rsa_sha1.c:1.6

23 years ago* dsa-verify.c (dsa_verify): Use const for the public key
Niels Möller [Wed, 9 Oct 2002 19:30:13 +0000 (21:30 +0200)] 
* dsa-verify.c (dsa_verify): Use const for the public key
argument.

Rev: src/nettle/dsa-verify.c:1.2

23 years ago* dsa-sign.c (dsa_sign): Needs the public key as argument, in
Niels Möller [Wed, 9 Oct 2002 19:29:34 +0000 (21:29 +0200)] 
* dsa-sign.c (dsa_sign): Needs the public key as argument, in
addition to the private key. Use const.

Rev: src/nettle/dsa-sign.c:1.3

23 years ago* dsa.h (struct dsa_private_key): Don't include the public
Niels Möller [Wed, 9 Oct 2002 19:28:56 +0000 (21:28 +0200)] 
* dsa.h (struct dsa_private_key): Don't include the public
information here.
* dsa.c (dsa_private_key_init, dsa_private_key_clear): Updated to
new struct dsa_private_key.

* dsa.h, dsa.c, dsa-sign.c, dsa-verify.c: New files.

Rev: src/nettle/dsa.c:1.2

23 years ago* dsa.h (struct dsa_private_key): Don't include the public
Niels Möller [Wed, 9 Oct 2002 19:27:56 +0000 (21:27 +0200)] 
* dsa.h (struct dsa_private_key): Don't include the public
information here.

Rev: src/nettle/dsa.h:1.2

23 years ago* dsa-sign.c (dsa_sign): Bugfix, added missing mpz_init call.
Niels Möller [Wed, 9 Oct 2002 18:31:04 +0000 (20:31 +0200)] 
* dsa-sign.c (dsa_sign): Bugfix, added missing mpz_init call.

Rev: src/nettle/dsa-sign.c:1.2

23 years ago*** empty log message ***
Niels Möller [Wed, 9 Oct 2002 07:38:34 +0000 (09:38 +0200)] 
*** empty log message ***

Rev: src/nettle/ChangeLog:1.122
Rev: src/nettle/testsuite/.cvsignore:1.19

23 years ago(libnettle_a_SOURCES): Added dsa files.
Niels Möller [Wed, 9 Oct 2002 07:38:25 +0000 (09:38 +0200)] 
(libnettle_a_SOURCES): Added dsa files.
(libnettleinclude_HEADERS): Added dsa.h.

Rev: src/nettle/Makefile.am:1.45

23 years ago(test_dsa): New function.
Niels Möller [Wed, 9 Oct 2002 07:37:35 +0000 (09:37 +0200)] 
(test_dsa): New function.

Rev: src/nettle/testsuite/testutils.c:1.14
Rev: src/nettle/testsuite/testutils.h:1.12

23 years agoNew test.
Niels Möller [Wed, 9 Oct 2002 07:36:35 +0000 (09:36 +0200)] 
New test.

Rev: src/nettle/testsuite/dsa-test.c:1.1

23 years agoNew files.
Niels Möller [Wed, 9 Oct 2002 07:36:07 +0000 (09:36 +0200)] 
New files.

Rev: src/nettle/dsa-sign.c:1.1
Rev: src/nettle/dsa-verify.c:1.1
Rev: src/nettle/dsa.c:1.1
Rev: src/nettle/dsa.h:1.1

23 years ago* nettle-meta.h: Moved the nettle_random_func and
Niels Möller [Wed, 9 Oct 2002 07:34:57 +0000 (09:34 +0200)] 
* nettle-meta.h: Moved the nettle_random_func and
nettle_progress_func typedefs here...
* rsa.h: ... from here.

Rev: src/nettle/nettle-meta.h:1.7
Rev: src/nettle/rsa.h:1.14

23 years ago*** empty log message ***
Niels Möller [Tue, 8 Oct 2002 07:38:25 +0000 (09:38 +0200)] 
*** empty log message ***

Rev: src/nettle/ChangeLog:1.121

23 years ago(enum sexp_type): Deleted SEXP_START.
Niels Möller [Sun, 6 Oct 2002 22:05:06 +0000 (00:05 +0200)] 
(enum sexp_type): Deleted SEXP_START.

Rev: src/nettle/sexp.h:1.5

23 years ago(sexp_iterator_parse): New function, similar to the old
Niels Möller [Sun, 6 Oct 2002 22:04:21 +0000 (00:04 +0200)] 
(sexp_iterator_parse): New function, similar to the old
sexp_iterator_next, but independent of the previous value of the
iterator->type.
(sexp_iterator_first): Use sexp_iterator_parse.
(sexp_iterator_next): Likewise.
(sexp_iterator_enter_list): Use sexp_iterator_parse. SEXP_START
not needed anymore.
(sexp_iterator_exit_list): Likewise.

Rev: src/nettle/sexp.c:1.9

23 years ago* sexp.c (sexp_iterator_assoc): Advance the iterator to the
Niels Möller [Sun, 6 Oct 2002 21:25:32 +0000 (23:25 +0200)] 
* sexp.c (sexp_iterator_assoc): Advance the iterator to the
element after a matching tag, before recording it.
* testsuite/sexp-test.c (test_main): Updated test.

Rev: src/nettle/testsuite/sexp-test.c:1.8

23 years ago* sexp2rsa.c (get_value): No need to call sexp_iterator_next
Niels Möller [Sun, 6 Oct 2002 21:24:57 +0000 (23:24 +0200)] 
* sexp2rsa.c (get_value): No need to call sexp_iterator_next
anymore.

Rev: src/nettle/sexp2rsa.c:1.6

23 years ago* sexp.c (sexp_iterator_assoc): Advance the iterator to the
Niels Möller [Sun, 6 Oct 2002 21:24:31 +0000 (23:24 +0200)] 
* sexp.c (sexp_iterator_assoc): Advance the iterator to the
element after a matching tag, before recording it.

Rev: src/nettle/sexp.c:1.8

23 years ago* testsuite/sexp-test.c (test_main): No need to call
Niels Möller [Sun, 6 Oct 2002 21:14:34 +0000 (23:14 +0200)] 
* testsuite/sexp-test.c (test_main): No need to call
sexp_iterator_next after sexp_iterator_exit_list.

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

23 years ago* sexp2rsa.c (rsa_keypair_from_sexp): No need to call
Niels Möller [Sun, 6 Oct 2002 21:13:41 +0000 (23:13 +0200)] 
* sexp2rsa.c (rsa_keypair_from_sexp): No need to call
sexp_iterator_next anymore.

* sexp2rsa.c (rsa_keypair_from_sexp): Use sexp_iterator_first.
* testsuite/sexp-test.c (test_main): Likewise.

Rev: src/nettle/sexp2rsa.c:1.5

23 years ago* sexp.c (sexp_iterator_next): Updated to new sexp_iterator_exit_list.
Niels Möller [Sun, 6 Oct 2002 21:11:33 +0000 (23:11 +0200)] 
* sexp.c (sexp_iterator_next): Updated to new sexp_iterator_exit_list.
(sexp_iterator_exit_list): Return with iterator pointing to the
element after the list.
(sexp_iterator_check_type): Call sexp_iterator_next before
returning.
(sexp_iterator_check_types): Likewise.
(sexp_iterator_assoc): Rearranged calls of sexp_iterator_next.

Rev: src/nettle/sexp.c:1.7

23 years ago* sexp.c (sexp_iterator_enter_list): Call sexp_iterator_next to
Niels Möller [Sun, 6 Oct 2002 20:17:35 +0000 (22:17 +0200)] 
* sexp.c (sexp_iterator_enter_list): Call sexp_iterator_next to
get to the first element of the list. Updated callers.

Rev: src/nettle/sexp.c:1.6
Rev: src/nettle/testsuite/sexp-test.c:1.6

23 years ago(base64_encode_group): New function, used by openpgp
Niels Möller [Sun, 6 Oct 2002 19:15:20 +0000 (21:15 +0200)] 
(base64_encode_group): New function, used by openpgp
armoring code.

Rev: src/nettle/base64.c:1.5
Rev: src/nettle/base64.h:1.7

23 years ago*** empty log message ***
Niels Möller [Sun, 6 Oct 2002 19:14:37 +0000 (21:14 +0200)] 
*** empty log message ***

Rev: src/nettle/ChangeLog:1.120

23 years agoAdded openpgp files.
Niels Möller [Sun, 6 Oct 2002 19:14:28 +0000 (21:14 +0200)] 
Added openpgp files.

Rev: src/nettle/Makefile.am:1.44

23 years ago*** empty log message ***
Niels Möller [Sun, 6 Oct 2002 19:13:59 +0000 (21:13 +0200)] 
*** empty log message ***

Rev: src/nettle/ChangeLog:1.119

23 years ago* sexp2rsa.c (rsa_keypair_from_sexp): Use sexp_iterator_first.
Niels Möller [Sun, 6 Oct 2002 19:13:52 +0000 (21:13 +0200)] 
* sexp2rsa.c (rsa_keypair_from_sexp): Use sexp_iterator_first.
* testsuite/sexp-test.c (test_main): Likewise.

Rev: src/nettle/sexp2rsa.c:1.4

23 years ago* testsuite/sexp-test.c (test_main): Likewise.
Niels Möller [Sun, 6 Oct 2002 19:13:25 +0000 (21:13 +0200)] 
* testsuite/sexp-test.c (test_main): Likewise.
* sexp2rsa.c (rsa_keypair_from_sexp): Use sexp_iterator_first.

Rev: src/nettle/testsuite/sexp-test.c:1.5

23 years ago(sexp_iterator_init): Made this function static.
Niels Möller [Sun, 6 Oct 2002 19:12:36 +0000 (21:12 +0200)] 
(sexp_iterator_init): Made this function static.
(sexp_iterator_first): New, friendlier, initialization function.

Rev: src/nettle/sexp.c:1.5
Rev: src/nettle/sexp.h:1.4

23 years ago*** empty log message ***
Niels Möller [Sun, 6 Oct 2002 18:39:14 +0000 (20:39 +0200)] 
*** empty log message ***

Rev: src/nettle/examples/.cvsignore:1.3

23 years ago* pgp-encode.c: New file. Functions for writing openpgp data
Niels Möller [Sun, 6 Oct 2002 18:38:54 +0000 (20:38 +0200)] 
* pgp-encode.c: New file. Functions for writing openpgp data
packets.

* pgp.h: New file, with pgp related declarations.

Rev: src/nettle/pgp-encode.c:1.1
Rev: src/nettle/pgp.h:1.1

23 years ago(rsa_keypair_to_openpgp): New file, new function.
Niels Möller [Sun, 6 Oct 2002 18:37:57 +0000 (20:37 +0200)] 
(rsa_keypair_to_openpgp): New file, new function.

Rev: src/nettle/rsa.h:1.13
Rev: src/nettle/rsa2openpgp.c:1.1

23 years agoAdded a FIXME-comment.
Niels Möller [Sun, 6 Oct 2002 18:37:00 +0000 (20:37 +0200)] 
Added a FIXME-comment.

Rev: src/nettle/buffer.h:1.2

23 years ago*** empty log message ***
Niels Möller [Fri, 4 Oct 2002 14:32:49 +0000 (16:32 +0200)] 
*** empty log message ***

Rev: src/nettle/ChangeLog:1.118

23 years agoUse malloc, instead of asprintf.
Niels Möller [Fri, 4 Oct 2002 14:32:44 +0000 (16:32 +0200)] 
Use malloc, instead of asprintf.

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

23 years agoNote the aes api change. nettle_1.6_release_20021003
Niels Möller [Wed, 2 Oct 2002 22:21:41 +0000 (00:21 +0200)] 
Note the aes api change.

Rev: src/nettle/ChangeLog:1.117
Rev: src/nettle/NEWS:1.8

23 years ago(EXTRA_DIST): Distribute setup-env and
Niels Möller [Wed, 2 Oct 2002 22:20:42 +0000 (00:20 +0200)] 
(EXTRA_DIST): Distribute setup-env and
teardown-env.

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

23 years ago*** empty log message ***
Niels Möller [Wed, 2 Oct 2002 20:38:12 +0000 (22:38 +0200)] 
*** empty log message ***

Rev: src/nettle/ChangeLog:1.116

23 years agoAdded pointer to mailing list.
Niels Möller [Wed, 2 Oct 2002 20:37:42 +0000 (22:37 +0200)] 
Added pointer to mailing list.

Rev: src/nettle/README:1.6

23 years ago*** empty log message ***
Niels Möller [Wed, 2 Oct 2002 18:44:25 +0000 (20:44 +0200)] 
*** empty log message ***

Rev: src/nettle/ChangeLog:1.115

23 years ago(main): Comment on the lax security of the
Niels Möller [Wed, 2 Oct 2002 18:44:17 +0000 (20:44 +0200)] 
(main): Comment on the lax security of the
private key file.

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

23 years agoAdded link to mailing list.
Niels Möller [Wed, 2 Oct 2002 17:27:14 +0000 (19:27 +0200)] 
Added link to mailing list.

Rev: src/nettle/index.html:1.2

23 years ago*** empty log message ***
Niels Möller [Wed, 2 Oct 2002 16:06:18 +0000 (18:06 +0200)] 
*** empty log message ***

Rev: src/nettle/NEWS:1.7

23 years ago*** empty log message ***
Niels Möller [Wed, 2 Oct 2002 14:13:03 +0000 (16:13 +0200)] 
*** empty log message ***

Rev: src/nettle/ChangeLog:1.114

23 years agoFixed assembler rules, and shared libraries.
Niels Möller [Wed, 2 Oct 2002 14:12:42 +0000 (16:12 +0200)] 
Fixed assembler rules, and shared libraries.

Rev: src/nettle/Makefile.am:1.43

23 years agoFixed the enable-shared option.
Niels Möller [Wed, 2 Oct 2002 14:11:43 +0000 (16:11 +0200)] 
Fixed the enable-shared option.

Rev: src/nettle/configure.ac:1.12

23 years ago*** empty log message ***
Niels Möller [Tue, 1 Oct 2002 20:33:15 +0000 (22:33 +0200)] 
*** empty log message ***

Rev: src/nettle/ChangeLog:1.113

23 years agoNew option --enable-shared, and a first attempt at
Niels Möller [Tue, 1 Oct 2002 20:33:03 +0000 (22:33 +0200)] 
New option --enable-shared, and a first attempt at
building a shared library (*without* using libtool).

Rev: src/nettle/configure.ac:1.11

23 years agoA first attempt at rules for building a shared
Niels Möller [Tue, 1 Oct 2002 20:32:10 +0000 (22:32 +0200)] 
A first attempt at rules for building a shared
libnettle.so.

Rev: src/nettle/Makefile.am:1.42

23 years ago*** empty log message ***
Niels Möller [Tue, 1 Oct 2002 15:54:41 +0000 (17:54 +0200)] 
*** empty log message ***

Rev: src/nettle/ChangeLog:1.112

23 years ago* examples/run-tests (test_program): Use basename.
Niels Möller [Tue, 1 Oct 2002 15:44:11 +0000 (17:44 +0200)] 
* examples/run-tests (test_program): Use basename.

Rev: src/nettle/examples/run-tests:1.3

23 years ago* examples/teardown-env: Delete some more files.
Niels Möller [Tue, 1 Oct 2002 15:35:54 +0000 (17:35 +0200)] 
* examples/teardown-env: Delete some more files.

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

23 years ago* examples/run-tests (test_program): Strip directory part of
Niels Möller [Tue, 1 Oct 2002 15:35:28 +0000 (17:35 +0200)] 
* examples/run-tests (test_program): Strip directory part of
displayed name.

Rev: src/nettle/examples/run-tests:1.2

23 years ago* examples/Makefile.am (TS_PROGS): New variable. Run tests.
Niels Möller [Tue, 1 Oct 2002 15:32:48 +0000 (17:32 +0200)] 
* examples/Makefile.am (TS_PROGS): New variable. Run tests.

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

23 years ago* examples/io.c (read_file): Bug fix, used to overwrite pointer.
Niels Möller [Tue, 1 Oct 2002 15:31:54 +0000 (17:31 +0200)] 
* examples/io.c (read_file): Bug fix, used to overwrite pointer.

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

23 years ago* examples/rsa-keygen.c (main): Bug fix, private key wasn't
Niels Möller [Tue, 1 Oct 2002 15:30:56 +0000 (17:30 +0200)] 
* examples/rsa-keygen.c (main): Bug fix, private key wasn't
written properly.

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

23 years ago* testsuite/Makefile.am: Some cleanup of make check.
Niels Möller [Tue, 1 Oct 2002 15:29:37 +0000 (17:29 +0200)] 
* testsuite/Makefile.am: Some cleanup of make check.

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

23 years ago* examples/setup-env, examples/teardown-env: Test environment scripts.
Niels Möller [Tue, 1 Oct 2002 15:23:49 +0000 (17:23 +0200)] 
* examples/setup-env, examples/teardown-env: Test environment scripts.
* examples/rsa-verify-test, examples/rsa-sign-test: New test cases.

Rev: src/nettle/examples/rsa-sign-test:1.1
Rev: src/nettle/examples/rsa-verify-test:1.1
Rev: src/nettle/examples/setup-env:1.1
Rev: src/nettle/examples/teardown-env:1.1

23 years agoNew file (copied from lsh testsuite).
Niels Möller [Tue, 1 Oct 2002 15:20:59 +0000 (17:20 +0200)] 
New file (copied from lsh testsuite).

Rev: src/nettle/examples/run-tests:1.1

23 years ago*** empty log message ***
Niels Möller [Tue, 1 Oct 2002 14:05:35 +0000 (16:05 +0200)] 
*** empty log message ***

Rev: src/nettle/ChangeLog:1.111

23 years ago* examples/Makefile.am: Use EXTRA_PROGRAMS and @RSA_EXAMPLES@.
Niels Möller [Tue, 1 Oct 2002 14:05:31 +0000 (16:05 +0200)] 
* examples/Makefile.am: Use EXTRA_PROGRAMS and @RSA_EXAMPLES@.

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