summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-11-05Verify that received ECDH public key lies on the curve.HEADmasterNikos Mavrogiannopoulos19-299/+233
2011-11-05ECDHE ciphersuites take precendence to plain DHENikos Mavrogiannopoulos1-2/+2
2011-11-05documented fixesNikos Mavrogiannopoulos2-0/+8
2011-11-05re-removed fileNikos Mavrogiannopoulos1-142/+0
2011-11-05Report correct error on ECC key parsing error.Nikos Mavrogiannopoulos1-0/+1
2011-11-05converted more things to native gmp. This solves issue noticed in mips64 by J...Nikos Mavrogiannopoulos6-24/+151
2011-11-05Added tests for null ciphersuites.Nikos Mavrogiannopoulos1-0/+23
2011-11-04documented fixNikos Mavrogiannopoulos1-0/+2
2011-11-04Include only a single example with X.509 client. This example includes certif...Nikos Mavrogiannopoulos8-233/+192
2011-11-04no libextra in docNikos Mavrogiannopoulos1-13/+1
2011-11-04corrected NULL cipher encryption. Reported by Fabrice Gautier.Nikos Mavrogiannopoulos2-16/+27
2011-11-03guile: Rename `libguile-gnutls-v-2.la' to `guile-gnutls-v-2.la'.Ludovic Courtès4-7/+8
2011-11-03guile: Install libguile-gnutls under $(libdir)/guile/X.Y.Ludovic Courtès6-4/+29
2011-11-03guile: Rename to `libguile-gnutls-v-2'.Ludovic Courtès3-6/+6
2011-11-03doc: Make it clear that both Guile 1.8 and 2.0 are supported.Ludovic Courtès1-5/+7
2011-11-03guile: Update doc to reflect the removal of (gnutls extra).Ludovic Courtès2-49/+10
2011-11-03guile: Remove uses of (gnutls extra) from the tests.Ludovic Courtès3-3/+1
2011-11-03guile: Merge the (gnutls extra) module in (gnutls); deprecate it.Ludovic Courtès12-630/+547
2011-11-03Reverting "Drop guile libgnutls-extra stuff."Ludovic Courtès2-4/+32
2011-11-02removed duplicate code.Nikos Mavrogiannopoulos4-120/+84
2011-11-02removed enumerations that don't existNikos Mavrogiannopoulos1-2/+0
2011-11-02Fix typo.Simon Josefsson1-3/+2
2011-11-01hmac-md5 gnulib module was removed (it was no longer used)Nikos Mavrogiannopoulos14-1074/+2
2011-11-01more files to ignoreNikos Mavrogiannopoulos1-9/+21
2011-11-01print all groups.Nikos Mavrogiannopoulos1-1/+1
2011-11-01Added 3072 and 4096-bit groups from RFC5054.Nikos Mavrogiannopoulos6-4/+164
2011-11-01read_file() and friends are accessed as gl_read_file().Nikos Mavrogiannopoulos6-27/+27
2011-11-01read_file and friends were renamed to gl_read_file.Nikos Mavrogiannopoulos6-9/+83
2011-10-30added DavidNikos Mavrogiannopoulos1-1/+2
2011-10-30documented fixNikos Mavrogiannopoulos1-0/+8
2011-10-28errcodes printlist and alert-printlist become EXTRA_PROGRAMS so they are not ...Nikos Mavrogiannopoulos1-2/+3
2011-10-28Fix bootstrap rule to avoid duplicate gettext files.Simon Josefsson1-1/+3
2011-10-28Remove old hack.Simon Josefsson1-1/+0
2011-10-28Drop guile libgnutls-extra stuff.Simon Josefsson2-32/+4
2011-10-28Avoid line wrapping copyright line.Simon Josefsson1-1/+1
2011-10-28Update config.rpath from gnulib.Simon Josefsson1-56/+80
2011-10-28Drop more libgnutls-extra related stuff.Simon Josefsson2-3/+0
2011-10-27released 3.0.5Nikos Mavrogiannopoulos3-3/+5
2011-10-27added stdarg.h for vsnprintf.Nikos Mavrogiannopoulos1-1/+2
2011-10-27win32 fixes by David Hoyt.Nikos Mavrogiannopoulos2-3/+7
2011-10-27more builddir fixes.Nikos Mavrogiannopoulos1-1/+2
2011-10-27Added recv(), send(), connect() and inet_ntop() gnulib modules.Nikos Mavrogiannopoulos13-123/+645
2011-10-27do not unconditionally include sys/socket.h.Nikos Mavrogiannopoulos2-2/+7
2011-10-27Added gnulib close module.Nikos Mavrogiannopoulos5-17/+18
2011-10-27do not use NULL for device_fd in windows.Nikos Mavrogiannopoulos1-2/+2
2011-10-27no need to include windows.h here.Nikos Mavrogiannopoulos1-3/+0
2011-10-26more files to ignoreNikos Mavrogiannopoulos1-0/+1
2011-10-26w32socket changes.Nikos Mavrogiannopoulos4-4/+21
2011-10-26new gnulib + added select + inet_pton.Nikos Mavrogiannopoulos61-143/+8587
2011-10-26netinet headers were put on an ifndef _WIN32.Nikos Mavrogiannopoulos2-3/+9