summaryrefslogtreecommitdiff
path: root/lib/nettle
Commit message (Expand)AuthorAgeFilesLines
* 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
* documentation fixesNikos Mavrogiannopoulos2011-07-231-1/+1
* Upgraded to LGPLv3.Nikos Mavrogiannopoulos2011-06-2318-89/+55
* Remove unused variablesStef Walter2011-06-061-3/+1
* use gnutls_assert_val() in EGD errors.Nikos Mavrogiannopoulos2011-06-061-2/+2
* do not use NETTLE_LIBS to include hogweed and gmp.Nikos Mavrogiannopoulos2011-06-051-13/+0
* Added SuiteB ciphersuites. Added SUITEB128 and SUITEB192 priority strings.Nikos Mavrogiannopoulos2011-06-041-0/+3
* Truncation of ECDSA and DSA signatures moved to _wrap_nettle_pk_sign()Nikos Mavrogiannopoulos2011-06-031-5/+16
* Simplified the handling of handshake messages to be hashed.Nikos Mavrogiannopoulos2011-06-031-26/+7
* Hash algorithms used for DSA and ECDSA correspond to draft-mavrogiannopoulos-...Nikos Mavrogiannopoulos2011-06-031-24/+15
* gnutls/crypto.h no longer includes functions to register ciphers.Nikos Mavrogiannopoulos2011-06-022-4/+4
* Added FSF copyright to public domain files.Nikos Mavrogiannopoulos2011-05-2912-244/+201
* Fix warnings with GCC 4.5.2Stef Walter2011-05-281-1/+1
* Laxed verification checks for DSA to allow SHA256 in place of SHA224.Nikos Mavrogiannopoulos2011-05-281-4/+2