]>
git.ipfire.org Git - thirdparty/gnutls.git/log
Nikos Mavrogiannopoulos [Tue, 8 Nov 2011 06:55:36 +0000 (07:55 +0100)]
Corrected ciphersuite GNUTLS_ECDHE_RSA_AES_128_CBC_SHA256. Reported by Fabrice Gautier.
Nikos Mavrogiannopoulos [Tue, 8 Nov 2011 06:52:56 +0000 (07:52 +0100)]
bug fix in gnutls_session_get_data().
Nikos Mavrogiannopoulos [Mon, 7 Nov 2011 21:01:43 +0000 (22:01 +0100)]
bumped version
Alban Crequy [Mon, 7 Nov 2011 18:51:27 +0000 (18:51 +0000)]
gnutls_session_get_data: fix possible buffer overflow
The test to avoid the buffer overflow was always false because
session_data_size was set at the wrong place. This problem has been introduced
by this commit:
|commit
ad4ed44c65e753e6d3a00104c049dd81826ccbf3
|Author: Nikos Mavrogiannopoulos <nmav@gnutls.org>
|Date: Mon Nov 7 22:24:48 2005 +0000
|
| This is the initial commit in the 1.3 branch. Ported from the PSK branch:
| * PSK ciphersuites have been added.
| * The session resumption data are now system independent.
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
Nikos Mavrogiannopoulos [Sat, 5 Nov 2011 20:35:49 +0000 (21:35 +0100)]
documented changes.
Nikos Mavrogiannopoulos [Sat, 5 Nov 2011 20:22:17 +0000 (21:22 +0100)]
Verify that received ECDH public key lies on the curve.
Nikos Mavrogiannopoulos [Sat, 5 Nov 2011 20:20:21 +0000 (21:20 +0100)]
ECDHE ciphersuites take precendence to plain DHE
Nikos Mavrogiannopoulos [Sat, 5 Nov 2011 08:53:49 +0000 (09:53 +0100)]
documented fixes
Nikos Mavrogiannopoulos [Sat, 5 Nov 2011 08:29:36 +0000 (09:29 +0100)]
re-removed file
Nikos Mavrogiannopoulos [Sat, 5 Nov 2011 08:22:04 +0000 (09:22 +0100)]
Report correct error on ECC key parsing error.
Nikos Mavrogiannopoulos [Sat, 5 Nov 2011 08:11:06 +0000 (09:11 +0100)]
converted more things to native gmp. This solves issue noticed in mips64 by Joseph Graham.
Nikos Mavrogiannopoulos [Sat, 5 Nov 2011 07:22:25 +0000 (08:22 +0100)]
Added tests for null ciphersuites.
Nikos Mavrogiannopoulos [Fri, 4 Nov 2011 21:04:20 +0000 (22:04 +0100)]
documented fix
Nikos Mavrogiannopoulos [Fri, 4 Nov 2011 21:03:25 +0000 (22:03 +0100)]
Include only a single example with X.509 client. This example includes certificate verification.
Nikos Mavrogiannopoulos [Fri, 4 Nov 2011 20:35:07 +0000 (21:35 +0100)]
no libextra in doc
Nikos Mavrogiannopoulos [Fri, 4 Nov 2011 18:55:00 +0000 (19:55 +0100)]
corrected NULL cipher encryption. Reported by Fabrice Gautier.
Ludovic Courtès [Thu, 3 Nov 2011 23:35:33 +0000 (00:35 +0100)]
guile: Rename `libguile-gnutls-v-2.la' to `guile-gnutls-v-2.la'.
Ludovic Courtès [Thu, 3 Nov 2011 23:27:19 +0000 (00:27 +0100)]
guile: Install libguile-gnutls under $(libdir)/guile/X.Y.
Ludovic Courtès [Thu, 3 Nov 2011 22:57:49 +0000 (23:57 +0100)]
guile: Rename to `libguile-gnutls-v-2'.
Ludovic Courtès [Thu, 3 Nov 2011 22:54:21 +0000 (23:54 +0100)]
doc: Make it clear that both Guile 1.8 and 2.0 are supported.
Ludovic Courtès [Thu, 3 Nov 2011 22:50:34 +0000 (23:50 +0100)]
guile: Update doc to reflect the removal of (gnutls extra).
Ludovic Courtès [Thu, 3 Nov 2011 22:45:41 +0000 (23:45 +0100)]
guile: Remove uses of (gnutls extra) from the tests.
Ludovic Courtès [Thu, 3 Nov 2011 22:58:19 +0000 (23:58 +0100)]
guile: Merge the (gnutls extra) module in (gnutls); deprecate it.
Ludovic Courtès [Thu, 3 Nov 2011 22:25:08 +0000 (23:25 +0100)]
Reverting "Drop guile libgnutls-extra stuff."
Nikos Mavrogiannopoulos [Wed, 2 Nov 2011 09:56:03 +0000 (10:56 +0100)]
removed duplicate code.
Nikos Mavrogiannopoulos [Wed, 2 Nov 2011 09:42:44 +0000 (10:42 +0100)]
removed enumerations that don't exist
Simon Josefsson [Wed, 2 Nov 2011 08:58:48 +0000 (09:58 +0100)]
Fix typo.
Nikos Mavrogiannopoulos [Tue, 1 Nov 2011 11:58:41 +0000 (12:58 +0100)]
hmac-md5 gnulib module was removed (it was no longer used)
Nikos Mavrogiannopoulos [Tue, 1 Nov 2011 10:51:49 +0000 (11:51 +0100)]
more files to ignore
Nikos Mavrogiannopoulos [Tue, 1 Nov 2011 08:46:43 +0000 (09:46 +0100)]
print all groups.
Nikos Mavrogiannopoulos [Tue, 1 Nov 2011 08:05:00 +0000 (09:05 +0100)]
Added 3072 and 4096-bit groups from RFC5054.
Nikos Mavrogiannopoulos [Tue, 1 Nov 2011 07:33:29 +0000 (08:33 +0100)]
read_file() and friends are accessed as gl_read_file().
Nikos Mavrogiannopoulos [Tue, 1 Nov 2011 07:30:42 +0000 (08:30 +0100)]
read_file and friends were renamed to gl_read_file.
Nikos Mavrogiannopoulos [Sun, 30 Oct 2011 15:31:58 +0000 (16:31 +0100)]
added David
Nikos Mavrogiannopoulos [Sun, 30 Oct 2011 15:30:31 +0000 (16:30 +0100)]
documented fix
Nikos Mavrogiannopoulos [Fri, 28 Oct 2011 16:15:31 +0000 (18:15 +0200)]
errcodes printlist and alert-printlist become EXTRA_PROGRAMS so they are not built by default.
Simon Josefsson [Fri, 28 Oct 2011 14:19:24 +0000 (16:19 +0200)]
Fix bootstrap rule to avoid duplicate gettext files.
Simon Josefsson [Fri, 28 Oct 2011 13:49:12 +0000 (15:49 +0200)]
Remove old hack.
Simon Josefsson [Fri, 28 Oct 2011 13:45:14 +0000 (15:45 +0200)]
Drop guile libgnutls-extra stuff.
Simon Josefsson [Fri, 28 Oct 2011 13:38:08 +0000 (15:38 +0200)]
Avoid line wrapping copyright line.
Simon Josefsson [Fri, 28 Oct 2011 13:36:41 +0000 (15:36 +0200)]
Update config.rpath from gnulib.
Simon Josefsson [Fri, 28 Oct 2011 13:34:04 +0000 (15:34 +0200)]
Drop more libgnutls-extra related stuff.
Nikos Mavrogiannopoulos [Thu, 27 Oct 2011 18:34:35 +0000 (20:34 +0200)]
released 3.0.5
Nikos Mavrogiannopoulos [Thu, 27 Oct 2011 15:54:09 +0000 (17:54 +0200)]
added stdarg.h for vsnprintf.
Nikos Mavrogiannopoulos [Thu, 27 Oct 2011 07:25:36 +0000 (09:25 +0200)]
win32 fixes by David Hoyt.
Nikos Mavrogiannopoulos [Thu, 27 Oct 2011 07:24:04 +0000 (09:24 +0200)]
more builddir fixes.
Nikos Mavrogiannopoulos [Thu, 27 Oct 2011 07:22:50 +0000 (09:22 +0200)]
Added recv(), send(), connect() and inet_ntop() gnulib modules.
Nikos Mavrogiannopoulos [Thu, 27 Oct 2011 07:19:58 +0000 (09:19 +0200)]
do not unconditionally include sys/socket.h.
Nikos Mavrogiannopoulos [Thu, 27 Oct 2011 07:17:17 +0000 (09:17 +0200)]
Added gnulib close module.
Nikos Mavrogiannopoulos [Thu, 27 Oct 2011 07:16:41 +0000 (09:16 +0200)]
do not use NULL for device_fd in windows.
Nikos Mavrogiannopoulos [Thu, 27 Oct 2011 07:15:30 +0000 (09:15 +0200)]
no need to include windows.h here.
Nikos Mavrogiannopoulos [Wed, 26 Oct 2011 21:50:01 +0000 (23:50 +0200)]
more files to ignore
Nikos Mavrogiannopoulos [Wed, 26 Oct 2011 21:45:55 +0000 (23:45 +0200)]
w32socket changes.
Nikos Mavrogiannopoulos [Wed, 26 Oct 2011 21:43:43 +0000 (23:43 +0200)]
new gnulib + added select + inet_pton.
Nikos Mavrogiannopoulos [Wed, 26 Oct 2011 20:47:37 +0000 (22:47 +0200)]
netinet headers were put on an ifndef _WIN32.
Nikos Mavrogiannopoulos [Wed, 26 Oct 2011 14:45:45 +0000 (16:45 +0200)]
more libextra doc fixes.
Nikos Mavrogiannopoulos [Wed, 26 Oct 2011 14:45:07 +0000 (16:45 +0200)]
extra-api is no more
Nikos Mavrogiannopoulos [Tue, 25 Oct 2011 20:02:00 +0000 (22:02 +0200)]
corrected symbols for coff.
Simon Josefsson [Tue, 25 Oct 2011 18:31:39 +0000 (20:31 +0200)]
Update to libtasn1 2.10.
Nikos Mavrogiannopoulos [Tue, 25 Oct 2011 18:13:29 +0000 (20:13 +0200)]
changed mingw32 detection
Nikos Mavrogiannopoulos [Tue, 25 Oct 2011 18:08:28 +0000 (20:08 +0200)]
added coff files for mingw64
Nikos Mavrogiannopoulos [Tue, 25 Oct 2011 17:50:47 +0000 (19:50 +0200)]
Added coff version of cpuid.
Nikos Mavrogiannopoulos [Tue, 25 Oct 2011 17:40:02 +0000 (19:40 +0200)]
more files to ignore
Nikos Mavrogiannopoulos [Tue, 25 Oct 2011 17:39:09 +0000 (19:39 +0200)]
Added COFF versions of assembly files.
Nikos Mavrogiannopoulos [Tue, 25 Oct 2011 16:48:24 +0000 (18:48 +0200)]
Added Jan.
Nikos Mavrogiannopoulos [Mon, 24 Oct 2011 14:15:50 +0000 (16:15 +0200)]
use coding.c from libtasn1 git, to avoid issue when compiled with gcc-4.6.
Nikos Mavrogiannopoulos [Mon, 24 Oct 2011 14:09:11 +0000 (16:09 +0200)]
Corrected PHE-partial test.
Nikos Mavrogiannopoulos [Mon, 24 Oct 2011 13:59:29 +0000 (15:59 +0200)]
documented fixes
Nikos Mavrogiannopoulos [Mon, 24 Oct 2011 12:29:11 +0000 (14:29 +0200)]
library mismatch error is no longer used
Nikos Mavrogiannopoulos [Mon, 24 Oct 2011 11:58:13 +0000 (13:58 +0200)]
PHE-partial detection is not being done, instead of checking for VIA nano.
Nikos Mavrogiannopoulos [Sun, 23 Oct 2011 21:05:51 +0000 (23:05 +0200)]
No need to check for padlock nano in 32-bit systems, so simplify things.
Nikos Mavrogiannopoulos [Sun, 23 Oct 2011 21:00:21 +0000 (23:00 +0200)]
initialize only a fully available hash
Nikos Mavrogiannopoulos [Sun, 23 Oct 2011 14:56:45 +0000 (16:56 +0200)]
is_padlock_nano is behaving properly and saving registers.
Nikos Mavrogiannopoulos [Sun, 23 Oct 2011 12:11:25 +0000 (14:11 +0200)]
removed libextra error codes.
Nikos Mavrogiannopoulos [Sun, 23 Oct 2011 11:21:50 +0000 (13:21 +0200)]
removed extra.h header from guile code.
Nikos Mavrogiannopoulos [Sun, 23 Oct 2011 11:21:01 +0000 (13:21 +0200)]
removed libextra errors.
Nikos Mavrogiannopoulos [Sat, 22 Oct 2011 09:09:14 +0000 (11:09 +0200)]
added extra headers.
Nikos Mavrogiannopoulos [Sat, 22 Oct 2011 09:07:29 +0000 (11:07 +0200)]
added new gnulib and modules.
Nikos Mavrogiannopoulos [Sat, 22 Oct 2011 08:51:21 +0000 (10:51 +0200)]
more builddir fixes by David Hoyt.
Nikos Mavrogiannopoulos [Fri, 21 Oct 2011 20:05:59 +0000 (22:05 +0200)]
Added includes in Makefile.am
Nikos Mavrogiannopoulos [Fri, 21 Oct 2011 20:04:51 +0000 (22:04 +0200)]
Added -I$(builddir)/../../gl to CFLAGS.
Simon Josefsson [Fri, 21 Oct 2011 11:24:45 +0000 (13:24 +0200)]
Add -I to fix building.
Reported by "Hoyt, David" <hoyt6@llnl.gov>.
Simon Josefsson [Fri, 21 Oct 2011 11:23:21 +0000 (13:23 +0200)]
Also add -I's for gnulib's build directory, for mingw.
Reported by "Hoyt, David" <hoyt6@llnl.gov>.
Nikos Mavrogiannopoulos [Fri, 21 Oct 2011 06:54:24 +0000 (08:54 +0200)]
removed more extra.h leftovers.
Nikos Mavrogiannopoulos [Thu, 20 Oct 2011 22:00:12 +0000 (00:00 +0200)]
updated gnustack note.
Nikos Mavrogiannopoulos [Thu, 20 Oct 2011 21:21:00 +0000 (23:21 +0200)]
extra.h is no more.
Nikos Mavrogiannopoulos [Thu, 20 Oct 2011 19:41:59 +0000 (21:41 +0200)]
libgnutls-extra is no more.
Nikos Mavrogiannopoulos [Thu, 20 Oct 2011 18:54:22 +0000 (20:54 +0200)]
Added Stef to authors of pkcs11.
Nikos Mavrogiannopoulos [Wed, 19 Oct 2011 07:26:17 +0000 (09:26 +0200)]
documented fix
Nikos Mavrogiannopoulos [Mon, 17 Oct 2011 21:53:40 +0000 (23:53 +0200)]
Corrected bug in gnutls_x509_data2hex. Report and fix by Vincent Untz.
Nikos Mavrogiannopoulos [Sat, 15 Oct 2011 18:04:25 +0000 (20:04 +0200)]
updated for register_md5_handler().
Nikos Mavrogiannopoulos [Sat, 15 Oct 2011 17:54:43 +0000 (19:54 +0200)]
completely drop gnutls_register_md5_handler()
Nikos Mavrogiannopoulos [Sat, 15 Oct 2011 08:20:17 +0000 (10:20 +0200)]
Added gnu-stack note.
Nikos Mavrogiannopoulos [Fri, 14 Oct 2011 23:22:03 +0000 (01:22 +0200)]
released 3.0.4
Nikos Mavrogiannopoulos [Thu, 13 Oct 2011 15:54:54 +0000 (17:54 +0200)]
updated tests for new key ID
Nikos Mavrogiannopoulos [Thu, 13 Oct 2011 15:49:58 +0000 (17:49 +0200)]
key id is being calculated the same way in private keys as in public keys.
Nikos Mavrogiannopoulos [Thu, 13 Oct 2011 15:30:08 +0000 (17:30 +0200)]
'How to use TLS in application protocols' section was moved to introduction to TLS.
Fixes in perl.
Nikos Mavrogiannopoulos [Wed, 12 Oct 2011 18:35:35 +0000 (20:35 +0200)]
Added a test for servers not accepting small records.
Nikos Mavrogiannopoulos [Wed, 12 Oct 2011 18:11:21 +0000 (20:11 +0200)]
new version of padlock by Andy.
Nikos Mavrogiannopoulos [Tue, 11 Oct 2011 19:52:19 +0000 (21:52 +0200)]
bumped versions