]> git.ipfire.org Git - thirdparty/nettle.git/commitdiff
*** empty log message ***
authorNiels Möller <nisse@lysator.liu.se>
Tue, 1 Oct 2002 15:54:41 +0000 (17:54 +0200)
committerNiels Möller <nisse@lysator.liu.se>
Tue, 1 Oct 2002 15:54:41 +0000 (17:54 +0200)
Rev: src/nettle/ChangeLog:1.112

ChangeLog

index 1b3fdfbabb5907ad4c84547739338664d44e3c63..4413b5a90cfca5c26f3b89a26801927b5851f87c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,32 @@
 2002-10-01  Niels Möller  <niels@s3.kth.se>
 
+       * examples/run-tests (test_program): Use basename.
+
+       * examples/teardown-env: Delete some more files.
+
+       * examples/run-tests (test_program): Strip directory part of
+       displayed name.
+
+       * examples/Makefile.am (TS_PROGS): New variable. Run tests.
+
+       * examples/io.c (read_file): Bug fix, used to overwrite pointer.
+
+       * examples/rsa-keygen.c (main): Bug fix, private key wasn't
+       written properly.
+
+       * testsuite/Makefile.am: Some cleanup of make check.
+
+       * examples/setup-env, examples/teardown-env: Test environment scripts.
+       * examples/rsa-verify-test, examples/rsa-sign-test: New test cases.
+
+       * examples/run-tests: New file (copied from lsh testsuite).
+
+       * examples/Makefile.am: Use EXTRA_PROGRAMS and @RSA_EXAMPLES@.
+
        * examples/rsa-sign.c: No need to include config.h. Use werror
        instead of fprintf.
        * examples/rsa-verify.c: Likewise.
+       * examples/rsa-keygen.c: Likewise.
 
        * examples/io.h: Forward declare struct rsa_public_key and struct
        rsa_private_key, to avoid dependences on config.h.