+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.