summaryrefslogtreecommitdiff
path: root/rsa.c
Commit message (Expand)AuthorAgeFilesLines
* abi: explicitly export intended symbols and hide othersNikos Mavrogiannopoulos2018-07-071-0/+1
* Reject invalid RSA keys with even modulo.Niels Möller2016-07-311-3/+8
* Update copyright headers for dual licensing.Niels Möller2014-04-121-23/+31
* Use size_t for bignums, rsa and dsa.Niels Möller2013-04-261-2/+2
* 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
* Reviewed FIXME-comments.Niels Möller2008-09-151-7/+0
* Don't use WITH_PUBLIC_KEY / WITH_HOGWEED, then Makefile sorts outNiels Möller2007-05-141-4/+0
* * Reordered includes in most or all .c-files. All should now includeNiels Möller2003-05-121-5/+1
* * rsa-sign.c (rsa_private_key_init, rsa_private_key_clear)Niels Möller2003-01-271-3/+3
* * rsa_md5.c, rsa_sha1.c: Deleted files, contents spread overNiels Möller2003-01-231-111/+5
* * rsa-decrypt.c (rsa_decrypt): Constification.Niels Möller2002-10-091-1/+2
* New define WITH_PUBLIC_KEY, and new configure flagNiels Möller2002-10-011-2/+2
* *** empty log message ***Niels Möller2002-01-161-7/+1
* * rsa.c (rsa_init_private_key, rsa_clear_private_key): Handle d.Niels Möller2002-01-141-0/+2
* * rsa.c (rsa_check_size): Changed argument to an mpz_t. UpdatedNiels Möller2002-01-141-6/+15
* (rsa_check_size): New function, for computing and checkingNiels Möller2002-01-141-89/+88
* (rsa_init_public_key): New function.Niels Möller2002-01-121-0/+45
* * rsa_md5.c: Represent a signature as an mpz_t, not a string.Niels Möller2002-01-091-8/+7
* New file with general rsa functions.Niels Möller2001-10-301-0/+145