summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* gnutls_session_get_data: fix possible buffer overflowAlban Crequy2011-11-071-1/+1
* Verify that received ECDH public key lies on the curve.Nikos Mavrogiannopoulos2011-11-0519-299/+233
* ECDHE ciphersuites take precendence to plain DHENikos Mavrogiannopoulos2011-11-051-2/+2
* re-removed fileNikos Mavrogiannopoulos2011-11-051-142/+0
* Report correct error on ECC key parsing error.Nikos Mavrogiannopoulos2011-11-051-0/+1
* converted more things to native gmp. This solves issue noticed in mips64 by J...Nikos Mavrogiannopoulos2011-11-056-24/+151
* corrected NULL cipher encryption. Reported by Fabrice Gautier.Nikos Mavrogiannopoulos2011-11-042-16/+27
* removed duplicate code.Nikos Mavrogiannopoulos2011-11-024-120/+84
* Fix typo.Simon Josefsson2011-11-021-3/+2
* Added 3072 and 4096-bit groups from RFC5054.Nikos Mavrogiannopoulos2011-11-014-2/+135
* read_file() and friends are accessed as gl_read_file().Nikos Mavrogiannopoulos2011-11-012-8/+8
* do not unconditionally include sys/socket.h.Nikos Mavrogiannopoulos2011-10-272-2/+7
* do not use NULL for device_fd in windows.Nikos Mavrogiannopoulos2011-10-271-2/+2
* no need to include windows.h here.Nikos Mavrogiannopoulos2011-10-271-3/+0
* corrected symbols for coff.Nikos Mavrogiannopoulos2011-10-252-9/+9
* Update to libtasn1 2.10.Simon Josefsson2011-10-2513-83/+50
* added coff files for mingw64Nikos Mavrogiannopoulos2011-10-255-3/+4924
* Added coff version of cpuid.Nikos Mavrogiannopoulos2011-10-254-1/+69
* Added COFF versions of assembly files.Nikos Mavrogiannopoulos2011-10-253-0/+2785
* use coding.c from libtasn1 git, to avoid issue when compiled with gcc-4.6.Nikos Mavrogiannopoulos2011-10-241-14/+11
* Corrected PHE-partial test.Nikos Mavrogiannopoulos2011-10-241-5/+5
* library mismatch error is no longer usedNikos Mavrogiannopoulos2011-10-241-1/+1
* PHE-partial detection is not being done, instead of checking for VIA nano.Nikos Mavrogiannopoulos2011-10-245-60/+26
* No need to check for padlock nano in 32-bit systems, so simplify things.Nikos Mavrogiannopoulos2011-10-233-10/+20
* initialize only a fully available hashNikos Mavrogiannopoulos2011-10-231-1/+1
* is_padlock_nano is behaving properly and saving registers.Nikos Mavrogiannopoulos2011-10-231-0/+3
* removed libextra error codes.Nikos Mavrogiannopoulos2011-10-231-5/+0
* removed libextra errors.Nikos Mavrogiannopoulos2011-10-231-7/+0
* more builddir fixes by David Hoyt.Nikos Mavrogiannopoulos2011-10-229-1/+12
* Added includes in Makefile.amNikos Mavrogiannopoulos2011-10-211-0/+2
* Added -I$(builddir)/../../gl to CFLAGS.Nikos Mavrogiannopoulos2011-10-218-0/+8
* Add -I to fix building.Simon Josefsson2011-10-211-0/+1
* Also add -I's for gnulib's build directory, for mingw.Simon Josefsson2011-10-212-1/+3
* removed more extra.h leftovers.Nikos Mavrogiannopoulos2011-10-212-3/+3
* updated gnustack note.Nikos Mavrogiannopoulos2011-10-218-8/+54
* Added Stef to authors of pkcs11.Nikos Mavrogiannopoulos2011-10-204-4/+4
* Corrected bug in gnutls_x509_data2hex. Report and fix by Vincent Untz.Nikos Mavrogiannopoulos2011-10-171-0/+1
* Added gnu-stack note.Nikos Mavrogiannopoulos2011-10-151-0/+4
* key id is being calculated the same way in private keys as in public keys.Nikos Mavrogiannopoulos2011-10-131-31/+4
* new version of padlock by Andy.Nikos Mavrogiannopoulos2011-10-122-67/+141
* More doc fixes.Simon Josefsson2011-10-101-2/+2
* GTK-DOC doc fix.Simon Josefsson2011-10-101-2/+3
* updated Andy's code. padlock_shax_blocks does not require any more, the stat...Nikos Mavrogiannopoulos2011-10-102-7/+158
* is_padlock_nano moved to padlock-common.s to allow easier upgradeNikos Mavrogiannopoulos2011-10-084-38/+42
* HASH2MAC macro is no more.Nikos Mavrogiannopoulos2011-10-082-3/+1
* Key ID calculation is now consistent on all structures. ItNikos Mavrogiannopoulos2011-10-086-199/+74
* fixes to enable the external signing callback to operate with TLS 1.2Nikos Mavrogiannopoulos2011-10-071-4/+30
* Added new signing callback in gnutls_privkey_t.Nikos Mavrogiannopoulos2011-10-078-6/+180
* corrected bug in key id extraction. Reported by Erik Jensen.Nikos Mavrogiannopoulos2011-10-051-4/+1
* better detection of padlock PHE.Nikos Mavrogiannopoulos2011-10-056-67/+116