Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | updated gnulib | Nikos Mavrogiannopoulos | 2014-03-01 | 92 | -160/+2035 |
| | |||||
* | documented the defaults | Nikos Mavrogiannopoulos | 2014-02-28 | 2 | -2/+2 |
| | |||||
* | Add required priorities | Nikos Mavrogiannopoulos | 2014-02-28 | 1 | -4/+4 |
| | |||||
* | New option --stricttofu for gnutls-cli | Jens Lechtenboerger | 2014-02-23 | 2 | -5/+20 |
| | | | | | | | | | | | | | | With option --tofu, gnutls-cli waits with a yes-no-question upon certificate changes. I added the option --stricttofu that omits the question and fails instead. The contribution is in accordance to the "Developer's Certificate of Origin" as found in the file doc/DCO.txt. Best wishes Jens Signed-off-by: Jens Lechtenbörger <jens.lechtenboerger@fsfe.org> | ||||
* | corrected email in texi | Nikos Mavrogiannopoulos | 2014-02-20 | 1 | -1/+1 |
| | |||||
* | better error printing | Nikos Mavrogiannopoulos | 2014-02-19 | 1 | -140/+140 |
| | |||||
* | removed debugging | Nikos Mavrogiannopoulos | 2014-02-19 | 1 | -5/+0 |
| | |||||
* | certtool allows setting name constraints. | Nikos Mavrogiannopoulos | 2014-02-19 | 4 | -7/+118 |
| | |||||
* | When verifying a response and a signer isn't provided assume that the signer ↵ | Nikos Mavrogiannopoulos | 2014-02-18 | 1 | -75/+92 |
| | | | | is the issuer. | ||||
* | When sending a nonce in OCSP check if it is available on the reply. | Nikos Mavrogiannopoulos | 2014-02-18 | 5 | -36/+100 |
| | |||||
* | removed deprecated flag | Nikos Mavrogiannopoulos | 2014-02-14 | 1 | -3/+1 |
| | |||||
* | fixed socket existance checking | Marcus Meissner | 2014-02-12 | 1 | -2/+4 |
| | | | | | | | | If getaddrinfo returns: ipv4 address, ipv6 address ... and socket() for the ipv6 address fails, this loop would fail and abort the socket listen code. Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org> | ||||
* | Use longer timestamps for serial numbers. | Nikos Mavrogiannopoulos | 2014-02-11 | 3 | -29/+75 |
| | |||||
* | Added --ask-pass certtool option to allow asking for passwords even when in ↵ | Nikos Mavrogiannopoulos | 2014-02-05 | 6 | -4/+18 |
| | | | | batch mode. | ||||
* | use newlines in error printing | Nikos Mavrogiannopoulos | 2014-02-05 | 1 | -36/+36 |
| | |||||
* | corrected push/pull function setting | Nikos Mavrogiannopoulos | 2014-01-24 | 1 | -4/+6 |
| | |||||
* | more updates for the security param rename | Nikos Mavrogiannopoulos | 2014-01-14 | 2 | -4/+4 |
| | |||||
* | gnutls-cli-debug should accept TLS 1.2-only servers | Daniel Kahn Gillmor | 2014-01-09 | 1 | -2/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Without this patch, a TLS 1.2-only server will not be properly investigated by gnutls-cli-debug. e.g. a server like: gnutls-serv --x509keyfile=server/secret.key --x509certfile=server/x509.pem --priority 'NORMAL:-VERS-TLS-ALL:+VERS-TLS1.2' gets this failed analysis: 0 dkg@alice:~$ gnutls-cli-debug --port 5556 localhostrt 5556 localhost Resolving 'localhost'... Connecting to '::1:5556'... Checking for SSL 3.0 support... no Checking whether %COMPAT is required... yes Checking for TLS 1.0 support... no Checking for TLS 1.1 support... no Checking fallback from TLS 1.1 to... failed Checking for TLS 1.2 support... yes Checking whether we need to disable TLS 1.2... N/A Checking whether we need to disable TLS 1.1... no Server does not support any of SSL 3.0, TLS 1.0 and TLS 1.1 0 dkg@alice:~$ Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org> | ||||
* | Added documentation for force autogen to generate correct texinfo code. | Nikos Mavrogiannopoulos | 2014-01-01 | 1 | -3/+3 |
| | |||||
* | Add LIB_CLOCK_GETTIME to crywrap | Gustavo Zacarias | 2013-12-27 | 1 | -0/+1 |
| | | | | | | | It's used indirectly thus causing build breakage on versions of glibc where it's defined in librt rather than libc directly. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> | ||||
* | Added so-login flag to force security office login to the card | Nikos Mavrogiannopoulos | 2013-12-23 | 3 | -26/+36 |
| | |||||
* | updated txt | Nikos Mavrogiannopoulos | 2013-12-23 | 1 | -1/+1 |
| | |||||
* | print warning when no token name is provided | Nikos Mavrogiannopoulos | 2013-12-23 | 1 | -14/+14 |
| | |||||
* | corrected key ID size check | Nikos Mavrogiannopoulos | 2013-12-23 | 1 | -1/+1 |
| | |||||
* | Added aliases list-privkeys and list-keys | Nikos Mavrogiannopoulos | 2013-12-22 | 1 | -0/+10 |
| | |||||
* | explicitly set the gnulib functions for recv and send. | Nikos Mavrogiannopoulos | 2013-12-21 | 4 | -0/+41 |
| | |||||
* | doc update | Nikos Mavrogiannopoulos | 2013-12-18 | 1 | -1/+1 |
| | |||||
* | doc update | Nikos Mavrogiannopoulos | 2013-12-17 | 1 | -0/+1 |
| | |||||
* | removed UMAC ciphersuites from benchmark | Nikos Mavrogiannopoulos | 2013-12-14 | 1 | -3/+0 |
| | |||||
* | removed the estream ciphersuites from benchmarks | Nikos Mavrogiannopoulos | 2013-12-14 | 1 | -6/+0 |
| | |||||
* | use a single BUILT_SOURCES | Nikos Mavrogiannopoulos | 2013-12-14 | 1 | -3/+0 |
| | |||||
* | minor phrasing improvements in docs | Patrick Pelletier | 2013-12-14 | 1 | -2/+2 |
| | |||||
* | Added auto-generated files in BUILT_SOURCES | Nikos Mavrogiannopoulos | 2013-12-14 | 1 | -0/+7 |
| | |||||
* | Avoid conditional generation of Makefile | Nikos Mavrogiannopoulos | 2013-12-13 | 1 | -1/+2 |
| | |||||
* | added newlines in error reporting | Nikos Mavrogiannopoulos | 2013-11-30 | 1 | -2/+2 |
| | |||||
* | Merged the FIPS140-2 support code. | Nikos Mavrogiannopoulos | 2013-11-30 | 1 | -0/+4 |
|\ | | | | | | | | | | | Conflicts: lib/gnutls_global.c tests/mini-overhead.c | ||||
| * | In FIPS mode the default cipher is AES. | Nikos Mavrogiannopoulos | 2013-11-27 | 1 | -0/+4 |
| | | |||||
* | | removed usage of %zu. | Nikos Mavrogiannopoulos | 2013-11-30 | 1 | -1/+1 |
| | | |||||
* | | gnutls-cli-debug tests for camellia-gcm. | Nikos Mavrogiannopoulos | 2013-11-30 | 3 | -3/+21 |
|/ | |||||
* | handle centrally more variables | Nikos Mavrogiannopoulos | 2013-11-24 | 1 | -4/+4 |
| | |||||
* | certtool's --verify option if not supplied with a CA list, will use the ↵ | Nikos Mavrogiannopoulos | 2013-11-24 | 2 | -80/+111 |
| | | | | system's CA list. | ||||
* | link all programs with libgnu_gpl to avoid conflicts from header files. | Nikos Mavrogiannopoulos | 2013-11-21 | 1 | -11/+11 |
| | |||||
* | Added progname module which is used by error(). | Nikos Mavrogiannopoulos | 2013-11-21 | 5 | -2/+168 |
| | |||||
* | safer usage of strerror | Nikos Mavrogiannopoulos | 2013-11-21 | 1 | -1/+2 |
| | |||||
* | use the AUTOGEN variable | Nikos Mavrogiannopoulos | 2013-11-21 | 1 | -10/+10 |
| | |||||
* | use libtool to generate libopts | Nikos Mavrogiannopoulos | 2013-11-21 | 2 | -7/+7 |
| | |||||
* | corrected libopts patch | Nikos Mavrogiannopoulos | 2013-11-21 | 1 | -1/+1 |
| | |||||
* | removed unneed line | Nikos Mavrogiannopoulos | 2013-11-21 | 1 | -1/+1 |
| | |||||
* | doc update | Nikos Mavrogiannopoulos | 2013-11-16 | 1 | -2/+4 |
| | |||||
* | Added activation_date and expiration_date options to certtool template file. | Nikos Mavrogiannopoulos | 2013-11-16 | 5 | -46/+117 |
| |