]> git.ipfire.org Git - thirdparty/nettle.git/commitdiff
*** empty log message ***
authorNiels Möller <nisse@lysator.liu.se>
Sun, 6 Oct 2002 19:13:59 +0000 (21:13 +0200)
committerNiels Möller <nisse@lysator.liu.se>
Sun, 6 Oct 2002 19:13:59 +0000 (21:13 +0200)
Rev: src/nettle/ChangeLog:1.119

ChangeLog

index 1494a604394f39e85280c839a04ee1abfbf21e1b..f56456322c6cc3153c912009fc51aba02caf7a0b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,18 @@
+2002-10-06  Niels Möller  <nisse@cuckoo.hack.org>
+
+       * sexp2rsa.c (rsa_keypair_from_sexp): Use sexp_iterator_first.
+       * testsuite/sexp-test.c (test_main): Likewise.
+
+       * sexp.c (sexp_iterator_init): Made this function static.
+       (sexp_iterator_first): New, friendlier, initialization function. 
+
+       * pgp-encode.c: New file. Functions for writing openpgp data
+       packets. 
+
+       * pgp.h: New file, with pgp related declarations.
+
+       * rsa2openpgp.c (rsa_keypair_to_openpgp): New file, new function. 
+
 2002-10-04  Niels Möller  <niels@s3.kth.se>
 
        * examples/rsa-keygen.c: Use malloc, instead of asprintf.