]> git.ipfire.org Git - thirdparty/nettle.git/commitdiff
*** empty log message ***
authorNiels Möller <nisse@lysator.liu.se>
Wed, 1 Jan 2003 18:15:27 +0000 (19:15 +0100)
committerNiels Möller <nisse@lysator.liu.se>
Wed, 1 Jan 2003 18:15:27 +0000 (19:15 +0100)
Rev: src/nettle/ChangeLog:1.157
Rev: src/nettle/tools/.c-style:1.1

ChangeLog
tools/.c-style [new file with mode: 0644]

index ab281d31686c2e3e2dff57d1fbfa59034ae3d918..67d2db0b84c153a0e482404b721c921cfb5f8f13 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2003-01-01  Niels Möller  <nisse@cuckoo.hack.org>
+
+       * testsuite/sexp-conv-test: New tests for hex and base64 literal
+       output. 
+
+       * tools/sexp-conv.c (sexp_put_string): Print binary strings using
+       either hex or base 64 (in advanced mode).
+       (parse_options): Implemented -s hex, for output using hex rather
+       than base64.
+
 2002-12-30  Niels Möller  <nisse@cuckoo.hack.org>
 
        * testsuite/rsa2sexp-test.c: Don't include rsa.h (done by
diff --git a/tools/.c-style b/tools/.c-style
new file mode 100644 (file)
index 0000000..1112b4b
--- /dev/null
@@ -0,0 +1 @@
+"gnu"