summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | db: introduce gnutls_db_set_add_functionDaiki Ueno2018-11-129-1/+36
| * | db: introduce gnutls_db_check_entry_expire_timeDaiki Ueno2018-11-128-2/+55
| * | tls13/session_ticket: record timestamp in ticketDaiki Ueno2018-11-122-4/+26
| * | str: suppress compiler warning when time_t is 32-bitDaiki Ueno2018-11-121-1/+1
| * | testcompat-tls13-openssl: exercise early data transmissionDaiki Ueno2018-11-121-0/+54
| * | tests: add tests for early dataDaiki Ueno2018-11-123-1/+327
| * | cli: add --earlydata optionDaiki Ueno2018-11-126-511/+585
| * | serv: add --earlydata optionDaiki Ueno2018-11-124-363/+424
| * | record: introduce new API functions for early dataDaiki Ueno2018-11-117-1/+137
| * | handshake: handle early dataDaiki Ueno2018-11-1112-108/+572
| * | session_pack: record max_early_data_size in session dataDaiki Ueno2018-11-111-2/+8
| * | record: fix memleak when rejecting early dataDaiki Ueno2018-11-111-1/+3
| * | constate: add epoch_rel argument to _gnutls_epoch_dupDaiki Ueno2018-11-114-5/+5
| * | handshake: refactor early secret derivationDaiki Ueno2018-11-112-16/+8
| * | handshake: record transcript hash for ClientHelloDaiki Ueno2018-11-112-0/+8
| * | ext/pre_shared_key: use predefined macros for secret labelsDaiki Ueno2018-11-112-5/+5
| |/
* | Merge branch 'tmp-f29' into 'master'Dmitry Eremin-Solenikov2018-11-129-53/+84
|\ \ | |/ |/|
| * gnutls-cli: use assert to mark impossible pathtmp-f29Nikos Mavrogiannopoulos2018-11-101-0/+3
| * pkcs12: cleanups, and two memory leak fixesNikos Mavrogiannopoulos2018-11-101-10/+8
| * tls13: use system's openssl for interop testingNikos Mavrogiannopoulos2018-11-104-9/+15
| * Added checks to avoid false negatives reported by static analyzersNikos Mavrogiannopoulos2018-11-102-2/+9
| * Initialize output var to avoid false negative from static analyzersNikos Mavrogiannopoulos2018-11-091-1/+4
| * .gitlab-ci.yml: move to fedora29 for CINikos Mavrogiannopoulos2018-11-091-31/+45
* | Merge branch 'args-std-def' into 'master'Tim Rühsen2018-11-1031-2787/+2643
|\ \
| * | src: update autogenerated .bak filesDmitry Eremin-Solenikov2018-11-1022-2471/+2471
| * | src: include .bak files in EXTRA_DISTDmitry Eremin-Solenikov2018-11-102-15/+29
| * | src: update .bak files during -args.c/.h regenerationDmitry Eremin-Solenikov2018-11-102-13/+52
| * | doc: fix texi generation in out-of-tree buildsDmitry Eremin-Solenikov2018-11-101-10/+10
| * | src: mark autogen'ed sources as nodist_Dmitry Eremin-Solenikov2018-11-101-11/+22
| * | Makefile.am: drop manpages regeneration from dist-hookDmitry Eremin-Solenikov2018-11-101-5/+0
| * | manpages: fix manpages distributionDmitry Eremin-Solenikov2018-11-101-7/+17
| * | manpages: fix tools manpages generationDmitry Eremin-Solenikov2018-11-101-11/+11
| * | manpages: un-unroll the loopDmitry Eremin-Solenikov2018-11-101-214/+6
| * | configure.ac: merge autogen/libopts checksDmitry Eremin-Solenikov2018-11-101-14/+11
| * | doc: fix documentation generation in out-of-tree buildsDmitry Eremin-Solenikov2018-11-101-1/+1
| * | cfg.mk: fix ChangeLog generation on out-of-tree buildsDmitry Eremin-Solenikov2018-11-101-1/+1
| * | src: args-std.def: substitute variables using configureDmitry Eremin-Solenikov2018-11-104-15/+13
| |/
* | Merge branch 'tmp-remove-gl-memxor' into 'master'Nikos Mavrogiannopoulos2018-11-101-5/+0
|\ \ | |/ |/|
| * Unconditionally include nettle/memxor.htmp-remove-gl-memxorTim Rühsen2018-11-101-5/+0
|/
* tpmtool: Support --srk-well-known for SRK with 20 zero bytes passwordStefan Berger2018-11-092-19/+34
* Merge branch 'tmp-fix-ci-runs' into 'master'Dmitry Eremin-Solenikov2018-11-095-57/+258
|\
| * testcompat-openssl: do not test DSS or small curves with 1.1.1tmp-fix-ci-runsNikos Mavrogiannopoulos2018-11-071-25/+39
| * doc/credentials: increased key size in RSA client certNikos Mavrogiannopoulos2018-11-072-30/+202
| * certtool: allow --update-certificate to replace public keyNikos Mavrogiannopoulos2018-11-071-1/+16
| * README.md: updated instructions to apply to fedora29Nikos Mavrogiannopoulos2018-11-071-1/+1
|/
* Merge branch 'tmp-ignore-ctypes' into 'master'Nikos Mavrogiannopoulos2018-11-026-23/+42
|\
| * gnutls_priority_init: ignore CTYPE-OPENPGP optionstmp-ignore-ctypesNikos Mavrogiannopoulos2018-11-016-1/+17
| * gnutls_priority_init: fixed indentation according to project rulesNikos Mavrogiannopoulos2018-11-011-22/+25
* | Merge branch 'tmp-fix-record-size-limit-tls12' into 'master'Nikos Mavrogiannopoulos2018-11-022-9/+19
|\ \
| * | ext/record_size_limit: handle the extension in TLS 1.2 ServerHellotmp-fix-record-size-limit-tls12Daiki Ueno2018-11-012-9/+19
| |/