summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* gnutls_cipher_add_auth: propagate error codesNikos Mavrogiannopoulos2018-07-021-3/+1
* Merge branch 'tmp-32-bit-time_t' into 'master'Nikos Mavrogiannopoulos2018-07-029-20/+187
|\
| * certtool: properly print an int64_t valueNikos Mavrogiannopoulos2018-07-022-5/+2
| * certtool: print information on time_t restrictions on failureNikos Mavrogiannopoulos2018-07-021-0/+6
| * tests: verify that certtool operates as expected with dates after 2038Nikos Mavrogiannopoulos2018-07-024-1/+155
| * tests: check explicitly the size of time_tNikos Mavrogiannopoulos2018-07-024-14/+24
| * tests: better guarding of variable SKIP_DATEFUDGE_CHECKNikos Mavrogiannopoulos2018-07-021-1/+1
|/
* Merge branch 'tmp-post-handshake-auth' into 'master'Nikos Mavrogiannopoulos2018-07-0224-32/+512
|\
| * tests: ignore PIPE signal on TLS1.3-related testsNikos Mavrogiannopoulos2018-07-0215-14/+36
| * tests: check for GNUTLS_E_GOT_APPLICATION_DATA on post-handshake authNikos Mavrogiannopoulos2018-07-023-6/+57
| * post-handshake: return GNUTLS_E_GOT_APPLICATION_DATA as documented toNikos Mavrogiannopoulos2018-07-022-4/+16
| * tests: introduced test for post-handshake auth + PSKNikos Mavrogiannopoulos2018-07-023-1/+369
| * tls13 handshake: allow certificate messages after handshakeNikos Mavrogiannopoulos2018-07-024-6/+19
| * gnutls_session_get_flags: introduced GNUTLS_SFLAGS_POST_HANDSHAKE_AUTHNikos Mavrogiannopoulos2018-07-025-2/+16
|/
* gnutls-serv: make --disable-client-cert and --require-client-cert options inc...Nikos Mavrogiannopoulos2018-07-022-2/+7
* tests: verify whether GNUTLS_TLS_VERSION_MAX is negotiated on default modeNikos Mavrogiannopoulos2018-06-292-7/+12
* Merge branch 'tmp-ci-cleanups' into 'master'Nikos Mavrogiannopoulos2018-06-291-7/+11
|\
| * Fixes + cleanups for .gitlab-ci.ymlTim Rühsen2018-06-291-7/+11
|/
* p11tool: remove duplicate branchNikos Mavrogiannopoulos2018-06-271-3/+1
* Add strdup-posix gnulib moduleTim Rühsen2018-06-271-1/+1
* testcompat-tls13-openssl: fix openssl interactionsNikos Mavrogiannopoulos2018-06-273-12/+54
* gnutls-serv: when post-handshake auth is asked; require a certificateNikos Mavrogiannopoulos2018-06-274-7/+21
* key update: corrected generation of keysNikos Mavrogiannopoulos2018-06-273-10/+10
* gnutls-cli: wait for all server data prior to closing connectionNikos Mavrogiannopoulos2018-06-271-54/+30
* .gitignore: added new test executablesNikos Mavrogiannopoulos2018-06-271-119/+212
* tests: eliminated compiler warningsNikos Mavrogiannopoulos2018-06-272-5/+3
* Update .gitignore files according to bootstrapDmitry Eremin-Solenikov2018-06-272-0/+2
* src: fix regenerating autogen files if builddir = srcdirDmitry Eremin-Solenikov2018-06-271-1/+7
* Merge branch 'timespec-overflow2' into 'master'Tim Rühsen2018-06-266-32/+11
|\
| * convert from milliseconds to timespec without loopRolf Eike Beer2018-06-264-27/+8
| * use timespec_sub_ms() instead of open coding itRolf Eike Beer2018-06-261-3/+1
| * avoid overflow when substracting timespecs if rdtsc is not availableRolf Eike Beer2018-06-261-2/+2
|/
* lib/nettle/gost: support building with mini-nettle/mini-gmpDmitry Eremin-Solenikov2018-06-262-2/+2
* avoid rounding errors and overflows when substracting timespecsRolf Eike Beer2018-06-261-2/+1
* Merge branch 'tmp-fix-fips-generation' into 'master'Nikos Mavrogiannopoulos2018-06-261-3/+12
|\
| * wrap_nettle_pk_generate_keys: retry on provable key generationtmp-fix-fips-generationNikos Mavrogiannopoulos2018-06-261-3/+12
|/
* Merge branch 'auto-sync-translations' into 'master'Nikos Mavrogiannopoulos2018-06-2619-23971/+1
|\
| * Let ./bootstrap sync from translationproject.orgTim Rühsen2018-06-2619-23971/+1
|/
* gnutls_session_get_desc: fixed desc printing of custom groupsNikos Mavrogiannopoulos2018-06-261-2/+5
* doc update [ci skip]Nikos Mavrogiannopoulos2018-06-251-0/+7
* aarch64: use getauxval() if available to discover cpu capstmp-aarch64Nikos Mavrogiannopoulos2018-06-242-35/+36
* .gitlab-ci.yml: no need for submodule update on cross-buildsNikos Mavrogiannopoulos2018-06-241-1/+0
* .gitlab-ci.yml: use qemu for aarch64 testingNikos Mavrogiannopoulos2018-06-241-23/+3
* .gitlab-ci.yml: corrected typoNikos Mavrogiannopoulos2018-06-241-1/+1
* .gitlab-ci.yml: skip submodule initialization when not necessarytmp-updated-buildsNikos Mavrogiannopoulos2018-06-241-2/+0
* .gitlab-ci.yml: updated x86 CI builds with better datefudge detectionNikos Mavrogiannopoulos2018-06-246-27/+18
* .gitlab-ci.yml: debian stretch build replaced by busterNikos Mavrogiannopoulos2018-06-241-2/+2
* doc update [ci skip]Nikos Mavrogiannopoulos2018-06-231-3/+4
* doc update [ci skip]Nikos Mavrogiannopoulos2018-06-231-0/+5
* Merge branch 'gost-no-tls' into 'master'Nikos Mavrogiannopoulos2018-06-23119-101/+14557
|\