]> git.ipfire.org Git - thirdparty/gnutls.git/log
thirdparty/gnutls.git
14 years agono need for eurosans
Nikos Mavrogiannopoulos [Tue, 5 Jun 2012 18:23:19 +0000 (20:23 +0200)] 
no need for eurosans

14 years agodo not use @euro{}
Nikos Mavrogiannopoulos [Tue, 5 Jun 2012 17:50:46 +0000 (19:50 +0200)] 
do not use @euro{}

14 years agoupdated gnulib
Nikos Mavrogiannopoulos [Tue, 5 Jun 2012 17:10:04 +0000 (19:10 +0200)] 
updated gnulib

14 years agomoved ca-certs.
Nikos Mavrogiannopoulos [Tue, 5 Jun 2012 17:00:49 +0000 (19:00 +0200)] 
moved ca-certs.

14 years agoupdated
Nikos Mavrogiannopoulos [Tue, 5 Jun 2012 16:59:53 +0000 (18:59 +0200)] 
updated

14 years agostdarg.h is not needed
Nikos Mavrogiannopoulos [Tue, 5 Jun 2012 16:07:25 +0000 (18:07 +0200)] 
stdarg.h is not needed

14 years agoRe-use GNUTLS_E_DECRYPTION_FAILED for encrypted structures.
Nikos Mavrogiannopoulos [Tue, 5 Jun 2012 13:02:01 +0000 (15:02 +0200)] 
Re-use GNUTLS_E_DECRYPTION_FAILED for encrypted structures.

14 years agosmall doc fix
Nikos Mavrogiannopoulos [Mon, 4 Jun 2012 15:45:33 +0000 (17:45 +0200)] 
small doc fix

14 years agoAdded new test program.
Nikos Mavrogiannopoulos [Mon, 4 Jun 2012 15:45:14 +0000 (17:45 +0200)] 
Added new test program.

14 years agoprint warning to stderr
Nikos Mavrogiannopoulos [Mon, 4 Jun 2012 15:22:07 +0000 (17:22 +0200)] 
print warning to stderr

14 years agodoc updates
Nikos Mavrogiannopoulos [Mon, 4 Jun 2012 15:21:51 +0000 (17:21 +0200)] 
doc updates

14 years agoIntroduced GNUTLS_E_ENCRYPTED_STRUCTURE error code.
Nikos Mavrogiannopoulos [Sun, 3 Jun 2012 18:01:11 +0000 (20:01 +0200)] 
Introduced GNUTLS_E_ENCRYPTED_STRUCTURE error code.
This error code is returned by encrypted key import functions such
as gnutls_x509_privkey_import_pkcs8() and gnutls_pkcs12_simple_parse() when
an encrypted structure is provided but no password is given.

14 years agofixed symbol
Nikos Mavrogiannopoulos [Sun, 3 Jun 2012 12:26:50 +0000 (14:26 +0200)] 
fixed symbol

14 years agoupdated news entries
Nikos Mavrogiannopoulos [Sun, 3 Jun 2012 11:34:39 +0000 (13:34 +0200)] 
updated news entries

14 years agoVerification in openpgp changed to ressemble the X.509 behavior.
Nikos Mavrogiannopoulos [Sun, 3 Jun 2012 11:30:26 +0000 (13:30 +0200)] 
Verification in openpgp changed to ressemble the X.509 behavior.

14 years agoDifferentiate between signature failure and generic errors, by introducing the verifi...
Nikos Mavrogiannopoulos [Sun, 3 Jun 2012 11:13:12 +0000 (13:13 +0200)] 
Differentiate between signature failure and generic errors, by introducing the verification flag GNUTLS_CERT_SIGNATURE_FAILURE. Suggested by David Woodhouse.

14 years agoRemoved duplicate entries and added an explicit local.
Nikos Mavrogiannopoulos [Sun, 3 Jun 2012 10:53:19 +0000 (12:53 +0200)] 
Removed duplicate entries and added an explicit local.

14 years agoNo need for version script for CPP programs.
Nikos Mavrogiannopoulos [Sun, 3 Jun 2012 10:52:03 +0000 (12:52 +0200)] 
No need for version script for CPP programs.

14 years agobetter function naming.
Nikos Mavrogiannopoulos [Sun, 3 Jun 2012 10:20:47 +0000 (12:20 +0200)] 
better function naming.

14 years agognutls_certificate_set_x509_simple_pkcs12_file() now imports certificate chain if...
Nikos Mavrogiannopoulos [Sun, 3 Jun 2012 10:15:15 +0000 (12:15 +0200)] 
gnutls_certificate_set_x509_simple_pkcs12_file() now imports certificate chain if it is present.
gnutls_pkcs12_parse() was renamed to gnutls_pkcs12_simple_parse()

14 years agoExport parse_pkcs12() as gnutls_pkcs12_parse()
David Woodhouse [Fri, 1 Jun 2012 10:58:42 +0000 (11:58 +0100)] 
Export parse_pkcs12() as gnutls_pkcs12_parse()

Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
14 years agoMake parse_pkcs12() return extra certificates too
David Woodhouse [Fri, 1 Jun 2012 10:32:55 +0000 (11:32 +0100)] 
Make parse_pkcs12() return extra certificates too

Optionally create a separate list, and return them for the caller to use
as appropriate.

This also cleans up the error handling a little. There seemed to be a
potential memory leak (of *key, for example) when returning errors after
some information had already been extracted.

Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
14 years agominor documentation updates
Nikos Mavrogiannopoulos [Sat, 2 Jun 2012 08:31:02 +0000 (10:31 +0200)] 
minor documentation updates

14 years agodoc updates
Nikos Mavrogiannopoulos [Fri, 1 Jun 2012 22:51:28 +0000 (00:51 +0200)] 
doc updates

14 years agocorrected text.
Nikos Mavrogiannopoulos [Thu, 31 May 2012 20:26:07 +0000 (22:26 +0200)] 
corrected text.

14 years agocorrected typo
Nikos Mavrogiannopoulos [Thu, 31 May 2012 20:22:26 +0000 (22:22 +0200)] 
corrected typo

14 years agotypo fix
Nikos Mavrogiannopoulos [Thu, 31 May 2012 07:40:37 +0000 (09:40 +0200)] 
typo fix

14 years agoDo not document old functions.
Nikos Mavrogiannopoulos [Thu, 31 May 2012 07:38:03 +0000 (09:38 +0200)] 
Do not document old functions.

14 years agodocumented behavior.
Nikos Mavrogiannopoulos [Thu, 31 May 2012 07:16:25 +0000 (09:16 +0200)] 
documented behavior.

14 years agoDo not crash if password is null and GNUTLS_PKCS_PLAIN is not specified.
Nikos Mavrogiannopoulos [Thu, 31 May 2012 07:16:16 +0000 (09:16 +0200)] 
Do not crash if password is null and GNUTLS_PKCS_PLAIN is not specified.

14 years agoimproved comments and added unlikely().
Nikos Mavrogiannopoulos [Tue, 29 May 2012 20:37:41 +0000 (22:37 +0200)] 
improved comments and added unlikely().

14 years agoCorrected handling of handshake packets that span multiple records.
Nikos Mavrogiannopoulos [Tue, 29 May 2012 20:06:09 +0000 (22:06 +0200)] 
Corrected handling of handshake packets that span multiple records.

14 years agoupdated Makefile
Nikos Mavrogiannopoulos [Tue, 29 May 2012 07:27:42 +0000 (09:27 +0200)] 
updated Makefile

14 years agodocumentation update
Nikos Mavrogiannopoulos [Mon, 28 May 2012 12:40:36 +0000 (14:40 +0200)] 
documentation update

14 years agoupdated
Nikos Mavrogiannopoulos [Sun, 27 May 2012 12:14:16 +0000 (14:14 +0200)] 
updated

14 years agocorrected typo
Nikos Mavrogiannopoulos [Sun, 27 May 2012 12:02:38 +0000 (14:02 +0200)] 
corrected typo

14 years agocorrected data copy
Nikos Mavrogiannopoulos [Sun, 27 May 2012 11:53:35 +0000 (13:53 +0200)] 
corrected data copy

14 years agoMAX_ENTRIES increased to 128.
Nikos Mavrogiannopoulos [Sun, 27 May 2012 09:11:05 +0000 (11:11 +0200)] 
MAX_ENTRIES increased to 128.

14 years agoUpdated documentation on DTLS.
Nikos Mavrogiannopoulos [Sun, 27 May 2012 08:51:09 +0000 (10:51 +0200)] 
Updated documentation on DTLS.

14 years agoupdated documentation
Nikos Mavrogiannopoulos [Sat, 26 May 2012 20:47:24 +0000 (22:47 +0200)] 
updated documentation

14 years agoupdated Makefile.
Nikos Mavrogiannopoulos [Sat, 26 May 2012 20:47:09 +0000 (22:47 +0200)] 
updated Makefile.

14 years agoupdated cross compilation makefile.
Nikos Mavrogiannopoulos [Sat, 26 May 2012 11:52:23 +0000 (13:52 +0200)] 
updated cross compilation makefile.

14 years agoAdded support for windows trusted certificate store
Nikos Mavrogiannopoulos [Sat, 26 May 2012 11:47:16 +0000 (13:47 +0200)] 
Added support for windows trusted certificate store

14 years agoupdated cross compilation makefile
Nikos Mavrogiannopoulos [Sat, 26 May 2012 10:28:08 +0000 (12:28 +0200)] 
updated cross compilation makefile

14 years agobumped version
Nikos Mavrogiannopoulos [Sat, 26 May 2012 10:28:00 +0000 (12:28 +0200)] 
bumped version

14 years agono need to distribute postscript
Nikos Mavrogiannopoulos [Sat, 26 May 2012 07:52:50 +0000 (09:52 +0200)] 
no need to distribute postscript

14 years agoAdded the notion of a default CRL file.
Nikos Mavrogiannopoulos [Fri, 25 May 2012 21:44:15 +0000 (23:44 +0200)] 
Added the notion of a default CRL file.

14 years agoupdated doc
Nikos Mavrogiannopoulos [Fri, 25 May 2012 20:25:51 +0000 (22:25 +0200)] 
updated doc

14 years agoupdated
Nikos Mavrogiannopoulos [Fri, 25 May 2012 20:25:33 +0000 (22:25 +0200)] 
updated

14 years agoAdded DevPak package.
Nikos Mavrogiannopoulos [Fri, 25 May 2012 19:45:51 +0000 (21:45 +0200)] 
Added DevPak package.

14 years agocorrected doc.
Nikos Mavrogiannopoulos [Thu, 24 May 2012 15:54:11 +0000 (17:54 +0200)] 
corrected doc.

14 years agodocument nettle requirement
Nikos Mavrogiannopoulos [Wed, 23 May 2012 22:19:22 +0000 (00:19 +0200)] 
document nettle requirement

14 years agono need for netinet/ip.h
Nikos Mavrogiannopoulos [Wed, 23 May 2012 22:16:48 +0000 (00:16 +0200)] 
no need for netinet/ip.h

14 years agoWhen checking for an issuer check for a match in the key identifiers.
Nikos Mavrogiannopoulos [Wed, 23 May 2012 18:58:11 +0000 (20:58 +0200)] 
When checking for an issuer check for a match in the key identifiers.

14 years agoAdded the --dh-bits option to gnutls-cli.
Nikos Mavrogiannopoulos [Wed, 23 May 2012 18:57:23 +0000 (20:57 +0200)] 
Added the --dh-bits option to gnutls-cli.

14 years agoBe more conservative with examples and changed semantics of gnutls_certificate_set_x5...
Nikos Mavrogiannopoulos [Wed, 16 May 2012 17:41:46 +0000 (19:41 +0200)] 
Be more conservative with examples and changed semantics of gnutls_certificate_set_x509_system_trust(). gnutls_certificate_set_x509_system_trust() returns GNUTLS_E_UNIMPLEMENTED_FEATURE on systems that do not have a (known) default trust store.

14 years agodocumented function.
Nikos Mavrogiannopoulos [Fri, 11 May 2012 20:48:04 +0000 (22:48 +0200)] 
documented function.

14 years agoupdated
Nikos Mavrogiannopoulos [Fri, 11 May 2012 20:05:42 +0000 (22:05 +0200)] 
updated

14 years agoupdates
Nikos Mavrogiannopoulos [Wed, 9 May 2012 18:32:42 +0000 (20:32 +0200)] 
updates

14 years agoalign with 3.0.x
Nikos Mavrogiannopoulos [Wed, 9 May 2012 18:09:38 +0000 (20:09 +0200)] 
align with 3.0.x

14 years agoUse the PKCS #1 1.5 encoding provided by nettle (2.5) for encryption and signatures.
Nikos Mavrogiannopoulos [Wed, 9 May 2012 16:02:12 +0000 (18:02 +0200)] 
Use the PKCS #1 1.5 encoding provided by nettle (2.5) for encryption and signatures.

14 years agoAdded text for gnutls_dh_set_prime_bits and gnutls_srp_set_prime_bits
Nikos Mavrogiannopoulos [Sat, 19 May 2012 10:03:42 +0000 (12:03 +0200)] 
Added text for gnutls_dh_set_prime_bits and gnutls_srp_set_prime_bits

14 years agoDocument the effect of lowering the DH bits.
Nikos Mavrogiannopoulos [Sat, 19 May 2012 09:56:08 +0000 (11:56 +0200)] 
Document the effect of lowering the DH bits.

14 years agoPrint certificate if --print-cert is given, even on verification failure.
Nikos Mavrogiannopoulos [Mon, 14 May 2012 15:56:54 +0000 (17:56 +0200)] 
Print certificate if --print-cert is given, even on verification failure.

14 years agoRevert "This patch fixes following kind of issue with automake 1.12" It was suggested...
Nikos Mavrogiannopoulos [Mon, 14 May 2012 15:32:37 +0000 (17:32 +0200)] 
Revert "This patch fixes following kind of issue with automake 1.12" It was suggested that this need not to be solved by gnutls.

This reverts commit 30ad4976249aa9e402eb27081ade06928f3066f0.

14 years agoAuto-generated texi files were added.
Nikos Mavrogiannopoulos [Mon, 14 May 2012 15:27:39 +0000 (17:27 +0200)] 
Auto-generated texi files were added.

14 years agoAdded URI to the example.
Nikos Mavrogiannopoulos [Mon, 14 May 2012 15:26:30 +0000 (17:26 +0200)] 
Added URI to the example.

14 years agoAdded support for the URI type of subject alternative name in certtool.
Nikos Mavrogiannopoulos [Fri, 11 May 2012 20:07:48 +0000 (22:07 +0200)] 
Added support for the URI type of subject alternative name in certtool.

14 years agoAdded the autogen files to git.
Nikos Mavrogiannopoulos [Wed, 9 May 2012 18:10:35 +0000 (20:10 +0200)] 
Added the autogen files to git.

14 years agoAdded new functions
Nikos Mavrogiannopoulos [Wed, 9 May 2012 18:09:04 +0000 (20:09 +0200)] 
Added new functions

14 years agoUpdated libopts
Nikos Mavrogiannopoulos [Wed, 9 May 2012 17:53:39 +0000 (19:53 +0200)] 
Updated libopts

14 years agoadded new functions
Nikos Mavrogiannopoulos [Wed, 9 May 2012 17:20:22 +0000 (19:20 +0200)] 
added new functions

14 years agoAdded convenience functions to load a trust list from a file or a memory buffer.
Nikos Mavrogiannopoulos [Wed, 9 May 2012 15:54:34 +0000 (17:54 +0200)] 
Added convenience functions to load a trust list from a file or a memory buffer.
New functions:
gnutls_certificate_set_x509_system_trust, gnutls_pkcs11_obj_list_import_url2,
gnutls_x509_trust_list_add_system_trust, gnutls_x509_trust_list_add_trust_file,
gnutls_x509_trust_list_add_trust_mem.

14 years agointroduce gnutls_certificate_set_x509_system_trust
Ludwig Nussel [Tue, 8 May 2012 14:28:25 +0000 (16:28 +0200)] 
introduce gnutls_certificate_set_x509_system_trust

gnutls_certificate_set_x509_system_trust() imports the trusted root CA's
from a compile time defined location. That way applications don't
need to know.

Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
14 years agoThis patch fixes following kind of issue with automake 1.12
Nikos Mavrogiannopoulos [Wed, 9 May 2012 06:17:18 +0000 (08:17 +0200)] 
This patch fixes following kind of issue with automake 1.12

| automake: warnings are treated as errors
| /.../automake-1.12/am/ltlibrary.am: warning: 'libgnutls.la': linking libtool libraries using a non-POSIX
| /.../automake-1.12/am/ltlibrary.am: archiver requires 'AM_PROG_AR' in 'configure.ac'

Patch by: Nitin A Kamble <nitin.a.kamble@intel.com>

14 years agoremoved redundant declaration.
Nikos Mavrogiannopoulos [Wed, 25 Apr 2012 15:34:32 +0000 (17:34 +0200)] 
removed redundant declaration.

14 years agoCorrected win64 cpuid() code. Report and patch by Mann Ern Kang.
Nikos Mavrogiannopoulos [Wed, 25 Apr 2012 10:02:46 +0000 (12:02 +0200)] 
Corrected win64 cpuid() code. Report and patch by Mann Ern Kang.

14 years agocorrected bug in scan_nz()
Nikos Mavrogiannopoulos [Wed, 25 Apr 2012 08:19:16 +0000 (10:19 +0200)] 
corrected bug in scan_nz()

14 years agoremoved old dependency
Nikos Mavrogiannopoulos [Tue, 24 Apr 2012 16:56:58 +0000 (18:56 +0200)] 
removed old dependency

14 years agodocumentation and comment fixes
Patrick Pelletier [Sat, 21 Apr 2012 22:32:32 +0000 (15:32 -0700)] 
documentation and comment fixes

Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
14 years agocorrected typo
Nikos Mavrogiannopoulos [Thu, 19 Apr 2012 19:35:45 +0000 (21:35 +0200)] 
corrected typo

14 years agosimplified checks.
Nikos Mavrogiannopoulos [Thu, 19 Apr 2012 18:32:48 +0000 (20:32 +0200)] 
simplified checks.

14 years agoReturn proper error code if parameter check fails.
Nikos Mavrogiannopoulos [Thu, 19 Apr 2012 18:27:25 +0000 (20:27 +0200)] 
Return proper error code if parameter check fails.

14 years agoAdded complete check in SRP parameters.
Nikos Mavrogiannopoulos [Thu, 19 Apr 2012 18:26:50 +0000 (20:26 +0200)] 
Added complete check in SRP parameters.

14 years agodocumented updated
Nikos Mavrogiannopoulos [Wed, 18 Apr 2012 20:40:45 +0000 (22:40 +0200)] 
documented updated

14 years agoAdd gnutls::session::set_transport_vec_push().
Alexandre Bique [Wed, 18 Apr 2012 17:01:31 +0000 (19:01 +0200)] 
Add gnutls::session::set_transport_vec_push().

Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
14 years agoAdded better sanity checks in Diffie-Hellman key exchange.
Nikos Mavrogiannopoulos [Wed, 18 Apr 2012 15:26:15 +0000 (17:26 +0200)] 
Added better sanity checks in Diffie-Hellman key exchange.

14 years agoAdded option to unconditionally disable crywrap. Patch by Daniel Mierswa.
Nikos Mavrogiannopoulos [Tue, 17 Apr 2012 21:09:04 +0000 (23:09 +0200)] 
Added option to unconditionally disable crywrap. Patch by Daniel Mierswa.

14 years agoUse openpgp if enabled.
Nikos Mavrogiannopoulos [Tue, 17 Apr 2012 19:39:57 +0000 (21:39 +0200)] 
Use openpgp if enabled.

14 years agoDoc fix.
Simon Josefsson [Tue, 17 Apr 2012 12:05:46 +0000 (14:05 +0200)] 
Doc fix.

14 years agoRequire automake >= 1.11.3 because of dist-lzip.
Simon Josefsson [Tue, 17 Apr 2012 12:04:00 +0000 (14:04 +0200)] 
Require automake >= 1.11.3 because of dist-lzip.

14 years agoIf a callback fails try the other.
Nikos Mavrogiannopoulos [Mon, 16 Apr 2012 16:41:00 +0000 (18:41 +0200)] 
If a callback fails try the other.

14 years agoby default register a file callback in p11-kit to read a file from the pin-source...
Nikos Mavrogiannopoulos [Mon, 16 Apr 2012 16:18:51 +0000 (18:18 +0200)] 
by default register a file callback in p11-kit to read a file from the pin-source pkcs11url field.

14 years agoSync with TP.
Nikos Mavrogiannopoulos [Sat, 14 Apr 2012 10:56:48 +0000 (12:56 +0200)] 
Sync with TP.

14 years agoNo need to include gettext.h. Link against libintl when needed.
Nikos Mavrogiannopoulos [Fri, 13 Apr 2012 22:20:44 +0000 (00:20 +0200)] 
No need to include gettext.h. Link against libintl when needed.

14 years agono abi change in 3.0.19
Nikos Mavrogiannopoulos [Fri, 13 Apr 2012 18:53:56 +0000 (20:53 +0200)] 
no abi change in 3.0.19

14 years agotext for 3.1.0
Nikos Mavrogiannopoulos [Fri, 13 Apr 2012 18:53:28 +0000 (20:53 +0200)] 
text for 3.1.0

14 years agognutls_record_check_unprocessed is now inline function.
Nikos Mavrogiannopoulos [Fri, 13 Apr 2012 18:45:20 +0000 (20:45 +0200)] 
gnutls_record_check_unprocessed is now inline function.

14 years agooptimized usage of gnutls_rnd()
Nikos Mavrogiannopoulos [Fri, 13 Apr 2012 18:41:22 +0000 (20:41 +0200)] 
optimized usage of gnutls_rnd()

14 years agoUpdate random state on all cases.
Nikos Mavrogiannopoulos [Fri, 13 Apr 2012 18:10:16 +0000 (20:10 +0200)] 
Update random state on all cases.