]>
git.ipfire.org Git - thirdparty/gnutls.git/log
Nikos Mavrogiannopoulos [Sat, 10 Sep 2011 10:44:47 +0000 (12:44 +0200)]
Functions for RSA-EXPORT were marked as deprecated.
Nikos Mavrogiannopoulos [Sat, 10 Sep 2011 19:49:08 +0000 (21:49 +0200)]
documentation update
Nikos Mavrogiannopoulos [Sat, 10 Sep 2011 23:44:33 +0000 (01:44 +0200)]
doc updates
Nikos Mavrogiannopoulos [Sat, 10 Sep 2011 23:53:13 +0000 (01:53 +0200)]
Downloading and installing moved to main document
Nikos Mavrogiannopoulos [Sat, 10 Sep 2011 23:54:55 +0000 (01:54 +0200)]
corrected page numbers.
Nikos Mavrogiannopoulos [Sun, 11 Sep 2011 09:03:14 +0000 (11:03 +0200)]
Do not prefer GCM in padlock because it is slow.
Nikos Mavrogiannopoulos [Sun, 11 Sep 2011 09:12:06 +0000 (11:12 +0200)]
updated
Nikos Mavrogiannopoulos [Tue, 13 Sep 2011 20:18:12 +0000 (22:18 +0200)]
functions and enumerations are being added in index.
Nikos Mavrogiannopoulos [Tue, 13 Sep 2011 20:14:48 +0000 (22:14 +0200)]
removed gnutls-objects.
Nikos Mavrogiannopoulos [Tue, 13 Sep 2011 20:07:18 +0000 (22:07 +0200)]
updated
Nikos Mavrogiannopoulos [Tue, 13 Sep 2011 20:03:36 +0000 (22:03 +0200)]
clarified format of sequence number in gnutls_record_recv_seq.
Nikos Mavrogiannopoulos [Tue, 13 Sep 2011 19:56:45 +0000 (21:56 +0200)]
Added a paragraph on opensc and trousers PKCS #11 modules.
Nikos Mavrogiannopoulos [Tue, 13 Sep 2011 19:43:24 +0000 (21:43 +0200)]
added license
Nikos Mavrogiannopoulos [Tue, 13 Sep 2011 14:32:49 +0000 (16:32 +0200)]
updated documentation. The function descriptions were converted to floats.
Nikos Mavrogiannopoulos [Mon, 12 Sep 2011 15:05:02 +0000 (17:05 +0200)]
disable the 64-bit padlock until it is tested.
Nikos Mavrogiannopoulos [Mon, 12 Sep 2011 14:26:39 +0000 (16:26 +0200)]
corrected typo in cpuid for 386.
Nikos Mavrogiannopoulos [Sun, 11 Sep 2011 16:09:24 +0000 (18:09 +0200)]
fix on double arguments
Nikos Mavrogiannopoulos [Sun, 11 Sep 2011 15:47:51 +0000 (17:47 +0200)]
Modified gdoc to be able to handle enumerations. Only valid to latex.
Nikos Mavrogiannopoulos [Fri, 9 Sep 2011 16:18:27 +0000 (18:18 +0200)]
Memory leak fixes in ECC ciphersuites and the trust_list.
Nikos Mavrogiannopoulos [Thu, 8 Sep 2011 16:10:47 +0000 (18:10 +0200)]
simplified ecb encryption.
Simon Josefsson [Fri, 9 Sep 2011 07:35:55 +0000 (09:35 +0200)]
Fix build warnings.
Simon Josefsson [Fri, 9 Sep 2011 07:33:39 +0000 (09:33 +0200)]
Fix possible infloop and build warning about uninitialied variable.
Simon Josefsson [Fri, 9 Sep 2011 07:10:28 +0000 (09:10 +0200)]
Fix build errors.
Simon Josefsson [Fri, 9 Sep 2011 07:09:46 +0000 (09:09 +0200)]
Generated.
Simon Josefsson [Fri, 9 Sep 2011 06:49:31 +0000 (08:49 +0200)]
Update gnulib files.
Nikos Mavrogiannopoulos [Thu, 8 Sep 2011 15:55:29 +0000 (17:55 +0200)]
converted quick data hashes to _gnutls_hash_fast and the hmac equivalent.
Nikos Mavrogiannopoulos [Thu, 8 Sep 2011 15:35:00 +0000 (17:35 +0200)]
Added padlock support to GCM ciphers.
Nikos Mavrogiannopoulos [Wed, 7 Sep 2011 22:12:27 +0000 (00:12 +0200)]
do not reset length
Nikos Mavrogiannopoulos [Wed, 7 Sep 2011 22:03:48 +0000 (00:03 +0200)]
Do not send an empty extension structure in server hello. This affects
old implementations that do not support extensions. Reported by
J. Cameijo Cerdeira.
Nikos Mavrogiannopoulos [Wed, 7 Sep 2011 21:31:43 +0000 (23:31 +0200)]
Corrected documentation for gnutls_certificate_set_x509_trust.
Reported by Stephen Lynch.
Nikos Mavrogiannopoulos [Wed, 7 Sep 2011 20:25:47 +0000 (22:25 +0200)]
minimized example
Nikos Mavrogiannopoulos [Wed, 7 Sep 2011 19:30:44 +0000 (21:30 +0200)]
Added gnustack flag
Nikos Mavrogiannopoulos [Wed, 7 Sep 2011 18:37:41 +0000 (20:37 +0200)]
Added encryption flag to simplify and optimize key expansion.
Nikos Mavrogiannopoulos [Wed, 7 Sep 2011 17:10:57 +0000 (19:10 +0200)]
Added support for VIA padlock based on Andy's code (untested).
Nikos Mavrogiannopoulos [Wed, 7 Sep 2011 16:53:37 +0000 (18:53 +0200)]
corrected AES-NI code.
Nikos Mavrogiannopoulos [Tue, 6 Sep 2011 14:27:29 +0000 (16:27 +0200)]
simplified gnutls_certificate_set_x509_trust_file. It uses gnutls_certificate_set_x509_trust_mem.
Nikos Mavrogiannopoulos [Tue, 6 Sep 2011 10:52:29 +0000 (12:52 +0200)]
Modified fix of "Allow CA importing of 0 certificates to succeed".
gnutls_x509_crt_list_import() is still failing when no certificates
are found and only gnutls_certificate_set_x509_trust_mem() returns
zero when no certificates are found.
Nikos Mavrogiannopoulos [Tue, 6 Sep 2011 09:59:11 +0000 (11:59 +0200)]
Added support to read elliptic curve public keys from PKCS #11 tokens (untested).
Nikos Mavrogiannopoulos [Sun, 4 Sep 2011 22:46:41 +0000 (00:46 +0200)]
Added gnutls_pkcs11_privkey_generate().
p11tool can be used to generate keys in tokens.
Simon Josefsson [Tue, 6 Sep 2011 10:09:03 +0000 (12:09 +0200)]
libgnutls: Allow CA importing of 0 certificates to succeed.
Reported by Jonathan Nieder <jrnieder@gmail.com> in
<http://bugs.debian.org/640639>.
Nikos Mavrogiannopoulos [Sun, 4 Sep 2011 19:57:27 +0000 (21:57 +0200)]
updated changelog
Nikos Mavrogiannopoulos [Sun, 4 Sep 2011 19:52:45 +0000 (21:52 +0200)]
simplified README
Nikos Mavrogiannopoulos [Sun, 4 Sep 2011 19:45:16 +0000 (21:45 +0200)]
documented extra alignment
Nikos Mavrogiannopoulos [Sun, 4 Sep 2011 18:12:31 +0000 (20:12 +0200)]
cleaned-up code
Andreas Metzler [Sun, 4 Sep 2011 12:30:52 +0000 (14:30 +0200)]
Add p11-kit-1 to gnutls.pc Requires.private.
If building with PKCS#11 support append p11-kit-1 to gnutls.pc
Requires.private.
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
Nikos Mavrogiannopoulos [Sun, 4 Sep 2011 12:30:09 +0000 (14:30 +0200)]
more files to ignore
Nikos Mavrogiannopoulos [Sun, 4 Sep 2011 09:53:07 +0000 (11:53 +0200)]
documentation updates
Nikos Mavrogiannopoulos [Sat, 3 Sep 2011 08:11:11 +0000 (10:11 +0200)]
updated for lowat
Nikos Mavrogiannopoulos [Fri, 2 Sep 2011 19:26:22 +0000 (21:26 +0200)]
documentation updates. @acronym was removed from the cindex.
Nikos Mavrogiannopoulos [Fri, 2 Sep 2011 06:49:08 +0000 (08:49 +0200)]
set_lowat was removed as a macro.
Nikos Mavrogiannopoulos [Thu, 1 Sep 2011 18:43:08 +0000 (20:43 +0200)]
simplified examples
Nikos Mavrogiannopoulos [Thu, 1 Sep 2011 08:31:19 +0000 (10:31 +0200)]
explicitly enable openpgp certtype in tests.
Nikos Mavrogiannopoulos [Thu, 1 Sep 2011 08:13:04 +0000 (10:13 +0200)]
updated
Nikos Mavrogiannopoulos [Thu, 1 Sep 2011 08:05:56 +0000 (10:05 +0200)]
bumped version
Nikos Mavrogiannopoulos [Thu, 1 Sep 2011 08:02:19 +0000 (10:02 +0200)]
more doc on MTU.
Nikos Mavrogiannopoulos [Thu, 1 Sep 2011 07:53:19 +0000 (09:53 +0200)]
explicitly enable openpgp certtype in tests.
Nikos Mavrogiannopoulos [Wed, 31 Aug 2011 22:54:19 +0000 (00:54 +0200)]
Added documentation on asynchronous operation.
Nikos Mavrogiannopoulos [Wed, 31 Aug 2011 15:41:42 +0000 (17:41 +0200)]
do not exit configure if p11-kit is not found.
Nikos Mavrogiannopoulos [Wed, 31 Aug 2011 14:30:13 +0000 (16:30 +0200)]
OpenPGP certificate type priority is not enabled by default.
Nikos Mavrogiannopoulos [Wed, 31 Aug 2011 14:24:42 +0000 (16:24 +0200)]
Added %NO_EXTENSIONS priority string.
Nikos Mavrogiannopoulos [Tue, 30 Aug 2011 19:09:32 +0000 (21:09 +0200)]
doc fixes
Nikos Mavrogiannopoulos [Tue, 30 Aug 2011 16:23:08 +0000 (18:23 +0200)]
disabled test
Nikos Mavrogiannopoulos [Tue, 30 Aug 2011 15:48:17 +0000 (17:48 +0200)]
removed old and unused compatibility functions.
Nikos Mavrogiannopoulos [Tue, 30 Aug 2011 15:42:21 +0000 (17:42 +0200)]
corrected sign type errors for integers.
Nikos Mavrogiannopoulos [Tue, 30 Aug 2011 13:44:53 +0000 (15:44 +0200)]
Corrected error checking in _gnutls_send_int().
Nikos Mavrogiannopoulos [Mon, 29 Aug 2011 19:02:11 +0000 (21:02 +0200)]
doc updates
Nikos Mavrogiannopoulos [Mon, 29 Aug 2011 18:10:45 +0000 (20:10 +0200)]
removed unneeded header. Documented updates.
Nikos Mavrogiannopoulos [Mon, 29 Aug 2011 16:28:15 +0000 (18:28 +0200)]
Avoid assert() and do not include needless headers.
Nikos Mavrogiannopoulos [Mon, 29 Aug 2011 16:27:44 +0000 (18:27 +0200)]
skip if datefudge is not available
Nikos Mavrogiannopoulos [Mon, 29 Aug 2011 15:28:42 +0000 (17:28 +0200)]
Modified cpuid for 32-bit x86 to avoid a gcc issue (not finding a register).
Nikos Mavrogiannopoulos [Sat, 27 Aug 2011 22:26:46 +0000 (00:26 +0200)]
Benchmark applications were incorporated to gnutls-cli
Nikos Mavrogiannopoulos [Sat, 27 Aug 2011 22:26:04 +0000 (00:26 +0200)]
Corrected DH-ANON ciphersuite names.
Nikos Mavrogiannopoulos [Sat, 27 Aug 2011 21:02:13 +0000 (23:02 +0200)]
updated figures.
Nikos Mavrogiannopoulos [Sat, 27 Aug 2011 18:48:04 +0000 (20:48 +0200)]
XmppAddr -> UTF8String
Nikos Mavrogiannopoulos [Sat, 27 Aug 2011 18:41:31 +0000 (20:41 +0200)]
more updates in private key copy.
Nikos Mavrogiannopoulos [Sat, 27 Aug 2011 18:28:45 +0000 (20:28 +0200)]
removed unused variable.
Nikos Mavrogiannopoulos [Sat, 27 Aug 2011 18:17:45 +0000 (20:17 +0200)]
gnutls_certificate_set_x509_key() and gnutls_certificate_set_openpgp_key() operate as in gnutls 2.10.x and do not require to hold the structures.
Nikos Mavrogiannopoulos [Sat, 27 Aug 2011 18:04:09 +0000 (20:04 +0200)]
removed unused variables.
Nikos Mavrogiannopoulos [Fri, 26 Aug 2011 16:13:21 +0000 (18:13 +0200)]
Allow out-of-order change_cipher_spec in DTLS.
Nikos Mavrogiannopoulos [Wed, 24 Aug 2011 18:57:45 +0000 (20:57 +0200)]
documentation changes.
Nikos Mavrogiannopoulos [Wed, 24 Aug 2011 18:56:40 +0000 (20:56 +0200)]
gnutls/extra.h is not required for SRP.
Nikos Mavrogiannopoulos [Tue, 23 Aug 2011 16:19:51 +0000 (18:19 +0200)]
leave an empty page
Nikos Mavrogiannopoulos [Tue, 23 Aug 2011 16:05:01 +0000 (18:05 +0200)]
documentation updates
Nikos Mavrogiannopoulos [Tue, 23 Aug 2011 07:45:33 +0000 (09:45 +0200)]
unlock rnd mutex on error.
Nikos Mavrogiannopoulos [Mon, 22 Aug 2011 22:18:30 +0000 (00:18 +0200)]
bibliography updated
Andreas Metzler [Mon, 22 Aug 2011 18:47:58 +0000 (20:47 +0200)]
Export export_gnutls_openpgp_privkey_sign_hash.
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
Nikos Mavrogiannopoulos [Sun, 21 Aug 2011 21:29:05 +0000 (23:29 +0200)]
AIX check moved to system.c.
Nikos Mavrogiannopoulos [Sun, 21 Aug 2011 17:41:43 +0000 (19:41 +0200)]
Handle memory allocation errors.
Nikos Mavrogiannopoulos [Sun, 21 Aug 2011 12:51:05 +0000 (14:51 +0200)]
The crywrap manpage was removed due to license reasons.
Ludovic Courtès [Mon, 22 Aug 2011 16:17:10 +0000 (18:17 +0200)]
guile: Fix `priorities' test to use `run-test'.
This is a followup to commit
cd7b8102316cd4151356c4b2b7909c7435593890
("guile: Fix tests to match the `exit' behavior introduced in Guile
2.0.1.").
Nikos Mavrogiannopoulos [Sun, 21 Aug 2011 12:47:57 +0000 (14:47 +0200)]
include README to distribution.
Nikos Mavrogiannopoulos [Sat, 20 Aug 2011 22:46:41 +0000 (00:46 +0200)]
documentation fixes.
Nikos Mavrogiannopoulos [Sat, 20 Aug 2011 21:57:41 +0000 (23:57 +0200)]
Use texinfo's word break.
Nikos Mavrogiannopoulos [Sat, 20 Aug 2011 21:29:33 +0000 (23:29 +0200)]
updated for release
Nikos Mavrogiannopoulos [Sat, 20 Aug 2011 13:42:24 +0000 (15:42 +0200)]
Added missing file
Nikos Mavrogiannopoulos [Sat, 20 Aug 2011 13:33:43 +0000 (15:33 +0200)]
Sync with TP.
Nikos Mavrogiannopoulos [Sat, 20 Aug 2011 13:29:12 +0000 (15:29 +0200)]
corrected typo
Nikos Mavrogiannopoulos [Sat, 20 Aug 2011 08:47:48 +0000 (10:47 +0200)]
Added hack for AIX systems that may not set errno property on EAGAIN.
Nikos Mavrogiannopoulos [Fri, 19 Aug 2011 22:16:57 +0000 (00:16 +0200)]
simplified PKCS #11 token example.
Nikos Mavrogiannopoulos [Fri, 19 Aug 2011 19:49:42 +0000 (21:49 +0200)]
documentation updates