]> git.ipfire.org Git - thirdparty/gnutls.git/log
thirdparty/gnutls.git
15 years agoAdded gnutls_cipher_set_iv().
Nikos Mavrogiannopoulos [Tue, 12 Apr 2011 10:18:02 +0000 (12:18 +0200)] 
Added gnutls_cipher_set_iv().

15 years agoAdded test vectors for AES,SHAxxx and MD5.
Nikos Mavrogiannopoulos [Tue, 12 Apr 2011 10:11:51 +0000 (12:11 +0200)] 
Added test vectors for AES,SHAxxx and MD5.

15 years agoIncreased priority of CPU assisted ciphers.
Nikos Mavrogiannopoulos [Tue, 12 Apr 2011 10:10:59 +0000 (12:10 +0200)] 
Increased priority of CPU assisted ciphers.

15 years agoDo not rely on lowat being set.
Nikos Mavrogiannopoulos [Tue, 12 Apr 2011 09:57:02 +0000 (11:57 +0200)] 
Do not rely on lowat being set.

15 years agoAdded README explaining the usage of Intel AES library.
Nikos Mavrogiannopoulos [Mon, 11 Apr 2011 21:16:50 +0000 (23:16 +0200)] 
Added README explaining the usage of Intel AES library.

15 years agoCorrected parsing error in TLS, when many handshake messages
Nikos Mavrogiannopoulos [Mon, 11 Apr 2011 18:38:18 +0000 (20:38 +0200)] 
Corrected parsing error in TLS, when many handshake messages
were packed in a single record message.

15 years agofixes in acceleration detection.
Nikos Mavrogiannopoulos [Mon, 11 Apr 2011 14:26:35 +0000 (16:26 +0200)] 
fixes in acceleration detection.
Added Intel's library code for AES-NI acceleration.

15 years agoPurged all references of LZO.
Nikos Mavrogiannopoulos [Mon, 11 Apr 2011 07:10:02 +0000 (09:10 +0200)] 
Purged all references of LZO.

15 years agoremoved duplicate test
Nikos Mavrogiannopoulos [Mon, 11 Apr 2011 06:58:47 +0000 (08:58 +0200)] 
removed duplicate test

15 years agoNo need to under restrict for C++. Only use config.h.
Nikos Mavrogiannopoulos [Mon, 11 Apr 2011 06:58:16 +0000 (08:58 +0200)] 
No need to under restrict for C++. Only use config.h.

15 years agognutls_transport_set_global_errno() is no more.
Nikos Mavrogiannopoulos [Sun, 10 Apr 2011 22:01:05 +0000 (00:01 +0200)] 
gnutls_transport_set_global_errno() is no more.

15 years agoCombined the safe renegotiation tests with the again-common lib.
Nikos Mavrogiannopoulos [Sun, 10 Apr 2011 22:00:49 +0000 (00:00 +0200)] 
Combined the safe renegotiation tests with the again-common lib.

15 years agoSupport for liblzo was dropped.
Nikos Mavrogiannopoulos [Sun, 10 Apr 2011 21:17:39 +0000 (23:17 +0200)] 
Support for liblzo was dropped.

15 years agobumped version
Nikos Mavrogiannopoulos [Sun, 10 Apr 2011 18:48:29 +0000 (20:48 +0200)] 
bumped version

15 years agoupdated time.h.in
Nikos Mavrogiannopoulos [Sun, 10 Apr 2011 18:47:15 +0000 (20:47 +0200)] 
updated time.h.in

15 years agoCorrected documentation of several API functions.
Nikos Mavrogiannopoulos [Sun, 10 Apr 2011 12:13:23 +0000 (14:13 +0200)] 
Corrected documentation of several API functions.

15 years agodocumentation updates.
Nikos Mavrogiannopoulos [Sun, 10 Apr 2011 12:12:41 +0000 (14:12 +0200)] 
documentation updates.

15 years agoremove perl warnings from scripts.
Nikos Mavrogiannopoulos [Sun, 10 Apr 2011 11:50:43 +0000 (13:50 +0200)] 
remove perl warnings from scripts.

15 years agoAdded support for x86 intel AES instruction acceleration if detected.
Nikos Mavrogiannopoulos [Sun, 10 Apr 2011 06:55:41 +0000 (08:55 +0200)] 
Added support for x86 intel AES instruction acceleration if detected.

15 years agoAdded gl/ files.
Nikos Mavrogiannopoulos [Sun, 10 Apr 2011 07:49:44 +0000 (09:49 +0200)] 
Added gl/ files.

15 years agocorrected po directory and build-aux paths.
Nikos Mavrogiannopoulos [Sun, 10 Apr 2011 07:36:25 +0000 (09:36 +0200)] 
corrected po directory and build-aux paths.

15 years agoinclude gnulib files.
Nikos Mavrogiannopoulos [Sun, 10 Apr 2011 07:26:50 +0000 (09:26 +0200)] 
include gnulib files.

15 years agoupdated TODO
Nikos Mavrogiannopoulos [Sun, 10 Apr 2011 07:25:03 +0000 (09:25 +0200)] 
updated TODO

15 years agoUse --infile in certtool to avoid issues with streams in windows.
Nikos Mavrogiannopoulos [Sun, 10 Apr 2011 07:24:40 +0000 (09:24 +0200)] 
Use --infile in certtool to avoid issues with streams in windows.
Patch by LRN.

15 years agoChanges armor.c to be able to handle both LF and CRLF inputs (output is
Nikos Mavrogiannopoulos [Sun, 10 Apr 2011 07:22:43 +0000 (09:22 +0200)] 
Changes armor.c to be able to handle both LF and CRLF inputs (output is
still either LF-only or CRLF-only depending on the platform). Patch by LRN.

Optimizations in the usage of strlen().

15 years agoDefine variables within the intended scope (not windows). Based on patch by LRN.
Nikos Mavrogiannopoulos [Sun, 10 Apr 2011 07:14:08 +0000 (09:14 +0200)] 
Define variables within the intended scope (not windows). Based on patch by LRN.

15 years agoUse getpass.h (from gnulib). Patch by LRN.
Nikos Mavrogiannopoulos [Sun, 10 Apr 2011 07:10:22 +0000 (09:10 +0200)] 
Use getpass.h (from gnulib). Patch by LRN.

15 years agoReturn correct value for dlclose() in windows. Patch by LRN.
Nikos Mavrogiannopoulos [Sun, 10 Apr 2011 07:05:47 +0000 (09:05 +0200)] 
Return correct value for dlclose() in windows. Patch by LRN.

15 years agoDisable openpgp-auth run in windows due to lack of socketpair(). Patch by LRN.
Nikos Mavrogiannopoulos [Sun, 10 Apr 2011 07:00:04 +0000 (09:00 +0200)] 
Disable openpgp-auth run in windows due to lack of socketpair(). Patch by LRN.

15 years agogl before lib or libextra gnutls_2_99_0
Nikos Mavrogiannopoulos [Sat, 9 Apr 2011 07:39:12 +0000 (09:39 +0200)] 
gl before lib or libextra

15 years agogenerated
Nikos Mavrogiannopoulos [Sat, 9 Apr 2011 07:34:49 +0000 (09:34 +0200)] 
generated

15 years agoupdated
Nikos Mavrogiannopoulos [Sat, 9 Apr 2011 07:34:00 +0000 (09:34 +0200)] 
updated

15 years agoAdded documentation for Datagram TLS.
Nikos Mavrogiannopoulos [Sat, 9 Apr 2011 07:25:11 +0000 (09:25 +0200)] 
Added documentation for Datagram TLS.

15 years agoupdated
Nikos Mavrogiannopoulos [Sat, 9 Apr 2011 07:24:15 +0000 (09:24 +0200)] 
updated

15 years agodisable test in windows.
Nikos Mavrogiannopoulos [Fri, 8 Apr 2011 14:54:14 +0000 (16:54 +0200)] 
disable test in windows.

15 years agocorrected leaks in tests.
Nikos Mavrogiannopoulos [Fri, 8 Apr 2011 15:31:26 +0000 (17:31 +0200)] 
corrected leaks in tests.

15 years agocorrected memory leak on RSA signatures.
Nikos Mavrogiannopoulos [Fri, 8 Apr 2011 15:27:54 +0000 (17:27 +0200)] 
corrected memory leak on RSA signatures.

15 years agomore leaks fixed in common.c
Nikos Mavrogiannopoulos [Fri, 8 Apr 2011 15:17:24 +0000 (17:17 +0200)] 
more leaks fixed in common.c

15 years agoCorrected leaks in gnutls_pubkey_t deinitialization.
Nikos Mavrogiannopoulos [Fri, 8 Apr 2011 15:08:54 +0000 (17:08 +0200)] 
Corrected leaks in gnutls_pubkey_t deinitialization.

15 years agofix in trusted_list certificate deinitialization.
Nikos Mavrogiannopoulos [Fri, 8 Apr 2011 14:58:21 +0000 (16:58 +0200)] 
fix in trusted_list certificate deinitialization.

15 years agocorrection in deinitialization of privkey.
Nikos Mavrogiannopoulos [Fri, 8 Apr 2011 14:50:31 +0000 (16:50 +0200)] 
correction in deinitialization of privkey.

15 years agocombined more tests with eagain-common.h.
Nikos Mavrogiannopoulos [Fri, 8 Apr 2011 13:51:35 +0000 (15:51 +0200)] 
combined more tests with eagain-common.h.

15 years agoCorrected memory leaks.
Nikos Mavrogiannopoulos [Fri, 8 Apr 2011 13:38:42 +0000 (15:38 +0200)] 
Corrected memory leaks.

15 years agoadded valgrind from gnulib.
Nikos Mavrogiannopoulos [Fri, 8 Apr 2011 12:46:17 +0000 (14:46 +0200)] 
added valgrind from gnulib.

15 years agoDo not run the test scripts in win32 environment.
Nikos Mavrogiannopoulos [Fri, 8 Apr 2011 12:32:36 +0000 (14:32 +0200)] 
Do not run the test scripts in win32 environment.

15 years agouse the system wide gnulib-tool.
Nikos Mavrogiannopoulos [Fri, 8 Apr 2011 12:28:13 +0000 (14:28 +0200)] 
use the system wide gnulib-tool.

15 years agoupdated
Nikos Mavrogiannopoulos [Fri, 8 Apr 2011 12:25:45 +0000 (14:25 +0200)] 
updated

15 years agoupdated
Nikos Mavrogiannopoulos [Fri, 8 Apr 2011 12:21:49 +0000 (14:21 +0200)] 
updated

15 years agoinclude priority headers unconditionally.
Nikos Mavrogiannopoulos [Fri, 8 Apr 2011 12:18:11 +0000 (14:18 +0200)] 
include priority headers unconditionally.

15 years agoBetter way of not including the tests/suite directory. Based on discussion with LRN...
Nikos Mavrogiannopoulos [Fri, 8 Apr 2011 11:40:01 +0000 (13:40 +0200)] 
Better way of not including the tests/suite directory. Based on discussion with LRN and Vincent Torri.

15 years agoUse a single configure.ac. This speed ups compilation and
Nikos Mavrogiannopoulos [Fri, 8 Apr 2011 11:57:59 +0000 (13:57 +0200)] 
Use a single configure.ac. This speed ups compilation and
reduces duplication of code (multiple gl/ libraries etc.).
This saves about 2mb in distributed size (compressed).

15 years agoAvoid using readline.
Nikos Mavrogiannopoulos [Fri, 8 Apr 2011 11:02:49 +0000 (13:02 +0200)] 
Avoid using readline.

15 years agoinitialized ret in _gnutls_writev_emu().
Nikos Mavrogiannopoulos [Fri, 8 Apr 2011 10:47:12 +0000 (12:47 +0200)] 
initialized ret in _gnutls_writev_emu().

15 years agodoc fix
Nikos Mavrogiannopoulos [Thu, 7 Apr 2011 23:21:04 +0000 (01:21 +0200)] 
doc fix

15 years agoremoved unneeded variable.
Nikos Mavrogiannopoulos [Thu, 7 Apr 2011 22:06:03 +0000 (00:06 +0200)] 
removed unneeded variable.

15 years agoCorrected check for an unknown sign algorithm. Patch by LRN.
Nikos Mavrogiannopoulos [Thu, 7 Apr 2011 22:05:26 +0000 (00:05 +0200)] 
Corrected check for an unknown sign algorithm. Patch by LRN.

15 years agoDo not use %e in strftime. Use %d instead which is identically available in windows...
Nikos Mavrogiannopoulos [Thu, 7 Apr 2011 22:02:59 +0000 (00:02 +0200)] 
Do not use %e in strftime. Use %d instead which is identically available in windows as well.
Based on patch by LRN.

15 years agoFixed mismatch in size_t size. Patch by LRN.
Nikos Mavrogiannopoulos [Thu, 7 Apr 2011 22:00:45 +0000 (00:00 +0200)] 
Fixed mismatch in size_t size. Patch by LRN.

15 years agoCorrectly set errno in win32 using gnutls_transport_set_global_errno(). Based on...
Nikos Mavrogiannopoulos [Thu, 7 Apr 2011 21:50:01 +0000 (23:50 +0200)] 
Correctly set errno in win32 using gnutls_transport_set_global_errno(). Based on patch by LRN.

15 years agoAvoid using gnutls_transport_set_global_errno() and use gnutls_transport_set_errno...
Nikos Mavrogiannopoulos [Thu, 7 Apr 2011 21:40:21 +0000 (23:40 +0200)] 
Avoid using gnutls_transport_set_global_errno() and use gnutls_transport_set_errno() instead.

15 years agowin32 fixes for set_global_errno(). Suggested by LRN.
Nikos Mavrogiannopoulos [Thu, 7 Apr 2011 21:35:54 +0000 (23:35 +0200)] 
win32 fixes for set_global_errno(). Suggested by LRN.

15 years agoWin32 changes for benchmark. Patch by LRN.
Nikos Mavrogiannopoulos [Thu, 7 Apr 2011 21:32:39 +0000 (23:32 +0200)] 
Win32 changes for benchmark. Patch by LRN.

15 years agowin32 fixes. Patch by LRN.
Nikos Mavrogiannopoulos [Thu, 7 Apr 2011 21:18:01 +0000 (23:18 +0200)] 
win32 fixes. Patch by LRN.

15 years agominor modification in write_emu().
Nikos Mavrogiannopoulos [Thu, 7 Apr 2011 21:16:58 +0000 (23:16 +0200)] 
minor modification in write_emu().

15 years agosimplified cdk_trim_string() to make it safer to use.
Nikos Mavrogiannopoulos [Wed, 6 Apr 2011 23:14:25 +0000 (01:14 +0200)] 
simplified cdk_trim_string() to make it safer to use.

15 years agocorrectly reset params.
Nikos Mavrogiannopoulos [Wed, 6 Apr 2011 22:58:42 +0000 (00:58 +0200)] 
correctly reset params.

15 years agouse correct pointer size.
Nikos Mavrogiannopoulos [Wed, 6 Apr 2011 22:57:36 +0000 (00:57 +0200)] 
use correct pointer size.

15 years agocorrectly compare sign algorithm_st.
Nikos Mavrogiannopoulos [Wed, 6 Apr 2011 22:54:34 +0000 (00:54 +0200)] 
correctly compare sign algorithm_st.

15 years agoremoved unused code
Nikos Mavrogiannopoulos [Wed, 6 Apr 2011 22:48:46 +0000 (00:48 +0200)] 
removed unused code

15 years agonull terminate the armored string
Nikos Mavrogiannopoulos [Wed, 6 Apr 2011 22:37:20 +0000 (00:37 +0200)] 
null terminate the armored string

15 years agoproperly null terminate string.
Nikos Mavrogiannopoulos [Wed, 6 Apr 2011 22:31:01 +0000 (00:31 +0200)] 
properly null terminate string.

15 years agocheck PIN size.
Nikos Mavrogiannopoulos [Wed, 6 Apr 2011 22:18:01 +0000 (00:18 +0200)] 
check PIN size.

15 years agocheck salt size.
Nikos Mavrogiannopoulos [Wed, 6 Apr 2011 22:16:21 +0000 (00:16 +0200)] 
check salt size.

15 years agomore clear bounds checking
Nikos Mavrogiannopoulos [Wed, 6 Apr 2011 22:11:44 +0000 (00:11 +0200)] 
more clear bounds checking

15 years agoinitialize e and d.
Nikos Mavrogiannopoulos [Tue, 5 Apr 2011 22:18:16 +0000 (00:18 +0200)] 
initialize e and d.

15 years agodeinitialize pks variable only when needed.
Nikos Mavrogiannopoulos [Tue, 5 Apr 2011 22:16:50 +0000 (00:16 +0200)] 
deinitialize pks variable only when needed.

15 years agoInitialize verify.
Nikos Mavrogiannopoulos [Tue, 5 Apr 2011 22:12:45 +0000 (00:12 +0200)] 
Initialize verify.

15 years agoinitialize session_id_size.
Nikos Mavrogiannopoulos [Tue, 5 Apr 2011 22:10:37 +0000 (00:10 +0200)] 
initialize session_id_size.

15 years agoremoved unneeded function.
Nikos Mavrogiannopoulos [Tue, 5 Apr 2011 22:08:30 +0000 (00:08 +0200)] 
removed unneeded function.

15 years agocorrectly traverse slots
Nikos Mavrogiannopoulos [Tue, 5 Apr 2011 22:03:49 +0000 (00:03 +0200)] 
correctly traverse slots

15 years agoavoid using a freed pointer.
Nikos Mavrogiannopoulos [Tue, 5 Apr 2011 21:59:06 +0000 (23:59 +0200)] 
avoid using a freed pointer.

15 years agoInitialize tinfo using the initially available information.
Nikos Mavrogiannopoulos [Tue, 5 Apr 2011 21:53:40 +0000 (23:53 +0200)] 
Initialize tinfo using the initially available information.

15 years agocorrected debugging info.
Nikos Mavrogiannopoulos [Tue, 5 Apr 2011 17:41:48 +0000 (19:41 +0200)] 
corrected debugging info.

15 years agoThe mini-* programs were combined.
Nikos Mavrogiannopoulos [Mon, 4 Apr 2011 20:02:27 +0000 (22:02 +0200)] 
The mini-* programs were combined.

15 years agoDo not cleanup bufel after it has been inserted into buffer.
Nikos Mavrogiannopoulos [Mon, 4 Apr 2011 20:01:29 +0000 (22:01 +0200)] 
Do not cleanup bufel after it has been inserted into buffer.

15 years agoCombined dequeue with remove_front() and pop_first().
Nikos Mavrogiannopoulos [Mon, 4 Apr 2011 19:51:59 +0000 (21:51 +0200)] 
Combined dequeue with remove_front() and pop_first().

15 years agoCompile ex-cert-select-pkcs11 as a separate program.
Nikos Mavrogiannopoulos [Sun, 3 Apr 2011 21:46:10 +0000 (23:46 +0200)] 
Compile ex-cert-select-pkcs11 as a separate program.

15 years agoAdded support for non-blocking DTLS.
Nikos Mavrogiannopoulos [Sun, 3 Apr 2011 21:42:13 +0000 (23:42 +0200)] 
Added support for non-blocking DTLS.
Added mini-eagain-dtls to test its operation.
Improved mini-eagain.

15 years agogcrypt.h is not really needed. Reported by David Reiser.
Nikos Mavrogiannopoulos [Sun, 3 Apr 2011 20:27:12 +0000 (22:27 +0200)] 
gcrypt.h is not really needed. Reported by David Reiser.

15 years agocorrected header inclusion.
Nikos Mavrogiannopoulos [Sun, 3 Apr 2011 09:04:31 +0000 (11:04 +0200)] 
corrected header inclusion.

15 years agocrypt.* renamed to srptool.*.
Nikos Mavrogiannopoulos [Sun, 3 Apr 2011 08:56:36 +0000 (10:56 +0200)] 
crypt.* renamed to srptool.*.

15 years agoCorrected bug in gnutls_srp_verifier() that prevented the allocation of a verifier...
Nikos Mavrogiannopoulos [Sun, 3 Apr 2011 08:52:21 +0000 (10:52 +0200)] 
Corrected bug in gnutls_srp_verifier() that prevented the allocation of a verifier. Reported by Andrew Wiseman.

15 years agoAdded debug option to srptool.
Nikos Mavrogiannopoulos [Sun, 3 Apr 2011 08:50:54 +0000 (10:50 +0200)] 
Added debug option to srptool.

15 years agoDocumented p11-kit.
Nikos Mavrogiannopoulos [Sat, 2 Apr 2011 23:48:04 +0000 (01:48 +0200)] 
Documented p11-kit.

15 years agocorrected typo
Nikos Mavrogiannopoulos [Sat, 2 Apr 2011 11:03:37 +0000 (13:03 +0200)] 
corrected typo

15 years agoAdded copyright.
Nikos Mavrogiannopoulos [Wed, 30 Mar 2011 20:46:44 +0000 (22:46 +0200)] 
Added copyright.

15 years agoReorganized scripts that use test servers, based on patch by Cedric Arbogast.
Nikos Mavrogiannopoulos [Wed, 30 Mar 2011 20:23:30 +0000 (22:23 +0200)] 
Reorganized scripts that use test servers, based on patch by Cedric Arbogast.

15 years agoCreate certificate request with stricter permissions. Reported by Luca Capello.
Nikos Mavrogiannopoulos [Wed, 30 Mar 2011 19:58:52 +0000 (21:58 +0200)] 
Create certificate request with stricter permissions. Reported by Luca Capello.

15 years agoenabled testcerts.
Nikos Mavrogiannopoulos [Mon, 28 Mar 2011 19:33:10 +0000 (21:33 +0200)] 
enabled testcerts.

15 years agomade more silent.
Nikos Mavrogiannopoulos [Mon, 28 Mar 2011 19:31:58 +0000 (21:31 +0200)] 
made more silent.