summaryrefslogtreecommitdiff
path: root/lib/nettle/mpi.c
Commit message (Expand)AuthorAgeFilesLines
* Remove redundant resets of variables after free()Tim Rühsen2019-02-221-2/+0
* nettle: add support for unsigned LE MPIsDmitry Eremin-Solenikov2018-06-231-2/+18
* Removed support for openpgp certificates and keysNikos Mavrogiannopoulos2017-06-161-35/+2
* mpi: openpgp integer scanning was put into conditionalNikos Mavrogiannopoulos2017-04-051-1/+8
* wrap_nettle_mpi_modm: bail on a modulus that is zeroNikos Mavrogiannopoulos2017-01-021-0/+3
* Removed the 'gnutls_' prefix from files to simplify file namingNikos Mavrogiannopoulos2015-08-231-4/+4
* mpi: use zeroize_key() instead of memset()Nikos Mavrogiannopoulos2014-07-071-1/+1
* simplify casting to mpz_t using __mpz_struct and cleaned up mpz_t access.Nikos Mavrogiannopoulos2014-05-021-4/+3
* simplify casting to mpz_t using __mpz_struct.Nikos Mavrogiannopoulos2014-05-021-2/+0
* Added option to enable linking with nettle-miniNikos Mavrogiannopoulos2014-03-091-2/+1
* Updated the rest of the MPI function prototypes.Nikos Mavrogiannopoulos2014-01-261-61/+13
* updated the prototype of _gnutls_mpi_divNikos Mavrogiannopoulos2014-01-261-10/+2
* updated prototypes of _gnutls_mpi_sub_ui, _gnutls_mpi_add_ui, _gnutls_mpi_mul_uiNikos Mavrogiannopoulos2014-01-261-31/+5
* updated prototype of _gnutls_mpi_powmNikos Mavrogiannopoulos2014-01-261-10/+2
* updated mpi_scan macrosNikos Mavrogiannopoulos2014-01-261-16/+5
* updated prototypes of _gnutls_mpi_set, _gnutls_mpi_set_ui,, _gnutls_mpi_copyNikos Mavrogiannopoulos2014-01-261-35/+23
* updated prototype of _gnutls_mpi_modmNikos Mavrogiannopoulos2014-01-261-10/+5
* Updated _gnutls_mpi_init prototype and added _gnutls_mpi_init_multiNikos Mavrogiannopoulos2014-01-261-67/+158
* Use nettle for the generation of DH group parameters.Nikos Mavrogiannopoulos2013-11-271-198/+0
* Added _gnutls_mpi_random_modp() and _gnutls_mpi_modm() to replace _gnutls_mpi...Nikos Mavrogiannopoulos2013-11-271-8/+8
* reindented codeNikos Mavrogiannopoulos2013-11-081-459/+415
* Private key parameters are overwritten with zeros on deinitialization.Nikos Mavrogiannopoulos2013-03-151-19/+29
* Use LGPLv2.1 in the files their author's agreed to.Nikos Mavrogiannopoulos2013-02-011-1/+1
* documentation and comment fixesPatrick Pelletier2012-04-221-1/+1
* corrected DH generation check.Nikos Mavrogiannopoulos2012-04-091-1/+1
* refuse to generate small group sizes.Nikos Mavrogiannopoulos2012-04-081-1/+1
* Cleanup copyright headers.Simon Josefsson2012-01-251-1/+1
* Fixed signed/unsigned warnings.Nikos Mavrogiannopoulos2012-01-211-3/+3
* Run 'make update-copyright'.Simon Josefsson2012-01-161-1/+1
* corrected leak in DH parameter generation.Nikos Mavrogiannopoulos2012-01-061-5/+0
* removed old commentNikos Mavrogiannopoulos2012-01-061-1/+0
* correctly set the odd bits.Nikos Mavrogiannopoulos2011-12-161-2/+2
* Diffie Hellman PKCS #3 parameters now contain the recommended private key size.Nikos Mavrogiannopoulos2011-12-121-3/+6
* small cleanups.Nikos Mavrogiannopoulos2011-12-121-13/+14
* Optimizations in DH parameter generation.Nikos Mavrogiannopoulos2011-12-121-21/+20
* The hash_fast() and hmac_fast() functions can be registered as well to allowNikos Mavrogiannopoulos2011-10-011-1/+1
* operations structures were made constants.Nikos Mavrogiannopoulos2011-09-301-1/+1
* Clarify license and copyright.Simon Josefsson2011-08-031-1/+1
* Upgraded to LGPLv3.Nikos Mavrogiannopoulos2011-06-231-5/+3
* gnutls/crypto.h no longer includes functions to register ciphers.Nikos Mavrogiannopoulos2011-06-021-3/+3
* gnutls_algorithms.c was split into manageable files in algorithms/.Nikos Mavrogiannopoulos2011-05-211-1/+1
* Initial ecc support. Adds support for anonymous ECDH ciphersuites.Nikos Mavrogiannopoulos2011-05-201-1/+1
* reduce the repetitions for rabin-miller to a sensible value.Nikos Mavrogiannopoulos2011-05-161-1/+1
* Indented code. Use same indentation but with -nut to avoid usage of tabs. In ...Nikos Mavrogiannopoulos2010-12-161-43/+43
* Indent (using GNU indent 2.2.11).Simon Josefsson2010-10-141-389/+443
* Fix warning.Simon Josefsson2010-08-011-0/+1
* Added GNUTLS_PK_DH to differentiate in the generation of parameters with PK_DSANikos Mavrogiannopoulos2010-07-241-1/+1
* Better handling of security parameters to key sizes matching (via a single ta...Nikos Mavrogiannopoulos2010-07-231-8/+6
* Follow ECRYPT II recommendations.Nikos Mavrogiannopoulos2010-07-231-6/+9
* Nettle library can now parse the PGP integers. Except for SHA-224/384/512Nikos Mavrogiannopoulos2010-06-031-4/+43