Update copyright headers for dual licensing.
[gd/nettle] / rsa.h
2014-04-12 Niels MöllerUpdate copyright headers for dual licensing.
2013-04-26 Niels MöllerUse size_t for bignums, rsa and dsa.
2013-04-26 Niels MöllerUse size_t for asn1 parser.
2012-12-02 Niels MöllerMerge branch 'master' of git.lysator.liu.se:nettle...
2012-12-02 Niels MöllerReplaced all internal usage of sha.h.
2012-07-07 Niels MöllerUpdated FSF address. Patch from David Woodhouse.
2012-06-25 Niels MöllerConsistently use foo_func *f (rather than foo_func...
2012-06-09 Niels MöllerGeneral pkcs1 signature interface.
2012-06-09 Niels MöllerMoved rsa blinding code to a separate file.
2012-04-09 Niels MöllerImplemented rsa_decrypt_tr, based on RSA blinding code
2012-02-18 Niels MöllerConverted files to utf-8.
2010-03-24 Niels MöllerIndentation fix.
2010-03-24 Niels MöllerInterface change, let all rsa signature functions have...
2010-03-23 Niels Möller* Makefile.in (hogweed_SOURCES): Added pkcs1-rsa-sha512.c,
2008-09-15 Niels MöllerReviewed FIXME-comments.
2006-11-27 Niels Möller(rsa_sha256_sign, rsa_sha256_verify)
2006-11-24 Niels MöllerAdded C++ guards.
2006-05-16 Niels Möller* Merged experimental branch. Also:
2005-11-20 Niels Möller(rsa_public_key_from_der_iterator)
2004-01-07 Niels Möller* nettle-types.h: New (generated) file, to be used...
2003-05-12 Niels Möller(rsa_keypair_to_openpgp): Some bugfixes.
2003-04-12 Niels Möller* New name mangling, to reduce the risk of link collisi...
2003-02-10 Niels Möller* rsa2sexp.c (rsa_keypair_to_sexp): New argument ALGORI...
2003-01-27 Niels MöllerComment update.
2003-01-27 Niels Möller* rsa-sign.c (rsa_private_key_init, rsa_private_key_clear)
2003-01-23 Niels Möller* rsa_md5.c, rsa_sha1.c: Deleted files, contents spread...
2002-11-07 Niels Möller* sexp2rsa.c (rsa_keypair_from_sexp): New limit argumen...
2002-11-02 Niels Möller(rsa_keypair_from_sexp_alist): New function.
2002-10-09 Niels Möller* rsa-decrypt.c (rsa_decrypt): Constification.
2002-10-09 Niels Möller* nettle-meta.h: Moved the nettle_random_func and
2002-10-06 Niels Möller(rsa_keypair_to_openpgp): New file, new function.
2002-09-29 Niels Möller(rsa_keypair_to_sexp, rsa_keypair_from_sexp): New
2002-02-19 Niels Möller*** empty log message ***
2002-02-11 Niels MöllerNew files for rsa pkcs#1
2002-01-22 Niels Möller*** empty log message ***
2002-01-16 Niels Möller(RSA_MINIMUM_N_OCTETS): New constant.
2002-01-14 Niels Möller* rsa.h (struct rsa_private_key): Reintroduced d attrib...
2002-01-14 Niels Möller(struct rsa_private_key): Deleted public key and d...
2002-01-14 Niels Möllerrsa.h is now obsolete.
2002-01-12 Niels Möller(rsa_init_public_key): New function.
2002-01-09 Niels Möller* rsa_md5.c: Represent a signature as an mpz_t, not...
2001-10-30 Niels Möller*** empty log message ***
2001-10-04 Niels MöllerNew files.