summaryrefslogtreecommitdiff
path: root/lib/nettle/Makefile.am
Commit message (Expand)AuthorAgeFilesLines
* 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