]> git.ipfire.org Git - thirdparty/gnutls.git/log
thirdparty/gnutls.git
14 years agoupdated ignored files.
Nikos Mavrogiannopoulos [Fri, 19 Aug 2011 15:17:10 +0000 (17:17 +0200)] 
updated ignored files.

14 years agoCorrected session resumption test.
Nikos Mavrogiannopoulos [Fri, 19 Aug 2011 15:16:59 +0000 (17:16 +0200)] 
Corrected session resumption test.

14 years agoAvoid using vfprintf() and use a combination of vsnprintf and fputs instead. My gnuli...
Nikos Mavrogiannopoulos [Fri, 19 Aug 2011 14:54:42 +0000 (16:54 +0200)] 
Avoid using vfprintf() and use a combination of vsnprintf and fputs instead. My gnulib has issues with them.

14 years agoadded vfprintf-posix (needed by tests)
Nikos Mavrogiannopoulos [Fri, 19 Aug 2011 14:37:17 +0000 (16:37 +0200)] 
added vfprintf-posix (needed by tests)

14 years agodepend on p11-kit 0.4+.
Nikos Mavrogiannopoulos [Fri, 19 Aug 2011 14:36:52 +0000 (16:36 +0200)] 
depend on p11-kit 0.4+.

14 years agoRemoved the limitation of one name per certificate.
Nikos Mavrogiannopoulos [Fri, 19 Aug 2011 11:53:12 +0000 (13:53 +0200)] 
Removed the limitation of one name per certificate.

14 years agorephrased text on anonymous authentication.
Nikos Mavrogiannopoulos [Fri, 19 Aug 2011 11:11:29 +0000 (13:11 +0200)] 
rephrased text on anonymous authentication.

14 years agosmall update in psktool
Nikos Mavrogiannopoulos [Wed, 17 Aug 2011 15:33:38 +0000 (17:33 +0200)] 
small update in psktool

14 years agoupdated crywrap
Nikos Mavrogiannopoulos [Wed, 17 Aug 2011 14:50:17 +0000 (16:50 +0200)] 
updated crywrap

14 years agodocumented changes
Nikos Mavrogiannopoulos [Wed, 17 Aug 2011 14:47:30 +0000 (16:47 +0200)] 
documented changes

14 years agognutls_certificate_set_x509_key_file() and friends support server name indication.
Nikos Mavrogiannopoulos [Wed, 17 Aug 2011 14:45:22 +0000 (16:45 +0200)] 
gnutls_certificate_set_x509_key_file() and friends support server name indication.
If multiple certificates are set using this function the proper one will be
selected during a handshake, with the limitation of a single name per certificate.

14 years agoDocumentation fixes.
Nikos Mavrogiannopoulos [Wed, 17 Aug 2011 14:24:52 +0000 (16:24 +0200)] 
Documentation fixes.

14 years agoFix syntax-check nits.
Simon Josefsson [Wed, 17 Aug 2011 07:36:49 +0000 (09:36 +0200)] 
Fix syntax-check nits.

14 years agoAdded AES-256-GCM. Reported by Benjamin Hof.
Nikos Mavrogiannopoulos [Mon, 15 Aug 2011 17:44:57 +0000 (19:44 +0200)] 
Added AES-256-GCM. Reported by Benjamin Hof.

14 years agodocumented fix
Nikos Mavrogiannopoulos [Sun, 14 Aug 2011 13:03:35 +0000 (15:03 +0200)] 
documented fix

14 years agoIntroduced GNUTLS_PKCS11_PIN_WRONG flag to indicate the previously given PIN is wrong.
Nikos Mavrogiannopoulos [Sun, 14 Aug 2011 13:02:33 +0000 (15:02 +0200)] 
Introduced GNUTLS_PKCS11_PIN_WRONG flag to indicate the previously given PIN is wrong.

14 years agodocumented fix
Nikos Mavrogiannopoulos [Sun, 14 Aug 2011 12:47:34 +0000 (14:47 +0200)] 
documented fix

14 years agosome discussion on tokens.
Nikos Mavrogiannopoulos [Sun, 14 Aug 2011 12:43:44 +0000 (14:43 +0200)] 
some discussion on tokens.

14 years agoCorrected issue when asking multiple times for PIN.
Nikos Mavrogiannopoulos [Sun, 14 Aug 2011 12:38:59 +0000 (14:38 +0200)] 
Corrected issue when asking multiple times for PIN.

14 years agocorrected configure test
Nikos Mavrogiannopoulos [Sun, 14 Aug 2011 11:28:13 +0000 (13:28 +0200)] 
corrected configure test

14 years agodhparams have now the 'r' option.
Nikos Mavrogiannopoulos [Sat, 13 Aug 2011 19:39:41 +0000 (21:39 +0200)] 
dhparams have now the 'r' option.

14 years agouse audit_log
Nikos Mavrogiannopoulos [Sat, 13 Aug 2011 16:34:47 +0000 (18:34 +0200)] 
use audit_log

14 years agoremoved unneeded defintions.
Nikos Mavrogiannopoulos [Sat, 13 Aug 2011 15:57:13 +0000 (17:57 +0200)] 
removed unneeded defintions.

14 years agounload_file was modified to accept a pointer.
Nikos Mavrogiannopoulos [Sat, 13 Aug 2011 15:53:21 +0000 (17:53 +0200)] 
unload_file was modified to accept a pointer.

14 years agocorrected child process cleanup and added option to specify diffie hellman parameters...
Nikos Mavrogiannopoulos [Sat, 13 Aug 2011 15:52:39 +0000 (17:52 +0200)] 
corrected child process cleanup and added option to specify diffie hellman parameters file.

14 years agomore files to ignore
Nikos Mavrogiannopoulos [Sat, 13 Aug 2011 13:19:44 +0000 (15:19 +0200)] 
more files to ignore

14 years agoCorrected crywrap's verification procedure.
Nikos Mavrogiannopoulos [Sat, 13 Aug 2011 13:18:53 +0000 (15:18 +0200)] 
Corrected crywrap's verification procedure.

14 years agouse gnutls_sec_param_to_pk_bits() for DH parameter generation.
Nikos Mavrogiannopoulos [Sat, 13 Aug 2011 12:55:24 +0000 (14:55 +0200)] 
use gnutls_sec_param_to_pk_bits() for DH parameter generation.

14 years agoAdded crywrap to the distributed programs.
Nikos Mavrogiannopoulos [Sat, 13 Aug 2011 12:10:55 +0000 (14:10 +0200)] 
Added crywrap to the distributed programs.

14 years agofiles to ignore
Nikos Mavrogiannopoulos [Sat, 13 Aug 2011 12:10:34 +0000 (14:10 +0200)] 
files to ignore

14 years agodoc updates
Nikos Mavrogiannopoulos [Sat, 13 Aug 2011 08:17:37 +0000 (10:17 +0200)] 
doc updates

14 years agodo not use capitals in index names.
Nikos Mavrogiannopoulos [Sat, 13 Aug 2011 08:14:06 +0000 (10:14 +0200)] 
do not use capitals in index names.

14 years agomore files to ignore.
Nikos Mavrogiannopoulos [Sat, 13 Aug 2011 08:06:02 +0000 (10:06 +0200)] 
more files to ignore.

14 years agoIf a module is dlopened twice, then deinitialize the second load.
Nikos Mavrogiannopoulos [Sat, 13 Aug 2011 08:02:15 +0000 (10:02 +0200)] 
If a module is dlopened twice, then deinitialize the second load.

14 years agodocumentation updates
Nikos Mavrogiannopoulos [Sat, 13 Aug 2011 07:42:33 +0000 (09:42 +0200)] 
documentation updates

14 years agomemory handling section is no longer applicable
Nikos Mavrogiannopoulos [Sat, 13 Aug 2011 07:12:40 +0000 (09:12 +0200)] 
memory handling section is no longer applicable

14 years agoAdded discussion on DTLS functionality
Nikos Mavrogiannopoulos [Fri, 12 Aug 2011 18:30:42 +0000 (20:30 +0200)] 
Added discussion on DTLS functionality

14 years agocorrected typos
Nikos Mavrogiannopoulos [Fri, 12 Aug 2011 15:51:48 +0000 (17:51 +0200)] 
corrected typos

14 years agoupdated openssl text
Nikos Mavrogiannopoulos [Fri, 12 Aug 2011 15:02:18 +0000 (17:02 +0200)] 
updated openssl text

14 years agocorrect typos
Nikos Mavrogiannopoulos [Fri, 12 Aug 2011 14:59:07 +0000 (16:59 +0200)] 
correct typos

14 years agodo not escape \#
Nikos Mavrogiannopoulos [Fri, 12 Aug 2011 14:54:18 +0000 (16:54 +0200)] 
do not escape \#

14 years agomore updates
Nikos Mavrogiannopoulos [Fri, 12 Aug 2011 13:52:34 +0000 (15:52 +0200)] 
more updates

14 years agoAdded reference to anderson's book
Nikos Mavrogiannopoulos [Fri, 12 Aug 2011 13:36:13 +0000 (15:36 +0200)] 
Added reference to anderson's book

14 years agoInternals section updated.
Nikos Mavrogiannopoulos [Fri, 12 Aug 2011 11:51:03 +0000 (13:51 +0200)] 
Internals section updated.

14 years agoDocumentation updates. gnutls_x509_crq_sign2() and gnutls_x509_crl_sign2() were remov...
Nikos Mavrogiannopoulos [Fri, 12 Aug 2011 08:50:19 +0000 (10:50 +0200)] 
Documentation updates. gnutls_x509_crq_sign2() and gnutls_x509_crl_sign2() were removed from the deprecate list to ease generation of crl and crq structures.

14 years agoupdates
Nikos Mavrogiannopoulos [Thu, 11 Aug 2011 19:31:15 +0000 (21:31 +0200)] 
updates

14 years agochanged paper size.
Nikos Mavrogiannopoulos [Thu, 11 Aug 2011 19:09:28 +0000 (21:09 +0200)] 
changed paper size.

14 years agodoc update
Nikos Mavrogiannopoulos [Thu, 11 Aug 2011 18:28:17 +0000 (20:28 +0200)] 
doc update

14 years agoreduced space taken by descriptions.
Nikos Mavrogiannopoulos [Thu, 11 Aug 2011 17:51:10 +0000 (19:51 +0200)] 
reduced space taken by descriptions.

14 years agomore updates.
Nikos Mavrogiannopoulos [Thu, 11 Aug 2011 17:44:37 +0000 (19:44 +0200)] 
more updates.

14 years agodocumented fixes
Nikos Mavrogiannopoulos [Thu, 11 Aug 2011 16:54:29 +0000 (18:54 +0200)] 
documented fixes

14 years agoForce alignment for AES-NI to the runtime rather than on the structures.
Nikos Mavrogiannopoulos [Thu, 11 Aug 2011 16:48:44 +0000 (18:48 +0200)] 
Force alignment for AES-NI to the runtime rather than on the structures.
Corrects issue on some systems (reported by Andreas Radke).

14 years agoAdded session initialization discussion
Nikos Mavrogiannopoulos [Thu, 11 Aug 2011 14:14:29 +0000 (16:14 +0200)] 
Added session initialization discussion

14 years agomore updates
Nikos Mavrogiannopoulos [Wed, 10 Aug 2011 19:02:44 +0000 (21:02 +0200)] 
more updates

14 years agoupdated documentation
Nikos Mavrogiannopoulos [Wed, 10 Aug 2011 16:31:23 +0000 (18:31 +0200)] 
updated documentation

14 years agodocument flags
Nikos Mavrogiannopoulos [Wed, 10 Aug 2011 16:07:24 +0000 (18:07 +0200)] 
document flags

14 years agocorrected typo
Nikos Mavrogiannopoulos [Tue, 9 Aug 2011 20:21:01 +0000 (22:21 +0200)] 
corrected typo

14 years agoremoved reference to pakchois
Nikos Mavrogiannopoulos [Tue, 9 Aug 2011 20:20:46 +0000 (22:20 +0200)] 
removed reference to pakchois

14 years agoPrevent from loading twice the same module.
Nikos Mavrogiannopoulos [Mon, 8 Aug 2011 18:21:47 +0000 (20:21 +0200)] 
Prevent from loading twice the same module.

14 years agoAdded note.GNU-stack to prevent marking the library as using an executable stack...
Nikos Mavrogiannopoulos [Mon, 8 Aug 2011 18:02:47 +0000 (20:02 +0200)] 
Added note.GNU-stack to prevent marking the library as using an executable stack. Reported by Andreas Metzler.

14 years agobumped version
Nikos Mavrogiannopoulos [Mon, 8 Aug 2011 17:50:03 +0000 (19:50 +0200)] 
bumped version

14 years agoIncluded appro's updates to AES-NI.
Nikos Mavrogiannopoulos [Mon, 8 Aug 2011 12:54:08 +0000 (14:54 +0200)] 
Included appro's updates to AES-NI.

14 years agobetter placement of ifdefs.
Nikos Mavrogiannopoulos [Fri, 5 Aug 2011 13:34:26 +0000 (15:34 +0200)] 
better placement of ifdefs.

14 years agoAdded discussion of the provided cryptographic functions. Internals is now included...
Nikos Mavrogiannopoulos [Thu, 4 Aug 2011 18:35:21 +0000 (20:35 +0200)] 
Added discussion of the provided cryptographic functions. Internals is now included in the latex document (needs rewrite though)

14 years agoClarify license and copyright.
Simon Josefsson [Wed, 3 Aug 2011 07:36:47 +0000 (09:36 +0200)] 
Clarify license and copyright.

14 years agoClarify licensing.
Simon Josefsson [Wed, 3 Aug 2011 07:10:21 +0000 (09:10 +0200)] 
Clarify licensing.

14 years agoRemove unused files.
Simon Josefsson [Wed, 3 Aug 2011 07:05:27 +0000 (09:05 +0200)] 
Remove unused files.

14 years agoFinish removal of inner application extension support.
Simon Josefsson [Wed, 3 Aug 2011 07:01:32 +0000 (09:01 +0200)] 
Finish removal of inner application extension support.

14 years agoMore GTK-DOC fixes.
Simon Josefsson [Wed, 3 Aug 2011 06:32:21 +0000 (08:32 +0200)] 
More GTK-DOC fixes.

14 years agoUpdate gnulib files. Fix syntax-check usage.
Simon Josefsson [Tue, 2 Aug 2011 23:16:03 +0000 (01:16 +0200)] 
Update gnulib files.  Fix syntax-check usage.

14 years agoAdd NEWS entries. Use copyright ranges (now permitted).
Simon Josefsson [Tue, 2 Aug 2011 23:09:43 +0000 (01:09 +0200)] 
Add NEWS entries.  Use copyright ranges (now permitted).

14 years agoSync with TP.
Simon Josefsson [Tue, 2 Aug 2011 22:44:22 +0000 (00:44 +0200)] 
Sync with TP.

14 years agoMore GTK-DOC improvements.
Simon Josefsson [Tue, 2 Aug 2011 20:37:24 +0000 (22:37 +0200)] 
More GTK-DOC improvements.

14 years agoSimplify GTK-DOC makefile IGNORE_HFILES.
Simon Josefsson [Tue, 2 Aug 2011 20:06:25 +0000 (22:06 +0200)] 
Simplify GTK-DOC makefile IGNORE_HFILES.

14 years agoupdated
Nikos Mavrogiannopoulos [Tue, 2 Aug 2011 19:44:20 +0000 (21:44 +0200)] 
updated

14 years agoFix GTK-DOC manual.
Simon Josefsson [Tue, 2 Aug 2011 19:32:32 +0000 (21:32 +0200)] 
Fix GTK-DOC manual.

14 years agodetect premature termination of connection
Nikos Mavrogiannopoulos [Mon, 1 Aug 2011 20:16:09 +0000 (22:16 +0200)] 
detect premature termination of connection

14 years agothe deprecated_config_file from 2.12.x was incorporated.
Nikos Mavrogiannopoulos [Mon, 1 Aug 2011 18:39:18 +0000 (20:39 +0200)] 
the deprecated_config_file from 2.12.x was incorporated.

14 years agodocumentation update
Nikos Mavrogiannopoulos [Mon, 1 Aug 2011 18:27:41 +0000 (20:27 +0200)] 
documentation update

14 years agoAdd GTK-DOC Since: tags for 3.0.0 additions.
Simon Josefsson [Tue, 2 Aug 2011 18:42:54 +0000 (20:42 +0200)] 
Add GTK-DOC Since: tags for 3.0.0 additions.

14 years agoadded asserts.
Nikos Mavrogiannopoulos [Mon, 1 Aug 2011 16:21:14 +0000 (18:21 +0200)] 
added asserts.

14 years agoRefer to nettle alone and p11-kit.
Nikos Mavrogiannopoulos [Mon, 1 Aug 2011 16:08:11 +0000 (18:08 +0200)] 
Refer to nettle alone and p11-kit.

14 years agoDon't try to do PKCS#11 login if session is already logged in.
Stef Walter [Mon, 1 Aug 2011 09:12:57 +0000 (11:12 +0200)] 
Don't try to do PKCS#11 login if session is already logged in.

 * It is possible for new PKCS#11 sessions to be logged in if
   another logged in session already exists.
 * In these cases, don't log in, but detect the condition and
   return success.

Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
14 years agoWhen finding private keys fail, return error code.
Stef Walter [Mon, 1 Aug 2011 09:11:01 +0000 (11:11 +0200)] 
When finding private keys fail, return error code.

 * Previously this would result in an endless loop.

Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
14 years agoMark the config argument of gnutls_pkcs11_init() as unused
Stef Walter [Mon, 1 Aug 2011 07:45:44 +0000 (09:45 +0200)] 
Mark the config argument of gnutls_pkcs11_init() as unused

 * Since its no longer used.

Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
14 years agoAdded GNUTLS_X509_CRT_LIST_FAIL_IF_UNSORTED flag for gnutls_x509_crt_list_import.
Nikos Mavrogiannopoulos [Sun, 31 Jul 2011 19:11:49 +0000 (21:11 +0200)] 
Added GNUTLS_X509_CRT_LIST_FAIL_IF_UNSORTED flag for gnutls_x509_crt_list_import.
It checks whether the list to be imported is properly sorted.

14 years agoAdded GNUTLS_E_CERTIFICATE_LIST_UNSORTED.
Nikos Mavrogiannopoulos [Sun, 31 Jul 2011 15:47:42 +0000 (17:47 +0200)] 
Added GNUTLS_E_CERTIFICATE_LIST_UNSORTED.
If a certificate list is loaded then verify
that it is sorted with order to starts with
the subject and finished with the trusted
root. That way we make sure we don't send
data that violate the TLS protocol.

14 years agodocumentation updates.
Nikos Mavrogiannopoulos [Sun, 31 Jul 2011 11:03:58 +0000 (13:03 +0200)] 
documentation updates.

14 years agoupdated changelog gnutls_3_0_0
Nikos Mavrogiannopoulos [Fri, 29 Jul 2011 20:15:23 +0000 (22:15 +0200)] 
updated changelog

14 years agoreleased 3.0.0
Nikos Mavrogiannopoulos [Fri, 29 Jul 2011 20:13:36 +0000 (22:13 +0200)] 
released 3.0.0

14 years agoupdated version
Nikos Mavrogiannopoulos [Thu, 28 Jul 2011 17:49:45 +0000 (19:49 +0200)] 
updated version

14 years agoCorrected typo.
Nikos Mavrogiannopoulos [Thu, 28 Jul 2011 17:39:10 +0000 (19:39 +0200)] 
Corrected typo.

14 years agodocumented updates.
Nikos Mavrogiannopoulos [Wed, 27 Jul 2011 20:10:49 +0000 (22:10 +0200)] 
documented updates.

14 years agoAdded Petr.
Nikos Mavrogiannopoulos [Wed, 27 Jul 2011 20:10:35 +0000 (22:10 +0200)] 
Added Petr.

14 years agoAdded gnutls_pcert_list_import_x509_raw() and few doc fixes.
Nikos Mavrogiannopoulos [Wed, 27 Jul 2011 15:42:33 +0000 (17:42 +0200)] 
Added gnutls_pcert_list_import_x509_raw() and few doc fixes.

14 years agocorrected for libnettle.
Nikos Mavrogiannopoulos [Wed, 27 Jul 2011 14:00:04 +0000 (16:00 +0200)] 
corrected for libnettle.

14 years agofix zlib handling in gnutls.pc
Andreas Metzler [Fri, 24 Jun 2011 15:56:38 +0000 (17:56 +0200)] 
fix zlib handling in gnutls.pc

Only add zlib to gnutls.pc's Requies.private if zlib ships a pkg-config
file. Ancient (<< 1.2.3.1) versions don't. Otherwise add -lz to
Libs.private.

Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
14 years agognutls_global_init_extra() is not needed for SRP.
Nikos Mavrogiannopoulos [Wed, 27 Jul 2011 13:51:19 +0000 (15:51 +0200)] 
gnutls_global_init_extra() is not needed for SRP.

14 years agodocumented changes.
Nikos Mavrogiannopoulos [Mon, 25 Jul 2011 17:19:30 +0000 (19:19 +0200)] 
documented changes.

14 years agowritev_emu: stop on the first incomplete write
Sjoerd Simons [Mon, 25 Jul 2011 16:54:32 +0000 (17:54 +0100)] 
writev_emu: stop on the first incomplete write

Just like standard writev, we should only move on to the next block if
all the previous ones have been successfully written out. Otherwise
there is a potential for data loss and/or confusing push functions.

Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>