summaryrefslogtreecommitdiff
path: root/lib/gcrypt
Commit message (Expand)AuthorAgeFilesLines
* Clarify license and copyright.Simon Josefsson2011-08-037-45/+28
* documentation fixesNikos Mavrogiannopoulos2011-07-231-2/+2
* prevent compilation of gcrypt support since it is incomplete.Nikos Mavrogiannopoulos2011-06-052-0/+4
* do not use NETTLE_LIBS to include hogweed and gmp.Nikos Mavrogiannopoulos2011-06-051-2/+0
* Use a single configure.ac. This speed ups compilation andNikos Mavrogiannopoulos2011-04-081-2/+1
* Added support for GCM ciphersuites (not tested with other implementation).Nikos Mavrogiannopoulos2011-02-061-0/+8
* Indented code. Use same indentation but with -nut to avoid usage of tabs. In ...Nikos Mavrogiannopoulos2010-12-165-177/+177
* Indent (using GNU indent 2.2.11).Simon Josefsson2010-10-143-45/+50
* Updated cryptodev code to support the linux cryptodev extensions.Nikos Mavrogiannopoulos2010-10-021-1/+0
* Fix some syntax-check errors.Simon Josefsson2010-10-011-1/+0
* cipher,mac and digest priorities moved to crypto.cNikos Mavrogiannopoulos2010-09-242-5/+0
* Fixed to compile under mingw32.Nikos Mavrogiannopoulos2010-07-031-0/+4
* Locks were converted to be in align with posix locks to easier wrap around them.Nikos Mavrogiannopoulos2010-07-031-19/+3
* removed unneeded function.Nikos Mavrogiannopoulos2010-07-021-5/+0
* Initialization of crypto libraries moved outside main gnutls code.Nikos Mavrogiannopoulos2010-06-292-1/+106
* Several fixes after big rebase.Nikos Mavrogiannopoulos2010-06-031-4/+4
* Nettle library can now parse the PGP integers. Except for SHA-224/384/512Nikos Mavrogiannopoulos2010-06-031-7/+21
* More AES stuff (still doesn't work).Nikos Mavrogiannopoulos2010-06-031-0/+1
* Common code for calculation of RSA exp1 and exp2. Also update the openpgpNikos Mavrogiannopoulos2010-06-031-14/+6
* Corrected nicely hidden bug that caused accesses to uninitialized variablesNikos Mavrogiannopoulos2010-06-031-1/+6
* Added some sanity checks.Nikos Mavrogiannopoulos2010-06-031-2/+8
* Added support to copy certificates and private keys to tokens.Nikos Mavrogiannopoulos2010-06-032-1/+37
* Added support for libnettle backend. This uses gmp for big number operations.Nikos Mavrogiannopoulos2010-06-036-0/+1667