Further separation of CMAC per-message state from subkeys.
[gd/nettle] / pgp-encode.c
2017-10-23 Niels MöllerMerge remote-tracking branch 'origin/master' into api...
2017-09-24 Niels MöllerMerge branch 'armor-signedness' into master-updates
2017-08-27 Niels MöllerChange type of base16- and base64-encoded data from...
2016-08-16 Niels MöllerNew pgp-encode helper function, write_string.
2014-04-12 Niels MöllerUpdate copyright headers for dual licensing.
2012-09-10 Tim RuehsenDeleted some unused variables.
2012-07-07 Niels MöllerUpdated FSF address. Patch from David Woodhouse.
2012-02-18 Niels MöllerConverted files to utf-8.
2010-03-24 Niels MöllerInterface change, let all rsa signature functions have...
2007-05-14 Niels Möller* pgp.h: Include bignum.h, don't pretend to work withou...
2004-02-07 Niels Möller* pgp-encode.c [!HAVE_LIBGMP]: Kludge around the pgp.h's
2003-05-14 Niels Möller* pgp.h (enum pgp_subpacket_tag): Copied values from...
2003-05-12 Niels Möller(pgp_put_mpi): Fixed nettle_mpz_get_str_256 call.
2003-05-12 Niels Möller(pgp_put_mpi): Take a const mpz_t argument. Gugfix,
2003-05-12 Niels Möller* Reordered includes in most or all .c-files. All shoul...
2002-11-15 Niels Möller* bignum.c (nettle_mpz_sizeinbase_256_u): New name...
2002-10-19 Niels Möller(pgp_armor): Use new base64 conventions.
2002-10-06 Niels Möller* pgp-encode.c: New file. Functions for writing openpgp...