summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* certtool's --verify option if not supplied with a CA list, will use the ↵Nikos Mavrogiannopoulos2013-11-242-80/+111
| | | | system's CA list.
* link all programs with libgnu_gpl to avoid conflicts from header files.Nikos Mavrogiannopoulos2013-11-211-11/+11
|
* Added progname module which is used by error().Nikos Mavrogiannopoulos2013-11-215-2/+168
|
* safer usage of strerrorNikos Mavrogiannopoulos2013-11-211-1/+2
|
* use the AUTOGEN variableNikos Mavrogiannopoulos2013-11-211-10/+10
|
* use libtool to generate liboptsNikos Mavrogiannopoulos2013-11-212-7/+7
|
* corrected libopts patchNikos Mavrogiannopoulos2013-11-211-1/+1
|
* removed unneed lineNikos Mavrogiannopoulos2013-11-211-1/+1
|
* doc updateNikos Mavrogiannopoulos2013-11-161-2/+4
|
* Added activation_date and expiration_date options to certtool template file.Nikos Mavrogiannopoulos2013-11-165-46/+117
|
* Added a gnulib with GPL components for use by applications.Nikos Mavrogiannopoulos2013-11-1692-3/+17614
|
* corrected bug reporting address.Nikos Mavrogiannopoulos2013-11-161-1/+1
|
* Check for overflows when setting time and allow a time of -1.Nikos Mavrogiannopoulos2013-11-163-10/+23
|
* corrected bug in gnutls-cli when used on IPv6 addresses.Nikos Mavrogiannopoulos2013-11-131-10/+10
|
* simplified functionNikos Mavrogiannopoulos2013-11-131-10/+13
|
* doc updateNikos Mavrogiannopoulos2013-11-101-0/+31
|
* doc updateNikos Mavrogiannopoulos2013-11-101-1/+1
|
* use GNUTLS_PIN instead of GNUTLS_PKCS11_PIN.Nikos Mavrogiannopoulos2013-11-101-1/+1
|
* Avoid infinite loops with self-signed certificates present in the chainNikos Mavrogiannopoulos2013-11-101-1/+6
|
* Allow getting the PIN from the GNUTLS_PKCS11_PIN environment variable.Nikos Mavrogiannopoulos2013-11-102-2/+16
|
* Added export-chain option to p11toolNikos Mavrogiannopoulos2013-11-094-89/+136
|
* reindented codeNikos Mavrogiannopoulos2013-11-0836-15567/+15025
|
* enable --outder for certtool --dh-infoDaniel Kahn Gillmor2013-11-084-4/+14
| | | | | "certool --dh-info --outder" produces PEM-encoded output without this patch.
* enable --inder for certtool --dh-infoDaniel Kahn Gillmor2013-11-082-2/+2
| | | | | certtool --dh-info is unable to read DER-encoded DH parameters without this patch.
* fixes in libopts compilationNikos Mavrogiannopoulos2013-11-061-4/+4
|
* updated to libopts 5.18.2Nikos Mavrogiannopoulos2013-11-0520-194/+212
|
* better loggingNikos Mavrogiannopoulos2013-11-051-1/+1
|
* updated libopts to 5.18Nikos Mavrogiannopoulos2013-11-0534-890/+1114
|
* removed autogenerated filesNikos Mavrogiannopoulos2013-11-0520-16680/+0
|
* If autogen and libopts are present then use the system's libopts.Nikos Mavrogiannopoulos2013-11-051-10/+13
|
* argument descriptions should not end in a dotDaniel Kahn Gillmor2013-11-056-26/+26
| | | | | | | | | | | | | | When the descrip value for an argument ends in a dot, the rendered documentation places two dots (for example "specify a password file.." in srptool(1)). Most of the descriptions are declared properly (without a trailing dot), but this patch should clean up the rest. After this commit, any auto-generated documentation that is committed to git will probably will also need to be refreshed (or removed from git entirely and generated from the definitions during build, which might be cleaner).
* fix DHE parameter output for gnutls-cli-debug --verboseDaniel Kahn Gillmor2013-11-021-0/+1
| | | | | | | | gnutls_handshake() was failing during test_dhe_group, with an error of GNUTLS_E_NO_PRIORITIES_WERE_SET. Adding this call fixes the handshake so that DHE group details can be printed when requested. Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* Do not use gnutls_dh_set_prime_bits() in server side.Nikos Mavrogiannopoulos2013-11-021-1/+0
|
* Do not print private key parameters when exporting an encrypted private key.Nikos Mavrogiannopoulos2013-11-021-2/+5
|
* conditionally use ALPN. Reported by Jaak Ristioja.Nikos Mavrogiannopoulos2013-11-011-0/+2
|
* include proper header file for uint8_tNikos Mavrogiannopoulos2013-10-311-0/+1
|
* corrected exampleNikos Mavrogiannopoulos2013-10-313-1304/+523
|
* Added proper newlines to errors.Nikos Mavrogiannopoulos2013-10-291-17/+17
|
* removed warningsNikos Mavrogiannopoulos2013-10-261-7/+9
|
* Added option --generate-random to p11tool.Nikos Mavrogiannopoulos2013-10-266-1010/+481
|
* cli: add missing stdbool.hAlon Bar-Lev2013-10-251-0/+1
| | | | | Signed-off-by: Alon Bar-Lev <alon.barlev@gmail.com> Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* small changes prior to releasegnutls_3_2_5Nikos Mavrogiannopoulos2013-10-234-4/+5
|
* corrected type of path_lenNikos Mavrogiannopoulos2013-10-211-1/+1
|
* corrected length calculationNikos Mavrogiannopoulos2013-10-101-1/+1
|
* Corrected possible buffer overruns in included programs and examples.Nikos Mavrogiannopoulos2013-10-093-8/+15
| | | | | Corrected possible buffer overruns in included programs and examples. Reported by Pedro Ribeiro <pedrib@gmail.com>.
* autogen'ed files updateNikos Mavrogiannopoulos2013-10-042-594/+169
|
* Fix srptool issuesAttila Molnar2013-10-041-2/+1
| | | | | | | | | | | | | | From dc3a0d6d8d4aa98ccb19641e6668a03d77f381f1 Mon Sep 17 00:00:00 2001 From: Attila Molnar <attilamolnar@hush.com> Date: Tue, 1 Oct 2013 13:42:10 +0200 Subject: [PATCH 2/2] srptool: Fix segfault when an invalid group parameter index is given If no group with the given index was found in the password conf file srptool crashed instead of reporting the error because the return value of fgets() wasn't validated before it was passed to atoi(). Signed-off-by: Attila Molnar <attilamolnar@hush.com>
* Fix srptool issuesAttila Molnar2013-10-042-1/+3
| | | | | | | | | | From 1fac0e5352e88addb8bf57dcac126918f19d7303 Mon Sep 17 00:00:00 2001 From: Attila Molnar <attilamolnar@hush.com> Date: Tue, 1 Oct 2013 13:40:01 +0200 Subject: [PATCH 1/2] srptool: Fix inability to add users to tpasswd and broken -i switch Signed-off-by: Attila Molnar <attilamolnar@hush.com>
* doc updateNikos Mavrogiannopoulos2013-10-043-3/+3
|
* autogen'ed files updateNikos Mavrogiannopoulos2013-10-042-1139/+496
|