]> git.ipfire.org Git - thirdparty/nettle.git/commitdiff
*** empty log message ***
authorNiels Möller <nisse@lysator.liu.se>
Mon, 12 May 2003 21:42:22 +0000 (23:42 +0200)
committerNiels Möller <nisse@lysator.liu.se>
Mon, 12 May 2003 21:42:22 +0000 (23:42 +0200)
Rev: src/nettle/ChangeLog:1.196

ChangeLog

index fcff246da26d16329c51d4851ff29a7cbe403b72..03acb6f2e28c4097a77135ff7d29edd1213db296 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,19 @@
 2003-05-12  Niels Möller  <nisse@cuckoo.hack.org>
 
+       * rsa2openpgp.c (rsa_keypair_to_openpgp): Some bugfixes.
+
+       * pgp.h (enum pgp_subpacket_tag): New enum. Definition is bogus
+       and needs to be fixed.
+       Added forward declarations of structs, and prototypes for
+       pgp_put_public_rsa_key and pgp_put_rsa_sha1_signature.
+
+       * pgp-encode.c (pgp_put_mpi): Take a const mpz_t argument. Gugfix,
+       use nettle_mpz_get_str_256.
+       (pgp_put_public_rsa_key, pgp_put_rsa_sha1_signature):
+       Constification. Some bugfixes.
+
+       * Use "config.h", not <config.h>.
+
        * Reordered includes in most or all .c-files. All should now
        include config.h.