]>
git.ipfire.org Git - thirdparty/gnutls.git/log
Nikos Mavrogiannopoulos [Sat, 28 Jan 2012 11:47:49 +0000 (12:47 +0100)]
Added gnutls_verify_stored_pubkey() and gnutls_store_pubkey().
This enables using ssh-like authentication for TLS sessions.
Nikos Mavrogiannopoulos [Sat, 28 Jan 2012 11:40:18 +0000 (12:40 +0100)]
allow the usage of --load-trust with --ask
Nikos Mavrogiannopoulos [Fri, 27 Jan 2012 21:37:03 +0000 (22:37 +0100)]
Added strtok_r.
Nikos Mavrogiannopoulos [Fri, 27 Jan 2012 21:08:40 +0000 (22:08 +0100)]
added base64 module
Nikos Mavrogiannopoulos [Fri, 27 Jan 2012 21:01:50 +0000 (22:01 +0100)]
added fixme
Nikos Mavrogiannopoulos [Fri, 27 Jan 2012 19:47:34 +0000 (20:47 +0100)]
updated description
Nikos Mavrogiannopoulos [Thu, 26 Jan 2012 18:18:58 +0000 (19:18 +0100)]
Combined ocsp apps to 1 using libcurl.
Nikos Mavrogiannopoulos [Wed, 25 Jan 2012 22:48:46 +0000 (23:48 +0100)]
Added --ask option to ocsptool.
Simon Josefsson [Wed, 25 Jan 2012 13:35:41 +0000 (14:35 +0100)]
Fix builddir != srcdir builds.
Simon Josefsson [Wed, 25 Jan 2012 13:01:59 +0000 (14:01 +0100)]
Revert template fix.
Simon Josefsson [Wed, 25 Jan 2012 12:29:29 +0000 (13:29 +0100)]
Fix mem leaks.
Simon Josefsson [Wed, 25 Jan 2012 11:20:17 +0000 (12:20 +0100)]
Enable valgrind again.
Simon Josefsson [Wed, 25 Jan 2012 11:03:52 +0000 (12:03 +0100)]
Cleanup copyright headers.
Simon Josefsson [Wed, 25 Jan 2012 10:30:48 +0000 (11:30 +0100)]
Silence update-copyright.
Simon Josefsson [Wed, 25 Jan 2012 10:24:43 +0000 (11:24 +0100)]
Fix syntax-check nits.
Simon Josefsson [Wed, 25 Jan 2012 10:10:17 +0000 (11:10 +0100)]
Add ChangeLog. Sort.
Simon Josefsson [Wed, 25 Jan 2012 09:59:09 +0000 (10:59 +0100)]
Update gnulib files. Drop slow test-lock check.
Simon Josefsson [Wed, 25 Jan 2012 09:55:26 +0000 (10:55 +0100)]
Silence autoreconf with a dummy ChangeLog file.
Simon Josefsson [Wed, 25 Jan 2012 09:43:15 +0000 (10:43 +0100)]
Don't store generated ChangeLog in git.
Simon Josefsson [Wed, 25 Jan 2012 09:25:36 +0000 (10:25 +0100)]
Fix datefudge checks, for when datefudge is missing.
Simon Josefsson [Wed, 25 Jan 2012 09:22:00 +0000 (10:22 +0100)]
Only rebuild autogen sources if the real input file is modified.
Simon Josefsson [Wed, 25 Jan 2012 08:00:02 +0000 (09:00 +0100)]
Fix distcheck.
Simon Josefsson [Wed, 25 Jan 2012 07:48:25 +0000 (08:48 +0100)]
Fix datefudge checks.
Simon Josefsson [Wed, 25 Jan 2012 07:48:17 +0000 (08:48 +0100)]
Generated.
Simon Josefsson [Wed, 25 Jan 2012 07:46:55 +0000 (08:46 +0100)]
Improve datefudge check. Fix builddir != srcdir.
Nikos Mavrogiannopoulos [Tue, 24 Jan 2012 21:31:27 +0000 (22:31 +0100)]
documented update
Nikos Mavrogiannopoulos [Tue, 24 Jan 2012 21:28:43 +0000 (22:28 +0100)]
corrected prototypes.
Nikos Mavrogiannopoulos [Tue, 24 Jan 2012 20:43:51 +0000 (21:43 +0100)]
generate libopts makefile outside the conditional.
Patrick Pelletier [Tue, 24 Jan 2012 18:12:49 +0000 (10:12 -0800)]
Fix up some typos and obsolete comments
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
Nikos Mavrogiannopoulos [Tue, 24 Jan 2012 19:58:09 +0000 (20:58 +0100)]
Added functions to allow quering a priority structure.
That is to allow more information being extracted than only the ciphersuites.
gnutls_priority_certificate_type_list: Added
gnutls_priority_sign_list: Added
gnutls_priority_protocol_list: Added
gnutls_priority_compression_list: Added
gnutls_priority_ecc_curve_list: Added
Nikos Mavrogiannopoulos [Tue, 24 Jan 2012 19:27:57 +0000 (20:27 +0100)]
Allow quering available elliptic curves by adding gnutls_ecc_curve_list().
Nikos Mavrogiannopoulos [Tue, 24 Jan 2012 19:16:23 +0000 (20:16 +0100)]
updated
Nikos Mavrogiannopoulos [Tue, 24 Jan 2012 18:10:49 +0000 (19:10 +0100)]
it seems libopts does not want completely empty templates.
Nikos Mavrogiannopoulos [Tue, 24 Jan 2012 18:05:58 +0000 (19:05 +0100)]
correct typo
Nikos Mavrogiannopoulos [Tue, 24 Jan 2012 18:05:29 +0000 (19:05 +0100)]
Do not print the same things twice.
Nikos Mavrogiannopoulos [Tue, 24 Jan 2012 17:34:32 +0000 (18:34 +0100)]
libcfg is no longer required.
Nikos Mavrogiannopoulos [Mon, 23 Jan 2012 23:12:33 +0000 (00:12 +0100)]
updated interoperability and priority strings sections.
Nikos Mavrogiannopoulos [Mon, 23 Jan 2012 22:13:30 +0000 (23:13 +0100)]
Added more text on interoperability
Simon Josefsson [Tue, 24 Jan 2012 14:03:03 +0000 (15:03 +0100)]
Fix make dist.
Simon Josefsson [Tue, 24 Jan 2012 13:48:20 +0000 (14:48 +0100)]
Move libopts/ to src/libopts/. Drop gaa remains.
Simon Josefsson [Tue, 24 Jan 2012 09:18:38 +0000 (10:18 +0100)]
Doc fixes.
Simon Josefsson [Tue, 24 Jan 2012 09:02:50 +0000 (10:02 +0100)]
Drop src/cfg/ stuff.
Nikos Mavrogiannopoulos [Mon, 23 Jan 2012 20:52:41 +0000 (21:52 +0100)]
corrected typo
Nikos Mavrogiannopoulos [Mon, 23 Jan 2012 19:59:41 +0000 (20:59 +0100)]
ocsptool uses libopts
Nikos Mavrogiannopoulos [Mon, 23 Jan 2012 19:58:28 +0000 (20:58 +0100)]
updated inder and inraw commands.
Nikos Mavrogiannopoulos [Mon, 23 Jan 2012 19:14:08 +0000 (20:14 +0100)]
the short version of --help is -h.
Nikos Mavrogiannopoulos [Mon, 23 Jan 2012 19:04:04 +0000 (20:04 +0100)]
Added gnutls_pkcs11_reinit().
Nikos Mavrogiannopoulos [Mon, 23 Jan 2012 08:49:50 +0000 (09:49 +0100)]
corrected token parsing.
Nikos Mavrogiannopoulos [Mon, 23 Jan 2012 08:31:53 +0000 (09:31 +0100)]
READ_MULTI_LINE_TOKENIZED was corrected to account the whole string.
Nikos Mavrogiannopoulos [Sun, 22 Jan 2012 20:32:08 +0000 (21:32 +0100)]
updated
Nikos Mavrogiannopoulos [Sun, 22 Jan 2012 20:27:09 +0000 (21:27 +0100)]
Updated SUITEB requirements according to rfc6460.
Nikos Mavrogiannopoulos [Sun, 22 Jan 2012 19:29:06 +0000 (20:29 +0100)]
Certtool completely relies on libopts. As a side-effect the syntax of dn_oid and key_purpose_oids has changed.
Nikos Mavrogiannopoulos [Sun, 22 Jan 2012 17:00:21 +0000 (18:00 +0100)]
check for --inraw and --outraw.
Nikos Mavrogiannopoulos [Sun, 22 Jan 2012 17:00:18 +0000 (18:00 +0100)]
more files to ignore
Nikos Mavrogiannopoulos [Sun, 22 Jan 2012 16:56:25 +0000 (17:56 +0100)]
removed certtool.1.
Nikos Mavrogiannopoulos [Sun, 22 Jan 2012 16:27:11 +0000 (17:27 +0100)]
No need for action enumerations.
Nikos Mavrogiannopoulos [Sun, 22 Jan 2012 16:23:17 +0000 (17:23 +0100)]
certtool uses libopts for command line parsing.
Nikos Mavrogiannopoulos [Sun, 22 Jan 2012 11:29:15 +0000 (12:29 +0100)]
enums.texi is not run multiple times. Suggested by Eli Zaretskii.
Nikos Mavrogiannopoulos [Sun, 22 Jan 2012 11:26:19 +0000 (12:26 +0100)]
updated docs
Nikos Mavrogiannopoulos [Sun, 22 Jan 2012 09:20:06 +0000 (10:20 +0100)]
p11tool parses arguments are before (with gaa).
Nikos Mavrogiannopoulos [Sun, 22 Jan 2012 08:50:59 +0000 (09:50 +0100)]
corrected command line parsing issues.
Nikos Mavrogiannopoulos [Sun, 22 Jan 2012 08:25:40 +0000 (09:25 +0100)]
Added Since
Nikos Mavrogiannopoulos [Sat, 21 Jan 2012 22:29:50 +0000 (23:29 +0100)]
disable parallel builds.
Nikos Mavrogiannopoulos [Sat, 21 Jan 2012 22:29:08 +0000 (23:29 +0100)]
Do not allow space between section name and ':'.
Nikos Mavrogiannopoulos [Sat, 21 Jan 2012 20:23:03 +0000 (21:23 +0100)]
updated bibliography and changed style.
Nikos Mavrogiannopoulos [Sat, 21 Jan 2012 19:58:06 +0000 (20:58 +0100)]
removed old files.
Nikos Mavrogiannopoulos [Sat, 21 Jan 2012 19:57:41 +0000 (20:57 +0100)]
removed references to IA
Nikos Mavrogiannopoulos [Sat, 21 Jan 2012 19:52:45 +0000 (20:52 +0100)]
updated p11tool def.
Nikos Mavrogiannopoulos [Sat, 21 Jan 2012 14:20:49 +0000 (15:20 +0100)]
p11tool uses libopts
Nikos Mavrogiannopoulos [Sat, 21 Jan 2012 12:30:04 +0000 (13:30 +0100)]
keyfile and certfile types were changed to string, to allow for PKCS #11 urls
Nikos Mavrogiannopoulos [Sat, 21 Jan 2012 12:20:32 +0000 (13:20 +0100)]
replaced smallexample with example.
Nikos Mavrogiannopoulos [Sat, 21 Jan 2012 11:27:13 +0000 (12:27 +0100)]
Removed all auto-generated files.
Nikos Mavrogiannopoulos [Sat, 21 Jan 2012 11:24:56 +0000 (12:24 +0100)]
corrected AKI test.
Nikos Mavrogiannopoulos [Sat, 21 Jan 2012 11:11:25 +0000 (12:11 +0100)]
corrected typo
Nikos Mavrogiannopoulos [Sat, 21 Jan 2012 10:45:53 +0000 (11:45 +0100)]
Do not store auto-generated manpages to git.
Nikos Mavrogiannopoulos [Sat, 21 Jan 2012 10:42:01 +0000 (11:42 +0100)]
uploaded for new legacy sec level
Nikos Mavrogiannopoulos [Sat, 21 Jan 2012 10:34:02 +0000 (11:34 +0100)]
Added missing files.
Nikos Mavrogiannopoulos [Sat, 21 Jan 2012 10:33:37 +0000 (11:33 +0100)]
Added functions to parse authority key identifiers when stored as a 'general name' and serial combo.
Nikos Mavrogiannopoulos [Sat, 21 Jan 2012 08:52:09 +0000 (09:52 +0100)]
Corrected bug in _gnutls_parse_aia()
Nikos Mavrogiannopoulos [Sat, 21 Jan 2012 01:22:11 +0000 (02:22 +0100)]
updated parameter parsing.
Nikos Mavrogiannopoulos [Sat, 21 Jan 2012 01:02:08 +0000 (02:02 +0100)]
removed serv gaa files
Nikos Mavrogiannopoulos [Sat, 21 Jan 2012 01:00:42 +0000 (02:00 +0100)]
updates.
Nikos Mavrogiannopoulos [Sat, 21 Jan 2012 01:00:39 +0000 (02:00 +0100)]
gnutls-serv uses libopts.
Nikos Mavrogiannopoulos [Sat, 21 Jan 2012 00:21:40 +0000 (01:21 +0100)]
sign fixes.
Nikos Mavrogiannopoulos [Sat, 21 Jan 2012 00:12:47 +0000 (01:12 +0100)]
Documented updates.
Nikos Mavrogiannopoulos [Wed, 18 Jan 2012 21:34:44 +0000 (22:34 +0100)]
Added new security level "legacy" for 96-bit security.
Nikos Mavrogiannopoulos [Thu, 19 Jan 2012 20:46:15 +0000 (21:46 +0100)]
psktool also uses libopt.
Nikos Mavrogiannopoulos [Tue, 17 Jan 2012 18:50:27 +0000 (19:50 +0100)]
gnutls-cli, gnutls-cli-debug and srptool use libopts.
Nikos Mavrogiannopoulos [Tue, 17 Jan 2012 19:30:24 +0000 (20:30 +0100)]
If peer doesn't send any issuers and we have a single certificate then send that one.
Nikos Mavrogiannopoulos [Sun, 15 Jan 2012 15:02:29 +0000 (16:02 +0100)]
Fixed signed/unsigned warnings.
Dropped opaque type (replaced with uint8_t)
Nikos Mavrogiannopoulos [Sat, 14 Jan 2012 22:34:10 +0000 (23:34 +0100)]
Modulo operations are only occuring on unsigned integers.
Ludovic Courtès [Fri, 20 Jan 2012 22:00:46 +0000 (23:00 +0100)]
guile: Don't cast return value of `alloca'.
Ludovic Courtès [Fri, 20 Jan 2012 21:55:44 +0000 (22:55 +0100)]
guile: Update the list of error codes.
Simon Josefsson [Fri, 20 Jan 2012 14:36:36 +0000 (15:36 +0100)]
Sync with TP.
Simon Josefsson [Fri, 20 Jan 2012 14:34:34 +0000 (15:34 +0100)]
Ignore assembler code.
Simon Josefsson [Fri, 20 Jan 2012 14:30:30 +0000 (15:30 +0100)]
Add/fix copyright headers.
Simon Josefsson [Fri, 20 Jan 2012 13:53:33 +0000 (14:53 +0100)]
Add rules to generate clang analysis.
Simon Josefsson [Fri, 20 Jan 2012 13:43:58 +0000 (14:43 +0100)]
Update gnulib files.
Simon Josefsson [Fri, 20 Jan 2012 13:21:42 +0000 (14:21 +0100)]
Generated.
Simon Josefsson [Fri, 20 Jan 2012 12:57:00 +0000 (13:57 +0100)]
Version 3.0.12.