summaryrefslogtreecommitdiff
path: root/lib/nettle
Commit message (Expand)AuthorAgeFilesLines
* added checks on decryption and verification.Nikos Mavrogiannopoulos2013-01-031-1/+13
* Stricter RSA PKCS #1 1.5 encoding. Reported by Kikuchi Masashi.Nikos Mavrogiannopoulos2012-12-311-2/+2
* several cleanupsNikos Mavrogiannopoulos2012-09-221-1/+1
* Avoid returning from void function. Patch by Rob McMahon.Nikos Mavrogiannopoulos2012-07-191-2/+2
* Update random state on all cases.Nikos Mavrogiannopoulos2012-04-131-15/+12
* corrected DH generation check.Nikos Mavrogiannopoulos2012-04-091-1/+1
* refuse to generate small group sizes.Nikos Mavrogiannopoulos2012-04-081-1/+1
* hash copy no longer needed.Nikos Mavrogiannopoulos2012-02-201-22/+0
* Cleanup copyright headers.Simon Josefsson2012-01-259-8/+47
* Fix up some typos and obsolete commentsPatrick Pelletier2012-01-243-3/+3
* Fixed signed/unsigned warnings.Nikos Mavrogiannopoulos2012-01-215-17/+21
* GTK-DOC fixes.Simon Josefsson2012-01-161-1/+1
* Run 'make update-copyright'.Simon Josefsson2012-01-1620-20/+21
* Only list algorithms if they are implemented.Nikos Mavrogiannopoulos2012-01-122-0/+58
* corrected issue in ECDH key generation.Nikos Mavrogiannopoulos2012-01-111-2/+1
* Eliminated memory leak in ecc_projective_check_point().Nikos Mavrogiannopoulos2012-01-101-7/+11
* corrected leak in DH parameter generation.Nikos Mavrogiannopoulos2012-01-061-5/+0
* removed old commentNikos Mavrogiannopoulos2012-01-061-1/+0
* GNUTLS_PK_ECC -> GNUTLS_PK_ECNikos Mavrogiannopoulos2012-01-021-5/+5
* minor doc and comment fixesPatrick Pelletier2011-12-281-3/+3
* 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-124-35/+36
* removed unused variables.Nikos Mavrogiannopoulos2011-12-111-2/+1
* The timing resistant ecc_mulmod() is only used when signing using the ECDSA p...Nikos Mavrogiannopoulos2011-12-096-141/+339
* Added gnutls_x509_privkey_verify_params() which verifies the parameters of a ...Nikos Mavrogiannopoulos2011-11-111-7/+196
* Corrected ECC key generation.Nikos Mavrogiannopoulos2011-11-101-27/+27
* release allocated memory on a cipher or mac failure to initialize.Nikos Mavrogiannopoulos2011-11-092-1/+6
* Fix compile warnings.Simon Josefsson2011-11-081-2/+1
* Verify that received ECDH public key lies on the curve.Nikos Mavrogiannopoulos2011-11-058-233/+148
* re-removed fileNikos Mavrogiannopoulos2011-11-051-142/+0
* converted more things to native gmp. This solves issue noticed in mips64 by J...Nikos Mavrogiannopoulos2011-11-056-24/+151
* do not use NULL for device_fd in windows.Nikos Mavrogiannopoulos2011-10-271-2/+2
* more builddir fixes by David Hoyt.Nikos Mavrogiannopoulos2011-10-221-0/+1
* Added -I$(builddir)/../../gl to CFLAGS.Nikos Mavrogiannopoulos2011-10-211-0/+1
* Updates for padlock hashes in C7 nano. Requires a part of nettle to be included.Nikos Mavrogiannopoulos2011-10-051-16/+17
* fixes in headers. Suggested by Bjorn Christensen.Nikos Mavrogiannopoulos2011-10-041-0/+1
* fix compilation in windowsNikos Mavrogiannopoulos2011-10-032-0/+6
* optimizations in hmac.Nikos Mavrogiannopoulos2011-10-011-23/+17
* The hash_fast() and hmac_fast() functions can be registered as well to allowNikos Mavrogiannopoulos2011-10-015-25/+72
* operations structures were made constants.Nikos Mavrogiannopoulos2011-09-305-5/+5
* a hack to allow compilation on systems without AF_LOCAL.Nikos Mavrogiannopoulos2011-09-231-2/+8
* Memory leak fixes in ECC ciphersuites and the trust_list.Nikos Mavrogiannopoulos2011-09-092-3/+23
* converted quick data hashes to _gnutls_hash_fast and the hmac equivalent.Nikos Mavrogiannopoulos2011-09-081-1/+1
* Added encryption flag to simplify and optimize key expansion.Nikos Mavrogiannopoulos2011-09-071-68/+20
* Avoid assert() and do not include needless headers.Nikos Mavrogiannopoulos2011-08-2911-36/+20
* unlock rnd mutex on error.Nikos Mavrogiannopoulos2011-08-231-0/+2
* Clarify license and copyright.Simon Josefsson2011-08-0319-25/+22
* Fix GTK-DOC manual.Simon Josefsson2011-08-0211-22/+22