]> git.ipfire.org Git - thirdparty/gnutls.git/log
thirdparty/gnutls.git
14 years agoAdd and sort.
Simon Josefsson [Wed, 12 Oct 2011 12:09:25 +0000 (14:09 +0200)] 
Add and sort.

14 years agoupdated text
Nikos Mavrogiannopoulos [Tue, 11 Oct 2011 18:21:25 +0000 (20:21 +0200)] 
updated text

14 years agocheck for nettle 2.4 or later
Nikos Mavrogiannopoulos [Mon, 10 Oct 2011 16:35:29 +0000 (18:35 +0200)] 
check for nettle 2.4 or later

14 years agoFix type of keyid (finally!).
Simon Josefsson [Mon, 10 Oct 2011 13:14:35 +0000 (15:14 +0200)] 
Fix type of keyid (finally!).

14 years agoMore doc fixes.
Simon Josefsson [Mon, 10 Oct 2011 12:27:46 +0000 (14:27 +0200)] 
More doc fixes.

14 years agoGTK-DOC doc fix.
Simon Josefsson [Mon, 10 Oct 2011 12:26:05 +0000 (14:26 +0200)] 
GTK-DOC doc fix.

14 years agoUse gnutls_openpgp_keyid_t type for keyid variable.
Simon Josefsson [Mon, 10 Oct 2011 12:20:46 +0000 (14:20 +0200)] 
Use gnutls_openpgp_keyid_t type for keyid variable.

14 years agoInclude stdint.h to get uint8_t.
Simon Josefsson [Mon, 10 Oct 2011 09:24:07 +0000 (11:24 +0200)] 
Include stdint.h to get uint8_t.

14 years agoRevert "avoid usage of C99 constructs."
Simon Josefsson [Mon, 10 Oct 2011 09:23:31 +0000 (11:23 +0200)] 
Revert "avoid usage of C99 constructs."

This reverts commit 643ebdf12b415fc3edd3b7bc12654bc92d3aed24.

14 years agoupdated Andy's code. padlock_shax_blocks does not require any more, the state to...
Nikos Mavrogiannopoulos [Sun, 9 Oct 2011 04:56:06 +0000 (06:56 +0200)] 
updated Andy's code.  padlock_shax_blocks does not require any more, the state to be of 128-byte size.

14 years agoCorrected check for AES-GCM
Nikos Mavrogiannopoulos [Sat, 8 Oct 2011 13:01:26 +0000 (15:01 +0200)] 
Corrected check for AES-GCM

14 years agotest for camellia
Nikos Mavrogiannopoulos [Sat, 8 Oct 2011 12:41:40 +0000 (14:41 +0200)] 
test for camellia

14 years agoavoid usage of C99 constructs.
Nikos Mavrogiannopoulos [Sat, 8 Oct 2011 10:47:07 +0000 (12:47 +0200)] 
avoid usage of C99 constructs.

14 years agois_padlock_nano moved to padlock-common.s to allow easier upgrade
Nikos Mavrogiannopoulos [Sat, 8 Oct 2011 10:43:42 +0000 (12:43 +0200)] 
is_padlock_nano moved to padlock-common.s to allow easier upgrade
to Andy's newer code.

14 years agoAdded more elaborate test of hash functions.
Nikos Mavrogiannopoulos [Sat, 8 Oct 2011 10:43:10 +0000 (12:43 +0200)] 
Added more elaborate test of hash functions.

14 years agoHASH2MAC macro is no more.
Nikos Mavrogiannopoulos [Sat, 8 Oct 2011 03:13:51 +0000 (05:13 +0200)] 
HASH2MAC macro is no more.

14 years agoKey ID calculation is now consistent on all structures. It
Nikos Mavrogiannopoulos [Sat, 8 Oct 2011 03:09:02 +0000 (05:09 +0200)] 
Key ID calculation is now consistent on all structures. It
is a SHA1 hash of the subjectPublicKeyInfo structures.

14 years agosimplified documentation
Nikos Mavrogiannopoulos [Sat, 8 Oct 2011 01:07:40 +0000 (03:07 +0200)] 
simplified documentation

14 years agodocumentation update
Nikos Mavrogiannopoulos [Sat, 8 Oct 2011 00:54:09 +0000 (02:54 +0200)] 
documentation update

14 years agoAdded tests for ECDHE, AES-GCM and SHA256.
Nikos Mavrogiannopoulos [Sat, 8 Oct 2011 00:39:27 +0000 (02:39 +0200)] 
Added tests for ECDHE, AES-GCM and SHA256.

14 years agofixes to enable the external signing callback to operate with TLS 1.2
Nikos Mavrogiannopoulos [Fri, 7 Oct 2011 16:09:26 +0000 (18:09 +0200)] 
fixes to enable the external signing callback to operate with TLS 1.2

14 years agoAdded new signing callback in gnutls_privkey_t.
Nikos Mavrogiannopoulos [Fri, 7 Oct 2011 15:47:09 +0000 (17:47 +0200)] 
Added new signing callback in gnutls_privkey_t.

14 years agoupdated gnulib.
Nikos Mavrogiannopoulos [Wed, 5 Oct 2011 22:33:29 +0000 (00:33 +0200)] 
updated gnulib.

14 years agodocumented fix
Nikos Mavrogiannopoulos [Wed, 5 Oct 2011 22:33:24 +0000 (00:33 +0200)] 
documented fix

14 years agocorrected bug in key id extraction. Reported by Erik Jensen.
Nikos Mavrogiannopoulos [Wed, 5 Oct 2011 19:05:40 +0000 (21:05 +0200)] 
corrected bug in key id extraction. Reported by Erik Jensen.

14 years agobetter detection of padlock PHE.
Nikos Mavrogiannopoulos [Wed, 5 Oct 2011 15:40:03 +0000 (17:40 +0200)] 
better detection of padlock PHE.

14 years agoUpdates for padlock hashes in C7 nano. Requires a part of nettle to be included.
Nikos Mavrogiannopoulos [Wed, 5 Oct 2011 06:44:35 +0000 (08:44 +0200)] 
Updates for padlock hashes in C7 nano. Requires a part of nettle to be included.

14 years agoAlways use encryption direction.
Nikos Mavrogiannopoulos [Wed, 5 Oct 2011 06:41:01 +0000 (08:41 +0200)] 
Always use encryption direction.

14 years agolibextra is not needed for neither gnutls-cli or serv.
Nikos Mavrogiannopoulos [Tue, 4 Oct 2011 18:37:08 +0000 (20:37 +0200)] 
libextra is not needed for neither gnutls-cli or serv.

14 years agocorrected path
Nikos Mavrogiannopoulos [Tue, 4 Oct 2011 15:41:28 +0000 (17:41 +0200)] 
corrected path

14 years agoupdated padlock code.
Nikos Mavrogiannopoulos [Tue, 4 Oct 2011 15:38:06 +0000 (17:38 +0200)] 
updated padlock code.

14 years agofixes in headers. Suggested by Bjorn Christensen.
Nikos Mavrogiannopoulos [Tue, 4 Oct 2011 15:37:09 +0000 (17:37 +0200)] 
fixes in headers. Suggested by Bjorn Christensen.

14 years agointel directory renamed to x86.
Nikos Mavrogiannopoulos [Tue, 4 Oct 2011 15:36:56 +0000 (17:36 +0200)] 
intel directory renamed to x86.

14 years agoupdated
Nikos Mavrogiannopoulos [Mon, 3 Oct 2011 16:43:13 +0000 (18:43 +0200)] 
updated

14 years agoAdded new gnulib.
Nikos Mavrogiannopoulos [Mon, 3 Oct 2011 16:13:11 +0000 (18:13 +0200)] 
Added new gnulib.

14 years agoadded an assert
Nikos Mavrogiannopoulos [Mon, 3 Oct 2011 15:29:47 +0000 (17:29 +0200)] 
added an assert

14 years agodoc fixes
Nikos Mavrogiannopoulos [Mon, 3 Oct 2011 15:14:50 +0000 (17:14 +0200)] 
doc fixes

14 years agoreplaced uint type.
Nikos Mavrogiannopoulos [Mon, 3 Oct 2011 15:12:25 +0000 (17:12 +0200)] 
replaced uint type.

14 years agofix compilation in windows
Nikos Mavrogiannopoulos [Mon, 3 Oct 2011 15:12:15 +0000 (17:12 +0200)] 
fix compilation in windows

14 years agoupdated text.
Nikos Mavrogiannopoulos [Sat, 1 Oct 2011 18:06:10 +0000 (20:06 +0200)] 
updated text.

14 years agoAdded ability to hash and hmac with VIA padlock.
Nikos Mavrogiannopoulos [Sat, 1 Oct 2011 18:04:56 +0000 (20:04 +0200)] 
Added ability to hash and hmac with VIA padlock.

14 years agodocumented updates
Nikos Mavrogiannopoulos [Sat, 1 Oct 2011 17:40:35 +0000 (19:40 +0200)] 
documented updates

14 years agooptimizations in hmac.
Nikos Mavrogiannopoulos [Sat, 1 Oct 2011 11:28:09 +0000 (13:28 +0200)] 
optimizations in hmac.

14 years agoThe hash_fast() and hmac_fast() functions can be registered as well to allow
Nikos Mavrogiannopoulos [Sat, 1 Oct 2011 04:41:10 +0000 (06:41 +0200)] 
The hash_fast() and hmac_fast() functions can be registered as well to allow
backends with optimized (hw) implementations. In the nettle backend the different
is one memory allocation less.

14 years agooperations structures were made constants.
Nikos Mavrogiannopoulos [Fri, 30 Sep 2011 14:01:08 +0000 (16:01 +0200)] 
operations structures were made constants.

14 years agosimplified usage of resume_true and resume_false.
Nikos Mavrogiannopoulos [Fri, 30 Sep 2011 13:50:55 +0000 (15:50 +0200)] 
simplified usage of resume_true and resume_false.

14 years agosimplified assignment of server_write and client_write.
Nikos Mavrogiannopoulos [Fri, 30 Sep 2011 13:50:18 +0000 (15:50 +0200)] 
simplified assignment of server_write and client_write.

14 years agomovdqa replaced with movaps (C3 doesn't support SSE2 but only SSE)
Nikos Mavrogiannopoulos [Thu, 29 Sep 2011 21:50:27 +0000 (23:50 +0200)] 
movdqa replaced with movaps (C3 doesn't support SSE2 but only SSE)

14 years agomanually keep the IV.
Nikos Mavrogiannopoulos [Thu, 29 Sep 2011 16:04:14 +0000 (18:04 +0200)] 
manually keep the IV.

14 years agore-added ecb
Nikos Mavrogiannopoulos [Thu, 29 Sep 2011 12:52:49 +0000 (14:52 +0200)] 
re-added ecb

14 years agoremoved unused modes.
Nikos Mavrogiannopoulos [Thu, 29 Sep 2011 12:01:18 +0000 (14:01 +0200)] 
removed unused modes.

14 years agoAllow benchmarking the software version of ciphers.
Nikos Mavrogiannopoulos [Thu, 29 Sep 2011 11:18:35 +0000 (13:18 +0200)] 
Allow benchmarking the software version of ciphers.

14 years agofixed compilation without p11-kit
Nikos Mavrogiannopoulos [Thu, 29 Sep 2011 10:58:15 +0000 (12:58 +0200)] 
fixed compilation without p11-kit

14 years agoenabled VIA acceleration.
Nikos Mavrogiannopoulos [Thu, 29 Sep 2011 10:49:17 +0000 (12:49 +0200)] 
enabled VIA acceleration.

14 years agosmall update
Nikos Mavrogiannopoulos [Thu, 29 Sep 2011 10:49:02 +0000 (12:49 +0200)] 
small update

14 years agomore people to thank
Nikos Mavrogiannopoulos [Tue, 27 Sep 2011 20:35:27 +0000 (22:35 +0200)] 
more people to thank

14 years agoinclude config.h where needed.
Nikos Mavrogiannopoulos [Mon, 26 Sep 2011 15:16:42 +0000 (17:16 +0200)] 
include config.h where needed.

14 years agoworked around openssl 1.0.0e bug (avoid using -mtu).
Nikos Mavrogiannopoulos [Sun, 25 Sep 2011 18:02:37 +0000 (20:02 +0200)] 
worked around openssl 1.0.0e bug (avoid using -mtu).

14 years agoudp-serv includes config.h.
Nikos Mavrogiannopoulos [Sun, 25 Sep 2011 17:36:38 +0000 (19:36 +0200)] 
udp-serv includes config.h.

14 years agocorrections in debugging code.
Nikos Mavrogiannopoulos [Sun, 25 Sep 2011 16:35:13 +0000 (18:35 +0200)] 
corrections in debugging code.

14 years agoBetter usage of X86 conditionals to simplify and avoid an undefined warning in x86-32.
Nikos Mavrogiannopoulos [Sun, 25 Sep 2011 16:17:30 +0000 (18:17 +0200)] 
Better usage of X86 conditionals to simplify and avoid an undefined warning in x86-32.

14 years agoa hack to allow compilation on systems without AF_LOCAL.
Nikos Mavrogiannopoulos [Fri, 23 Sep 2011 14:39:29 +0000 (16:39 +0200)] 
a hack to allow compilation on systems without AF_LOCAL.

14 years agoDisable openpgp code when not requested. Reported by Bjorn Christensen.
Nikos Mavrogiannopoulos [Fri, 23 Sep 2011 14:34:12 +0000 (16:34 +0200)] 
Disable openpgp code when not requested. Reported by Bjorn Christensen.

14 years agomore silent tests.
Nikos Mavrogiannopoulos [Fri, 23 Sep 2011 12:31:01 +0000 (14:31 +0200)] 
more silent tests.

14 years agoFurther optimizations in the compression code. Re-enabled the test program by suppres...
Nikos Mavrogiannopoulos [Fri, 23 Sep 2011 12:22:33 +0000 (14:22 +0200)] 
Further optimizations in the compression code. Re-enabled the test program by suppressing the zlib warning.

14 years agoRedeuce self-test noise.
Simon Josefsson [Fri, 23 Sep 2011 10:15:38 +0000 (12:15 +0200)] 
Redeuce self-test noise.

14 years agomore files to ignore
Nikos Mavrogiannopoulos [Thu, 22 Sep 2011 22:00:16 +0000 (00:00 +0200)] 
more files to ignore

14 years agoAdded epub version of manual
Nikos Mavrogiannopoulos [Thu, 22 Sep 2011 21:59:38 +0000 (23:59 +0200)] 
Added epub version of manual

14 years agocorrected typos
Nikos Mavrogiannopoulos [Thu, 22 Sep 2011 21:24:53 +0000 (23:24 +0200)] 
corrected typos

14 years agopdf is the image format for latex.
Nikos Mavrogiannopoulos [Thu, 22 Sep 2011 20:49:58 +0000 (22:49 +0200)] 
pdf is the image format for latex.

14 years agodeflate test moved out
Nikos Mavrogiannopoulos [Thu, 22 Sep 2011 17:11:29 +0000 (19:11 +0200)] 
deflate test moved out

14 years agoremoved uneeded vars
Nikos Mavrogiannopoulos [Thu, 22 Sep 2011 17:02:30 +0000 (19:02 +0200)] 
removed uneeded vars

14 years agoSimplified and corrected decompression and compression.
Nikos Mavrogiannopoulos [Thu, 22 Sep 2011 16:48:07 +0000 (18:48 +0200)] 
Simplified and corrected decompression and compression.
Added test program.

14 years agoprint session ID
Nikos Mavrogiannopoulos [Thu, 22 Sep 2011 15:28:02 +0000 (17:28 +0200)] 
print session ID

14 years agolibgnutls: gnutls_x509_crt_print supports printing AIA fields. Support caIssuers.
Simon Josefsson [Wed, 21 Sep 2011 15:23:35 +0000 (17:23 +0200)] 
libgnutls: gnutls_x509_crt_print supports printing AIA fields.  Support caIssuers.

14 years agoImprove gnutls_info_access_what_t documentation.
Simon Josefsson [Wed, 21 Sep 2011 14:00:09 +0000 (16:00 +0200)] 
Improve gnutls_info_access_what_t documentation.

14 years agoFix syntax-check warnings.
Simon Josefsson [Wed, 21 Sep 2011 13:50:48 +0000 (15:50 +0200)] 
Fix syntax-check warnings.

14 years agoUpdate gnulib files.
Simon Josefsson [Wed, 21 Sep 2011 13:49:06 +0000 (15:49 +0200)] 
Update gnulib files.

14 years agoFix gtk-doc Since: tags.
Simon Josefsson [Wed, 21 Sep 2011 13:39:59 +0000 (15:39 +0200)] 
Fix gtk-doc Since: tags.

14 years agoGenerated.
Simon Josefsson [Wed, 21 Sep 2011 13:30:24 +0000 (15:30 +0200)] 
Generated.

14 years agoAdded gnutls_x509_crt_get_authority_info_access.
Simon Josefsson [Wed, 21 Sep 2011 12:51:08 +0000 (14:51 +0200)] 
Added gnutls_x509_crt_get_authority_info_access.

14 years agoMake it build with -Wunused.
Simon Josefsson [Wed, 21 Sep 2011 12:48:20 +0000 (14:48 +0200)] 
Make it build with -Wunused.

14 years agodo not trust getaddrinfo if IPv6 is not enabled. Patch by Somchai Smythe.
Nikos Mavrogiannopoulos [Tue, 20 Sep 2011 17:01:57 +0000 (19:01 +0200)] 
do not trust getaddrinfo if IPv6 is not enabled. Patch by Somchai Smythe.

14 years agoAdded missing files
Nikos Mavrogiannopoulos [Tue, 20 Sep 2011 16:59:12 +0000 (18:59 +0200)] 
Added missing files

14 years agoCompilation fixes when pkcs11 is not enabled.
Nikos Mavrogiannopoulos [Tue, 20 Sep 2011 16:56:59 +0000 (18:56 +0200)] 
Compilation fixes when pkcs11 is not enabled.

14 years agoenumerations are visible in the texinfo output.
Nikos Mavrogiannopoulos [Mon, 19 Sep 2011 06:50:21 +0000 (08:50 +0200)] 
enumerations are visible in the texinfo output.

14 years agoreleased 3.0.3 gnutls_3_0_3
Nikos Mavrogiannopoulos [Sun, 18 Sep 2011 21:52:00 +0000 (23:52 +0200)] 
released 3.0.3

14 years agoAdded missing file.
Nikos Mavrogiannopoulos [Sun, 18 Sep 2011 21:47:30 +0000 (23:47 +0200)] 
Added missing file.

14 years agodoc fixes
Nikos Mavrogiannopoulos [Sun, 18 Sep 2011 21:38:43 +0000 (23:38 +0200)] 
doc fixes

14 years agoVIA is disabled by default.
Nikos Mavrogiannopoulos [Sun, 18 Sep 2011 21:14:09 +0000 (23:14 +0200)] 
VIA is disabled by default.

14 years agobumped version
Nikos Mavrogiannopoulos [Sun, 18 Sep 2011 18:51:44 +0000 (20:51 +0200)] 
bumped version

14 years agoCorrected memory leak in privkey deinitialization. Reported by Dan Winship.
Nikos Mavrogiannopoulos [Sat, 17 Sep 2011 16:15:51 +0000 (18:15 +0200)] 
Corrected memory leak in privkey deinitialization. Reported by Dan Winship.

14 years agoeliminated inline assembly.
Nikos Mavrogiannopoulos [Sat, 17 Sep 2011 09:44:08 +0000 (11:44 +0200)] 
eliminated inline assembly.

14 years agoAdded gnutls_record_get_discarded() to return the number of discarded
Nikos Mavrogiannopoulos [Sat, 17 Sep 2011 09:22:02 +0000 (11:22 +0200)] 
Added gnutls_record_get_discarded() to return the number of discarded
record packets in a DTLS session.

14 years agoAdded better detection of capabilities in 386. If cpuid doesn't exist don't try to...
Nikos Mavrogiannopoulos [Fri, 16 Sep 2011 20:46:13 +0000 (22:46 +0200)] 
Added better detection of capabilities in 386. If cpuid doesn't exist don't try to execute it.

14 years agoupdates on SRP description
Nikos Mavrogiannopoulos [Thu, 15 Sep 2011 11:36:27 +0000 (13:36 +0200)] 
updates on SRP description

14 years agostress that values are bytes and not bits
Nikos Mavrogiannopoulos [Wed, 14 Sep 2011 18:31:50 +0000 (20:31 +0200)] 
stress that values are bytes and not bits

14 years agonew gaa
Nikos Mavrogiannopoulos [Wed, 14 Sep 2011 18:30:14 +0000 (20:30 +0200)] 
new gaa

14 years agoremoved unused macro
Nikos Mavrogiannopoulos [Wed, 14 Sep 2011 18:29:59 +0000 (20:29 +0200)] 
removed unused macro

14 years agocorrected name of gnutls_global_set_mutex.
Nikos Mavrogiannopoulos [Sat, 10 Sep 2011 10:34:01 +0000 (12:34 +0200)] 
corrected name of gnutls_global_set_mutex.