]>
git.ipfire.org Git - thirdparty/gnutls.git/log
Simon Josefsson [Sat, 11 Oct 2008 05:20:47 +0000 (07:20 +0200)]
Add static qualifiers on internal symbols.
Tiny patch from Aaron Ucko <ucko@ncbi.nlm.nih.gov>.
Simon Josefsson [Thu, 9 Oct 2008 07:09:27 +0000 (09:09 +0200)]
Sync with upstream.
Simon Josefsson [Wed, 8 Oct 2008 17:53:35 +0000 (19:53 +0200)]
Fix syntax-check warnings.
Simon Josefsson [Wed, 8 Oct 2008 17:50:50 +0000 (19:50 +0200)]
Indent.
Simon Josefsson [Wed, 8 Oct 2008 17:38:06 +0000 (19:38 +0200)]
Drop gcrypt.h includes.
Simon Josefsson [Wed, 8 Oct 2008 17:36:13 +0000 (19:36 +0200)]
Mention libgcrypt dependency.
Simon Josefsson [Wed, 8 Oct 2008 17:30:10 +0000 (19:30 +0200)]
More libgcrypt fixes.
Simon Josefsson [Wed, 8 Oct 2008 17:28:02 +0000 (19:28 +0200)]
More libgcrypt fixes.
Simon Josefsson [Wed, 8 Oct 2008 17:20:38 +0000 (19:20 +0200)]
Modernize libgcrypt detection.
Simon Josefsson [Wed, 8 Oct 2008 16:51:40 +0000 (18:51 +0200)]
Doc fixes.
Simon Josefsson [Wed, 8 Oct 2008 16:30:54 +0000 (18:30 +0200)]
Generated.
Simon Josefsson [Wed, 8 Oct 2008 16:30:40 +0000 (18:30 +0200)]
Sync with real list.
Simon Josefsson [Wed, 8 Oct 2008 16:20:41 +0000 (18:20 +0200)]
Need libtasn1.h here.
Simon Josefsson [Wed, 8 Oct 2008 16:17:44 +0000 (18:17 +0200)]
Reduce libtasn1.h includes.
Simon Josefsson [Wed, 8 Oct 2008 16:08:11 +0000 (18:08 +0200)]
Drop obsolete libtasn1 flags.
Simon Josefsson [Wed, 8 Oct 2008 16:05:45 +0000 (18:05 +0200)]
Update libtasn1 linker flags.
Simon Josefsson [Wed, 8 Oct 2008 15:58:52 +0000 (17:58 +0200)]
Update gnulib files.
Simon Josefsson [Wed, 8 Oct 2008 15:15:58 +0000 (17:15 +0200)]
Remove obsolete stuff.
Simon Josefsson [Wed, 8 Oct 2008 15:09:58 +0000 (17:09 +0200)]
Indent.
Simon Josefsson [Wed, 8 Oct 2008 14:51:27 +0000 (16:51 +0200)]
Detect libtasn1 via AC_LIB_HAVE_LINKFLAGS.
Simon Josefsson [Tue, 7 Oct 2008 19:45:29 +0000 (21:45 +0200)]
Fix.
Ludovic Courtès [Tue, 7 Oct 2008 19:08:21 +0000 (21:08 +0200)]
More test compilation fixes with minitasn1.
* tests/Makefile.am (AM_CPPFLAGS)[ENABLE_MINITASN1]: Add minitasn1
directory.
Signed-off-by: Simon Josefsson <simon@josefsson.org>
Simon Josefsson [Tue, 7 Oct 2008 18:11:44 +0000 (20:11 +0200)]
Add.
Ludovic Courtès [Tue, 7 Oct 2008 16:02:25 +0000 (18:02 +0200)]
Fix compilation of `pkcs12-decode' test when using minitasn1.
* tests/pkcs12-decode/Makefile.am (AM_CPPFLAGS)[ENABLE_MINITASN1]: Add
`minitasn1' include directory.
Signed-off-by: Simon Josefsson <simon@josefsson.org>
Simon Josefsson [Mon, 6 Oct 2008 09:01:47 +0000 (11:01 +0200)]
Add.
Simon Josefsson [Mon, 6 Oct 2008 08:58:18 +0000 (10:58 +0200)]
Get issuer dn in X509_get_issuer_name, correct last patch.
Simon Josefsson [Mon, 6 Oct 2008 07:35:56 +0000 (09:35 +0200)]
Add 2.6.0 entries.
Simon Josefsson [Sun, 5 Oct 2008 13:48:30 +0000 (15:48 +0200)]
Bump versions.
Simon Josefsson [Sun, 5 Oct 2008 13:37:34 +0000 (15:37 +0200)]
Add.
Simon Josefsson [Sun, 5 Oct 2008 13:36:40 +0000 (15:36 +0200)]
Fix out-of-bounds access. Similar to debian #499945 lynx-cur problem.
libextra/gnutls_openssl.c: fix X509_get_issuer_name to return issuer
name of given certificate and not try to get the subject dn of the
issuer certificate wich may or may not exist. (Checked how openssl
does this, too.) This fixes a accessing an array outside its bounds.
Debian bug #499945 is instructive about the problem. While lynx-cur
credits Thomas Dickey for the bug, the code and implications are
essentially the same for the gnutls openssl-compat libary.
Tiny patch from Thomas Viehmann <tv@beamnet.de>.
Nikos Mavrogiannopoulos [Sat, 4 Oct 2008 17:20:40 +0000 (20:20 +0300)]
reduced warnings in compilation of certtool.
Nikos Mavrogiannopoulos [Sat, 4 Oct 2008 16:50:09 +0000 (19:50 +0300)]
use union to avoid wrong type issues.
Nikos Mavrogiannopoulos [Sat, 4 Oct 2008 16:36:08 +0000 (19:36 +0300)]
corrected print order.
Nikos Mavrogiannopoulos [Sat, 4 Oct 2008 15:51:51 +0000 (18:51 +0300)]
Added function to copy extensions from a CRL to a certificate.
Reduced many warnings (and added more by defining gnutls_log as printf like function --gcc only)
Nikos Mavrogiannopoulos [Sat, 4 Oct 2008 15:36:33 +0000 (18:36 +0300)]
Disable certain warnings that do not work with my compiler.
Nikos Mavrogiannopoulos [Sat, 4 Oct 2008 08:37:42 +0000 (11:37 +0300)]
Added gnutls_x509_crq_set_key_purpose_oid and gnutls_x509_crq_get_key_purpose_oid.
Nikos Mavrogiannopoulos [Sat, 4 Oct 2008 06:43:41 +0000 (09:43 +0300)]
documentation added functions
Nikos Mavrogiannopoulos [Sat, 4 Oct 2008 06:33:12 +0000 (09:33 +0300)]
updated
Nikos Mavrogiannopoulos [Sat, 4 Oct 2008 06:30:55 +0000 (09:30 +0300)]
set global maximum size for certificate requests' extensions size.
Nikos Mavrogiannopoulos [Sat, 4 Oct 2008 06:28:54 +0000 (09:28 +0300)]
added missing file
Nikos Mavrogiannopoulos [Sat, 4 Oct 2008 06:27:41 +0000 (09:27 +0300)]
Added initial support for certificate requests handling of X.509 extensions.
Added support to certtool to handle these extensions (add/read)
Nikos Mavrogiannopoulos [Fri, 3 Oct 2008 20:19:53 +0000 (23:19 +0300)]
Added functions to handle and set CRL extensions.
Simon Josefsson [Wed, 1 Oct 2008 10:20:02 +0000 (12:20 +0200)]
Sync with TP.
Simon Josefsson [Wed, 1 Oct 2008 10:07:11 +0000 (12:07 +0200)]
Bump versions.
Nikos Mavrogiannopoulos [Mon, 29 Sep 2008 12:08:28 +0000 (15:08 +0300)]
Merge branch 'master' of ssh://git.sv.gnu.org/srv/git/gnutls
Nikos Mavrogiannopoulos [Mon, 29 Sep 2008 12:08:02 +0000 (15:08 +0300)]
correcting printing and parsing of IPv6 addresses.
Simon Josefsson [Mon, 29 Sep 2008 11:40:43 +0000 (13:40 +0200)]
Generated.
Simon Josefsson [Mon, 29 Sep 2008 11:29:41 +0000 (13:29 +0200)]
Version 2.5.9.
Simon Josefsson [Mon, 29 Sep 2008 11:29:34 +0000 (13:29 +0200)]
Fix.
Simon Josefsson [Mon, 29 Sep 2008 10:51:19 +0000 (12:51 +0200)]
Document ABI change.
Simon Josefsson [Mon, 29 Sep 2008 10:49:22 +0000 (12:49 +0200)]
Re-add comment about too long function, it is one of the most complex in gnutls.
Simon Josefsson [Mon, 29 Sep 2008 10:07:21 +0000 (12:07 +0200)]
Need AC_CONFIG_MACRO_DIR for modern libtool.
Nikos Mavrogiannopoulos [Sun, 28 Sep 2008 07:59:26 +0000 (10:59 +0300)]
changed crypto API to reduce probability of memory leaks during usage of pk_params.
Nikos Mavrogiannopoulos [Sun, 28 Sep 2008 07:24:39 +0000 (10:24 +0300)]
Merge branch 'master' of ssh://git.sv.gnu.org/srv/git/gnutls
Nikos Mavrogiannopoulos [Sun, 28 Sep 2008 00:34:59 +0000 (03:34 +0300)]
more memory leak fixes (based on patch by Sam)
Nikos Mavrogiannopoulos [Sat, 27 Sep 2008 22:15:17 +0000 (01:15 +0300)]
Nikos Mavrogiannopoulos [Sat, 27 Sep 2008 22:14:39 +0000 (01:14 +0300)]
fixed
Nikos Mavrogiannopoulos [Sat, 27 Sep 2008 21:40:11 +0000 (00:40 +0300)]
avoid using malloc for small buffers.
Nikos Mavrogiannopoulos [Sat, 27 Sep 2008 21:39:51 +0000 (00:39 +0300)]
optimized in order to avoid calling malloc for small buffers.
Nikos Mavrogiannopoulos [Sat, 27 Sep 2008 18:01:02 +0000 (21:01 +0300)]
Revert "Revert C99 uses. Fixes gnutls_mpi.c mem leak, but not others."
This reverts commit
bdfa289133b15ad7d92eb3151ce86cca4c879426 .
Simon Josefsson [Thu, 25 Sep 2008 09:19:01 +0000 (11:19 +0200)]
Use EXEEXT in self-test scripts.
Simon Josefsson [Thu, 25 Sep 2008 09:16:38 +0000 (11:16 +0200)]
Use EXEEXT in self-test scripts.
Simon Josefsson [Thu, 25 Sep 2008 09:00:35 +0000 (11:00 +0200)]
Add.
Simon Josefsson [Thu, 25 Sep 2008 08:28:20 +0000 (10:28 +0200)]
Update gnulib files.
Simon Josefsson [Thu, 25 Sep 2008 08:22:50 +0000 (10:22 +0200)]
Add.
Simon Josefsson [Thu, 25 Sep 2008 08:19:20 +0000 (10:19 +0200)]
Revert C99 uses. Fixes gnutls_mpi.c mem leak, but not others.
Simon Josefsson [Wed, 24 Sep 2008 09:18:13 +0000 (11:18 +0200)]
Add.
Simon Josefsson [Wed, 24 Sep 2008 09:17:19 +0000 (11:17 +0200)]
Add.
Simon Josefsson [Wed, 24 Sep 2008 09:16:20 +0000 (11:16 +0200)]
Bump versions.
Nikos Mavrogiannopoulos [Tue, 23 Sep 2008 18:02:39 +0000 (21:02 +0300)]
Corrected buffer overrun in crt_list_import. Reported and patch by Jonathan Manktelow.
Nikos Mavrogiannopoulos [Tue, 23 Sep 2008 17:35:53 +0000 (20:35 +0300)]
corrected libgcrypt site.
Nikos Mavrogiannopoulos [Tue, 23 Sep 2008 17:32:01 +0000 (20:32 +0300)]
corrected embarrasing bug.
Nikos Mavrogiannopoulos [Tue, 23 Sep 2008 17:24:10 +0000 (20:24 +0300)]
Corrected several memory leaks reported by Sam. In some cases switched
to C99 to avoid having complex code.
Simon Josefsson [Tue, 23 Sep 2008 15:17:50 +0000 (17:17 +0200)]
Doc fix.
Simon Josefsson [Tue, 23 Sep 2008 15:14:19 +0000 (17:14 +0200)]
Doc fix.
Simon Josefsson [Tue, 23 Sep 2008 14:48:47 +0000 (16:48 +0200)]
Use automake warnings.
Simon Josefsson [Tue, 23 Sep 2008 14:00:23 +0000 (16:00 +0200)]
Typo.
Simon Josefsson [Tue, 23 Sep 2008 14:00:03 +0000 (16:00 +0200)]
Fix mingw32 rules.
Simon Josefsson [Tue, 23 Sep 2008 13:34:55 +0000 (15:34 +0200)]
Use a stylesheet for texinfo HTML manual.
Nikos Mavrogiannopoulos [Sun, 21 Sep 2008 20:31:07 +0000 (23:31 +0300)]
fixed memory leak in reencoding of RSA and DSA private keys. Reported and studied by Sam Varshavchik
Nikos Mavrogiannopoulos [Sun, 21 Sep 2008 13:28:39 +0000 (16:28 +0300)]
documented the way set_subject_alt_name() can set value.
Simon Josefsson [Sun, 21 Sep 2008 10:55:08 +0000 (12:55 +0200)]
Generated.
Simon Josefsson [Sun, 21 Sep 2008 10:42:07 +0000 (12:42 +0200)]
Version 2.5.8.
Simon Josefsson [Sun, 21 Sep 2008 10:29:44 +0000 (12:29 +0200)]
Sync with TP.
Simon Josefsson [Sun, 21 Sep 2008 10:28:53 +0000 (12:28 +0200)]
Use srcdir for -Igl/.
Simon Josefsson [Sun, 21 Sep 2008 10:19:20 +0000 (12:19 +0200)]
Don't use CFLAGS with distcheck, causes errors in ./configure tests.
Simon Josefsson [Sun, 21 Sep 2008 10:17:39 +0000 (12:17 +0200)]
Fix warnings.
Simon Josefsson [Sun, 21 Sep 2008 10:13:23 +0000 (12:13 +0200)]
Use internal md5 if libgcrypt is in FIPS mode.
Simon Josefsson [Sun, 21 Sep 2008 10:06:29 +0000 (12:06 +0200)]
Initialize libgnutls-extra too.
Simon Josefsson [Sun, 21 Sep 2008 10:06:02 +0000 (12:06 +0200)]
Add prototype for gnutls_register_md5_handler.
Simon Josefsson [Sun, 21 Sep 2008 09:59:43 +0000 (11:59 +0200)]
Add Since: tag.
Simon Josefsson [Sun, 21 Sep 2008 09:59:27 +0000 (11:59 +0200)]
Doc fixes.
Simon Josefsson [Sun, 21 Sep 2008 09:52:19 +0000 (11:52 +0200)]
Need -I for aclocal.
Simon Josefsson [Sun, 21 Sep 2008 09:50:36 +0000 (11:50 +0200)]
Add.
Simon Josefsson [Sun, 21 Sep 2008 09:43:15 +0000 (11:43 +0200)]
Fix libextra build. Make gnutls-cli work in libgcrypt FIPS mode.
Simon Josefsson [Sun, 21 Sep 2008 09:41:28 +0000 (11:41 +0200)]
Fix typo.
Simon Josefsson [Sun, 21 Sep 2008 09:35:37 +0000 (11:35 +0200)]
Add.
Simon Josefsson [Sun, 21 Sep 2008 09:33:58 +0000 (11:33 +0200)]
Generated.
Simon Josefsson [Sun, 21 Sep 2008 09:33:16 +0000 (11:33 +0200)]
Fix markup.
Simon Josefsson [Sun, 21 Sep 2008 09:21:56 +0000 (11:21 +0200)]
Add -I for hmac.h, md5.h.