summaryrefslogtreecommitdiff
path: root/lib/nettle/Makefile.am
Commit message (Expand)AuthorAgeFilesLines
* nettle: renamed system random generator-related files for claritytmp-mini-rng-additionsNikos Mavrogiannopoulos2016-10-291-3/+3
* Dropped support for EGD random generatorNikos Mavrogiannopoulos2016-07-161-1/+1
* nettle: split the rnd-common to rnd-windows, rnd-getentropy, and rnd-linuxNikos Mavrogiannopoulos2016-07-151-0/+10
* Makefile.am: moved common rules (AM_CFLAGS) to common.mkNikos Mavrogiannopoulos2016-04-121-4/+3
* Allow verifying and generating provable DSA keysNikos Mavrogiannopoulos2015-09-131-2/+2
* Added API to generate private keys from a given seedNikos Mavrogiannopoulos2015-09-121-3/+3
* ported to nettle 3.0Nikos Mavrogiannopoulos2014-12-031-1/+0
* Added FIPS184-4 RSA key generation.Nikos Mavrogiannopoulos2014-01-301-1/+1
* Do not compile the DRBG-AES-CTR when not in FIPS140 mode.Nikos Mavrogiannopoulos2014-01-261-2/+3
* The FIPS140 random number generator is enabled conditionally when required.Nikos Mavrogiannopoulos2014-01-171-3/+1
* Use a DRBG-AES to generate nonces rather than the yarrow RNG.Nikos Mavrogiannopoulos2013-12-041-2/+3
* Use a FIPS140-2 compliant DSA and DH parameter generator.Nikos Mavrogiannopoulos2013-11-271-1/+2
* Added DRBG submitted to nettle in gnutls.Nikos Mavrogiannopoulos2013-11-271-2/+4
* Ported libgcrypt's AES-based DRBG.Nikos Mavrogiannopoulos2013-11-271-1/+1
* split some functionality of nettle's RNG.Nikos Mavrogiannopoulos2013-11-271-1/+7
* Added Camellia with GCMNikos Mavrogiannopoulos2013-10-221-1/+1
* Revert "Add nettle dependencies to libcrypto.la"Nikos Mavrogiannopoulos2013-06-191-1/+0
* Add nettle dependencies to libcrypto.laNikos Mavrogiannopoulos2013-06-031-0/+1
* correctly place cflagsNikos Mavrogiannopoulos2013-06-031-5/+6
* Directly link to gmp library. Based on original patch by Alon Bar-Lev <alon.b...Nikos Mavrogiannopoulos2013-06-021-1/+4
* Removed elliptic curve code from gnutls. Use nettle's implementation.Nikos Mavrogiannopoulos2013-04-021-5/+1
* Removed unused ECC code.Nikos Mavrogiannopoulos2012-08-311-3/+2
* wMNAF-based multiplicationIlya Tumaykin2012-08-301-3/+5
* Run 'make update-copyright'.Simon Josefsson2012-01-161-1/+1
* The timing resistant ecc_mulmod() is only used when signing using the ECDSA p...Nikos Mavrogiannopoulos2011-12-091-1/+1
* Verify that received ECDH public key lies on the curve.Nikos Mavrogiannopoulos2011-11-051-1/+1
* more builddir fixes by David Hoyt.Nikos Mavrogiannopoulos2011-10-221-0/+1
* Added -I$(builddir)/../../gl to CFLAGS.Nikos Mavrogiannopoulos2011-10-211-0/+1
* Clarify license and copyright.Simon Josefsson2011-08-031-7/+4
* Added FSF copyright to public domain files.Nikos Mavrogiannopoulos2011-05-291-2/+1
* Added new headers.gnutls_2_99_2Nikos Mavrogiannopoulos2011-05-261-1/+1
* Use nettle's functions for integer import/export.Nikos Mavrogiannopoulos2011-05-261-1/+1
* Added previous code that was fixed for y^2 = x^3 - 3x + b, because all secg c...Nikos Mavrogiannopoulos2011-05-211-3/+3
* Initial ecc support. Adds support for anonymous ECDH ciphersuites.Nikos Mavrogiannopoulos2011-05-201-1/+6
* Use a single configure.ac. This speed ups compilation andNikos Mavrogiannopoulos2011-04-081-2/+1
* Added support for EGD daemon in nettle's RNG. It is used if /dev/urandomNikos Mavrogiannopoulos2010-07-111-1/+1
* Fixed to compile under mingw32.Nikos Mavrogiannopoulos2010-07-031-0/+4
* Initialization of crypto libraries moved outside main gnutls code.Nikos Mavrogiannopoulos2010-06-291-1/+1
* More AES stuff (still doesn't work).Nikos Mavrogiannopoulos2010-06-031-0/+1
* Added support for libnettle backend. This uses gmp for big number operations.Nikos Mavrogiannopoulos2010-06-031-0/+33