]> git.ipfire.org Git - thirdparty/gnutls.git/log
thirdparty/gnutls.git
14 years agoCorrected ciphersuite GNUTLS_ECDHE_RSA_AES_128_CBC_SHA256. Reported by Fabrice Gautier.
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.

14 years agobug fix in gnutls_session_get_data().
Nikos Mavrogiannopoulos [Tue, 8 Nov 2011 06:52:56 +0000 (07:52 +0100)] 
bug fix in gnutls_session_get_data().

14 years agobumped version gnutls_3_0_6
Nikos Mavrogiannopoulos [Mon, 7 Nov 2011 21:01:43 +0000 (22:01 +0100)] 
bumped version

14 years agognutls_session_get_data: fix possible buffer overflow
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>
14 years agodocumented changes.
Nikos Mavrogiannopoulos [Sat, 5 Nov 2011 20:35:49 +0000 (21:35 +0100)] 
documented changes.

14 years agoVerify that received ECDH public key lies on the curve.
Nikos Mavrogiannopoulos [Sat, 5 Nov 2011 20:22:17 +0000 (21:22 +0100)] 
Verify that received ECDH public key lies on the curve.

14 years agoECDHE ciphersuites take precendence to plain DHE
Nikos Mavrogiannopoulos [Sat, 5 Nov 2011 20:20:21 +0000 (21:20 +0100)] 
ECDHE ciphersuites take precendence to plain DHE

14 years agodocumented fixes
Nikos Mavrogiannopoulos [Sat, 5 Nov 2011 08:53:49 +0000 (09:53 +0100)] 
documented fixes

14 years agore-removed file
Nikos Mavrogiannopoulos [Sat, 5 Nov 2011 08:29:36 +0000 (09:29 +0100)] 
re-removed file

14 years agoReport correct error on ECC key parsing error.
Nikos Mavrogiannopoulos [Sat, 5 Nov 2011 08:22:04 +0000 (09:22 +0100)] 
Report correct error on ECC key parsing error.

14 years agoconverted more things to native gmp. This solves issue noticed in mips64 by Joseph...
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.

14 years agoAdded tests for null ciphersuites.
Nikos Mavrogiannopoulos [Sat, 5 Nov 2011 07:22:25 +0000 (08:22 +0100)] 
Added tests for null ciphersuites.

14 years agodocumented fix
Nikos Mavrogiannopoulos [Fri, 4 Nov 2011 21:04:20 +0000 (22:04 +0100)] 
documented fix

14 years agoInclude only a single example with X.509 client. This example includes certificate...
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.

14 years agono libextra in doc
Nikos Mavrogiannopoulos [Fri, 4 Nov 2011 20:35:07 +0000 (21:35 +0100)] 
no libextra in doc

14 years agocorrected NULL cipher encryption. Reported by Fabrice Gautier.
Nikos Mavrogiannopoulos [Fri, 4 Nov 2011 18:55:00 +0000 (19:55 +0100)] 
corrected NULL cipher encryption. Reported by Fabrice Gautier.

14 years agoguile: Rename `libguile-gnutls-v-2.la' to `guile-gnutls-v-2.la'.
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'.

14 years agoguile: Install libguile-gnutls under $(libdir)/guile/X.Y.
Ludovic Courtès [Thu, 3 Nov 2011 23:27:19 +0000 (00:27 +0100)] 
guile: Install libguile-gnutls under $(libdir)/guile/X.Y.

14 years agoguile: Rename to `libguile-gnutls-v-2'.
Ludovic Courtès [Thu, 3 Nov 2011 22:57:49 +0000 (23:57 +0100)] 
guile: Rename to `libguile-gnutls-v-2'.

14 years agodoc: Make it clear that both Guile 1.8 and 2.0 are supported.
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.

14 years agoguile: Update doc to reflect the removal of (gnutls extra).
Ludovic Courtès [Thu, 3 Nov 2011 22:50:34 +0000 (23:50 +0100)] 
guile: Update doc to reflect the removal of (gnutls extra).

14 years agoguile: Remove uses of (gnutls extra) from the tests.
Ludovic Courtès [Thu, 3 Nov 2011 22:45:41 +0000 (23:45 +0100)] 
guile: Remove uses of (gnutls extra) from the tests.

14 years agoguile: Merge the (gnutls extra) module in (gnutls); deprecate it.
Ludovic Courtès [Thu, 3 Nov 2011 22:58:19 +0000 (23:58 +0100)] 
guile: Merge the (gnutls extra) module in (gnutls); deprecate it.

14 years agoReverting "Drop guile libgnutls-extra stuff."
Ludovic Courtès [Thu, 3 Nov 2011 22:25:08 +0000 (23:25 +0100)] 
Reverting "Drop guile libgnutls-extra stuff."

14 years agoremoved duplicate code.
Nikos Mavrogiannopoulos [Wed, 2 Nov 2011 09:56:03 +0000 (10:56 +0100)] 
removed duplicate code.

14 years agoremoved enumerations that don't exist
Nikos Mavrogiannopoulos [Wed, 2 Nov 2011 09:42:44 +0000 (10:42 +0100)] 
removed enumerations that don't exist

14 years agoFix typo.
Simon Josefsson [Wed, 2 Nov 2011 08:58:48 +0000 (09:58 +0100)] 
Fix typo.

14 years agohmac-md5 gnulib module was removed (it was no longer used)
Nikos Mavrogiannopoulos [Tue, 1 Nov 2011 11:58:41 +0000 (12:58 +0100)] 
hmac-md5 gnulib module was removed (it was no longer used)

14 years agomore files to ignore
Nikos Mavrogiannopoulos [Tue, 1 Nov 2011 10:51:49 +0000 (11:51 +0100)] 
more files to ignore

14 years agoprint all groups.
Nikos Mavrogiannopoulos [Tue, 1 Nov 2011 08:46:43 +0000 (09:46 +0100)] 
print all groups.

14 years agoAdded 3072 and 4096-bit groups from RFC5054.
Nikos Mavrogiannopoulos [Tue, 1 Nov 2011 08:05:00 +0000 (09:05 +0100)] 
Added 3072 and 4096-bit groups from RFC5054.

14 years agoread_file() and friends are accessed as gl_read_file().
Nikos Mavrogiannopoulos [Tue, 1 Nov 2011 07:33:29 +0000 (08:33 +0100)] 
read_file() and friends are accessed as gl_read_file().

14 years agoread_file and friends were renamed to 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.

14 years agoadded David
Nikos Mavrogiannopoulos [Sun, 30 Oct 2011 15:31:58 +0000 (16:31 +0100)] 
added David

14 years agodocumented fix
Nikos Mavrogiannopoulos [Sun, 30 Oct 2011 15:30:31 +0000 (16:30 +0100)] 
documented fix

14 years agoerrcodes printlist and alert-printlist become EXTRA_PROGRAMS so they are not built...
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.

14 years agoFix bootstrap rule to avoid duplicate gettext files.
Simon Josefsson [Fri, 28 Oct 2011 14:19:24 +0000 (16:19 +0200)] 
Fix bootstrap rule to avoid duplicate gettext files.

14 years agoRemove old hack.
Simon Josefsson [Fri, 28 Oct 2011 13:49:12 +0000 (15:49 +0200)] 
Remove old hack.

14 years agoDrop guile libgnutls-extra stuff.
Simon Josefsson [Fri, 28 Oct 2011 13:45:14 +0000 (15:45 +0200)] 
Drop guile libgnutls-extra stuff.

14 years agoAvoid line wrapping copyright line.
Simon Josefsson [Fri, 28 Oct 2011 13:38:08 +0000 (15:38 +0200)] 
Avoid line wrapping copyright line.

14 years agoUpdate config.rpath from gnulib.
Simon Josefsson [Fri, 28 Oct 2011 13:36:41 +0000 (15:36 +0200)] 
Update config.rpath from gnulib.

14 years agoDrop more libgnutls-extra related stuff.
Simon Josefsson [Fri, 28 Oct 2011 13:34:04 +0000 (15:34 +0200)] 
Drop more libgnutls-extra related stuff.

14 years agoreleased 3.0.5 gnutls_3_0_5
Nikos Mavrogiannopoulos [Thu, 27 Oct 2011 18:34:35 +0000 (20:34 +0200)] 
released 3.0.5

14 years agoadded stdarg.h for vsnprintf.
Nikos Mavrogiannopoulos [Thu, 27 Oct 2011 15:54:09 +0000 (17:54 +0200)] 
added stdarg.h for vsnprintf.

14 years agowin32 fixes by David Hoyt.
Nikos Mavrogiannopoulos [Thu, 27 Oct 2011 07:25:36 +0000 (09:25 +0200)] 
win32 fixes by David Hoyt.

14 years agomore builddir fixes.
Nikos Mavrogiannopoulos [Thu, 27 Oct 2011 07:24:04 +0000 (09:24 +0200)] 
more builddir fixes.

14 years agoAdded recv(), send(), connect() and inet_ntop() gnulib modules.
Nikos Mavrogiannopoulos [Thu, 27 Oct 2011 07:22:50 +0000 (09:22 +0200)] 
Added recv(), send(), connect() and inet_ntop() gnulib modules.

14 years agodo not unconditionally include sys/socket.h.
Nikos Mavrogiannopoulos [Thu, 27 Oct 2011 07:19:58 +0000 (09:19 +0200)] 
do not unconditionally include sys/socket.h.

14 years agoAdded gnulib close module.
Nikos Mavrogiannopoulos [Thu, 27 Oct 2011 07:17:17 +0000 (09:17 +0200)] 
Added gnulib close module.

14 years agodo not use NULL for device_fd in windows.
Nikos Mavrogiannopoulos [Thu, 27 Oct 2011 07:16:41 +0000 (09:16 +0200)] 
do not use NULL for device_fd in windows.

14 years agono need to include windows.h here.
Nikos Mavrogiannopoulos [Thu, 27 Oct 2011 07:15:30 +0000 (09:15 +0200)] 
no need to include windows.h here.

14 years agomore files to ignore
Nikos Mavrogiannopoulos [Wed, 26 Oct 2011 21:50:01 +0000 (23:50 +0200)] 
more files to ignore

14 years agow32socket changes.
Nikos Mavrogiannopoulos [Wed, 26 Oct 2011 21:45:55 +0000 (23:45 +0200)] 
w32socket changes.

14 years agonew gnulib + added select + inet_pton.
Nikos Mavrogiannopoulos [Wed, 26 Oct 2011 21:43:43 +0000 (23:43 +0200)] 
new gnulib + added select + inet_pton.

14 years agonetinet headers were put on an ifndef _WIN32.
Nikos Mavrogiannopoulos [Wed, 26 Oct 2011 20:47:37 +0000 (22:47 +0200)] 
netinet headers were put on an ifndef _WIN32.

14 years agomore libextra doc fixes.
Nikos Mavrogiannopoulos [Wed, 26 Oct 2011 14:45:45 +0000 (16:45 +0200)] 
more libextra doc fixes.

14 years agoextra-api is no more
Nikos Mavrogiannopoulos [Wed, 26 Oct 2011 14:45:07 +0000 (16:45 +0200)] 
extra-api is no more

14 years agocorrected symbols for coff.
Nikos Mavrogiannopoulos [Tue, 25 Oct 2011 20:02:00 +0000 (22:02 +0200)] 
corrected symbols for coff.

14 years agoUpdate to libtasn1 2.10.
Simon Josefsson [Tue, 25 Oct 2011 18:31:39 +0000 (20:31 +0200)] 
Update to libtasn1 2.10.

14 years agochanged mingw32 detection
Nikos Mavrogiannopoulos [Tue, 25 Oct 2011 18:13:29 +0000 (20:13 +0200)] 
changed mingw32 detection

14 years agoadded coff files for mingw64
Nikos Mavrogiannopoulos [Tue, 25 Oct 2011 18:08:28 +0000 (20:08 +0200)] 
added coff files for mingw64

14 years agoAdded coff version of cpuid.
Nikos Mavrogiannopoulos [Tue, 25 Oct 2011 17:50:47 +0000 (19:50 +0200)] 
Added coff version of cpuid.

14 years agomore files to ignore
Nikos Mavrogiannopoulos [Tue, 25 Oct 2011 17:40:02 +0000 (19:40 +0200)] 
more files to ignore

14 years agoAdded COFF versions of assembly files.
Nikos Mavrogiannopoulos [Tue, 25 Oct 2011 17:39:09 +0000 (19:39 +0200)] 
Added COFF versions of assembly files.

14 years agoAdded Jan.
Nikos Mavrogiannopoulos [Tue, 25 Oct 2011 16:48:24 +0000 (18:48 +0200)] 
Added Jan.

14 years agouse coding.c from libtasn1 git, to avoid issue when compiled with gcc-4.6.
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.

14 years agoCorrected PHE-partial test.
Nikos Mavrogiannopoulos [Mon, 24 Oct 2011 14:09:11 +0000 (16:09 +0200)] 
Corrected PHE-partial test.

14 years agodocumented fixes
Nikos Mavrogiannopoulos [Mon, 24 Oct 2011 13:59:29 +0000 (15:59 +0200)] 
documented fixes

14 years agolibrary mismatch error is no longer used
Nikos Mavrogiannopoulos [Mon, 24 Oct 2011 12:29:11 +0000 (14:29 +0200)] 
library mismatch error is no longer used

14 years agoPHE-partial detection is not being done, instead of checking for VIA nano.
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.

14 years agoNo need to check for padlock nano in 32-bit systems, so simplify things.
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.

14 years agoinitialize only a fully available hash
Nikos Mavrogiannopoulos [Sun, 23 Oct 2011 21:00:21 +0000 (23:00 +0200)] 
initialize only a fully available hash

14 years agois_padlock_nano is behaving properly and saving registers.
Nikos Mavrogiannopoulos [Sun, 23 Oct 2011 14:56:45 +0000 (16:56 +0200)] 
is_padlock_nano is behaving properly and saving registers.

14 years agoremoved libextra error codes.
Nikos Mavrogiannopoulos [Sun, 23 Oct 2011 12:11:25 +0000 (14:11 +0200)] 
removed libextra error codes.

14 years agoremoved extra.h header from guile code.
Nikos Mavrogiannopoulos [Sun, 23 Oct 2011 11:21:50 +0000 (13:21 +0200)] 
removed extra.h header from guile code.

14 years agoremoved libextra errors.
Nikos Mavrogiannopoulos [Sun, 23 Oct 2011 11:21:01 +0000 (13:21 +0200)] 
removed libextra errors.

14 years agoadded extra headers.
Nikos Mavrogiannopoulos [Sat, 22 Oct 2011 09:09:14 +0000 (11:09 +0200)] 
added extra headers.

14 years agoadded new gnulib and modules.
Nikos Mavrogiannopoulos [Sat, 22 Oct 2011 09:07:29 +0000 (11:07 +0200)] 
added new gnulib and modules.

14 years agomore builddir fixes by David Hoyt.
Nikos Mavrogiannopoulos [Sat, 22 Oct 2011 08:51:21 +0000 (10:51 +0200)] 
more builddir fixes by David Hoyt.

14 years agoAdded includes in Makefile.am
Nikos Mavrogiannopoulos [Fri, 21 Oct 2011 20:05:59 +0000 (22:05 +0200)] 
Added includes in Makefile.am

14 years agoAdded -I$(builddir)/../../gl to CFLAGS.
Nikos Mavrogiannopoulos [Fri, 21 Oct 2011 20:04:51 +0000 (22:04 +0200)] 
Added -I$(builddir)/../../gl to CFLAGS.

14 years agoAdd -I to fix building.
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>.

14 years agoAlso add -I's for gnulib's build directory, for mingw.
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>.

14 years agoremoved more extra.h leftovers.
Nikos Mavrogiannopoulos [Fri, 21 Oct 2011 06:54:24 +0000 (08:54 +0200)] 
removed more extra.h leftovers.

14 years agoupdated gnustack note.
Nikos Mavrogiannopoulos [Thu, 20 Oct 2011 22:00:12 +0000 (00:00 +0200)] 
updated gnustack note.

14 years agoextra.h is no more.
Nikos Mavrogiannopoulos [Thu, 20 Oct 2011 21:21:00 +0000 (23:21 +0200)] 
extra.h is no more.

14 years agolibgnutls-extra is no more.
Nikos Mavrogiannopoulos [Thu, 20 Oct 2011 19:41:59 +0000 (21:41 +0200)] 
libgnutls-extra is no more.

14 years agoAdded Stef to authors of pkcs11.
Nikos Mavrogiannopoulos [Thu, 20 Oct 2011 18:54:22 +0000 (20:54 +0200)] 
Added Stef to authors of pkcs11.

14 years agodocumented fix
Nikos Mavrogiannopoulos [Wed, 19 Oct 2011 07:26:17 +0000 (09:26 +0200)] 
documented fix

14 years agoCorrected bug in gnutls_x509_data2hex. Report and fix by Vincent Untz.
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.

14 years agoupdated for register_md5_handler().
Nikos Mavrogiannopoulos [Sat, 15 Oct 2011 18:04:25 +0000 (20:04 +0200)] 
updated for register_md5_handler().

14 years agocompletely drop gnutls_register_md5_handler()
Nikos Mavrogiannopoulos [Sat, 15 Oct 2011 17:54:43 +0000 (19:54 +0200)] 
completely drop gnutls_register_md5_handler()

14 years agoAdded gnu-stack note.
Nikos Mavrogiannopoulos [Sat, 15 Oct 2011 08:20:17 +0000 (10:20 +0200)] 
Added gnu-stack note.

14 years agoreleased 3.0.4 gnutls_3_0_4
Nikos Mavrogiannopoulos [Fri, 14 Oct 2011 23:22:03 +0000 (01:22 +0200)] 
released 3.0.4

14 years agoupdated tests for new key ID
Nikos Mavrogiannopoulos [Thu, 13 Oct 2011 15:54:54 +0000 (17:54 +0200)] 
updated tests for new key ID

14 years agokey id is being calculated the same way in private keys as in public keys.
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.

14 years ago'How to use TLS in application protocols' section was moved to introduction to TLS.
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.

14 years agoAdded a test for servers not accepting small records.
Nikos Mavrogiannopoulos [Wed, 12 Oct 2011 18:35:35 +0000 (20:35 +0200)] 
Added a test for servers not accepting small records.

14 years agonew version of padlock by Andy.
Nikos Mavrogiannopoulos [Wed, 12 Oct 2011 18:11:21 +0000 (20:11 +0200)] 
new version of padlock by Andy.

14 years agobumped versions
Nikos Mavrogiannopoulos [Tue, 11 Oct 2011 19:52:19 +0000 (21:52 +0200)] 
bumped versions