summaryrefslogtreecommitdiff
path: root/pgp-encode.c
Commit message (Expand)AuthorAgeFilesLines
* Change type of base16- and base64-encoded data from uint8_t to char.Niels Möller2017-08-271-5/+5
* New pgp-encode helper function, write_string.Niels Möller2016-08-161-6/+10
* Update copyright headers for dual licensing.Niels Möller2014-04-121-23/+31
* Deleted some unused variables.Tim Ruehsen2012-09-101-1/+0
* Updated FSF address. Patch from David Woodhouse.Niels Möller2012-07-071-2/+2
* Converted files to utf-8.Niels Möller2012-02-181-1/+1
* Interface change, let all rsa signature functions have a return value.Niels Möller2010-03-241-3/+2
* * pgp.h: Include bignum.h, don't pretend to work without bignums.Niels Möller2007-05-141-17/+2
* * pgp-encode.c [!HAVE_LIBGMP]: Kludge around the pgp.h'sNiels Möller2004-02-071-6/+15
* * pgp.h (enum pgp_subpacket_tag): Copied values from RFC 2440.Niels Möller2003-05-141-1/+1
* (pgp_put_mpi): Fixed nettle_mpz_get_str_256 call.Niels Möller2003-05-131-1/+1
* (pgp_put_mpi): Take a const mpz_t argument. Gugfix,Niels Möller2003-05-121-20/+28
* * Reordered includes in most or all .c-files. All should now includeNiels Möller2003-05-121-4/+8
* * bignum.c (nettle_mpz_sizeinbase_256_u): New name, wasNiels Möller2002-11-151-1/+1
* (pgp_armor): Use new base64 conventions.Niels Möller2002-10-191-8/+23
* * pgp-encode.c: New file. Functions for writing openpgp dataNiels Möller2002-10-061-0/+393