From 3dea3168d16f4592bf958aa13796ab9c0d9d2089 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20M=C3=B6ller?= <nisse@lysator.liu.se> Date: Mon, 30 Sep 2002 22:41:13 +0200 Subject: [PATCH] *** empty log message *** Rev: src/nettle/ChangeLog:1.109 --- ChangeLog | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/ChangeLog b/ChangeLog index 11a16481..f18f9b25 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,19 @@ +2002-09-30 Niels M�ller <nisse@cuckoo.hack.org> + + * sexp2rsa.c (rsa_keypair_from_sexp): Bugfix: Call + rsa_prepare_public_key and rsa_prepare_private_key. + + * examples/Makefile.am (noinst_PROGRAMS): Added rsa-sign. + + * examples/rsa-sign.c: New example program. + + * testsuite/base64-test.c (test_main): Test encoding and decoding + in place. + + * base64.c (base64_encode): Encode from the end of the data + towards the start, in order to support overlapping areas. + (base64_encode): Broke out some common code from the switch.. + 2002-09-30 Niels M�ller <niels@s3.kth.se> * sexp_format.c (sexp_format): Don't mix code and declarations. -- GitLab