summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* crypto-selftests.c: Fix checking return valuetmp-fix-crypto-selftestsTim Rühsen2019-01-191-3/+3
* Merge branch 'tmp-fix-certtools' into 'master'Nikos Mavrogiannopoulos2019-01-141-1/+1
|\
| * certtool: data encipherment is disabled by defaulttmp-fix-certtoolsNikos Mavrogiannopoulos2019-01-141-1/+1
|/
* Merge branch 'tmp-autogen-bak-revert' into 'master'Nikos Mavrogiannopoulos2019-01-103-18/+41
|\
| * Revert "build: remove src/*.bak from distribution"tmp-autogen-bak-revertDaiki Ueno2019-01-083-18/+41
* | .travis.yml: use ./bootstrap instead of make autoreconfNikos Mavrogiannopoulos2019-01-101-1/+1
* | Merge branch 'tmp-fix-regression-ext-size' into 'master'Nikos Mavrogiannopoulos2019-01-098-7/+226
|\ \
| * | When sending no extensions do not include a zero lengthNikos Mavrogiannopoulos2019-01-098-7/+226
* | | Merge branch 'aclocal' into 'master'Tim Rühsen2019-01-091-1/+1
|\ \ \ | |/ / |/| |
| * | build: install all m4 macrosAlon Bar-Lev2019-01-071-1/+1
* | | Merge branch 'tmp-rsa-pss-tls12' into 'master'Daiki Ueno2019-01-095-6/+21
|\ \ \
| * | | Avoid calling sign_algorithm_get_name() when we already have pointer to the a...tmp-rsa-pss-tls12Nikos Mavrogiannopoulos2019-01-091-1/+1
| * | | tls-sig: check RSA-PSS signature key compatibility also in TLS 1.2Daiki Ueno2019-01-092-4/+19
| * | | tlsfuzzer: update to the latest upstream for the TLS 1.2 CV testsDaiki Ueno2019-01-092-0/+0
| * | | alert: map GNUTLS_E_UNKNOWN_COMPRESSION_ALGORITHM to illegal_parameterDaiki Ueno2019-01-091-1/+1
|/ / /
* | | Merge branch 'gnutls_write_new_general_fix' into 'master'Tim Rühsen2019-01-081-1/+1
|\ \ \ | |_|/ |/| |
| * | Fix _gnutls_write_new_general_name() result checkingMaks Naumov2019-01-081-1/+1
| |/
* | _gnutls_hello_ext_set_datum: removed unnecessary remark [ci skip]Nikos Mavrogiannopoulos2019-01-081-1/+1
|/
* Merge branch 'tmp-fix-signing' into 'master'Tim Rühsen2019-01-041-0/+1
|\
| * _gnutls13_handshake_sign_data: properly fail on signing errortmp-fix-signingNikos Mavrogiannopoulos2019-01-031-0/+1
* | Merge branch 'tmp-msvc-fixes' into 'master'Daiki Ueno2019-01-041-1/+1
|\ \
| * | ext/pre_shared_key: avoid unnecessary use of VLA for MSVCtmp-msvc-fixesDaiki Ueno2019-01-041-1/+1
* | | Merge branch 'tmp-unroll-ci-commands' into 'master'Dmitry Eremin-Solenikov2019-01-041-13/+18
|\ \ \
| * | | Unroll MinGW CI runner commandstmp-unroll-ci-commandsTim Rühsen2019-01-041-13/+18
| |/ /
* | | Merge branch 'tmp-fix-typos-in-lib' into 'master'Tim Rühsen2019-01-0434-49/+49
|\ \ \
| * | | Fix typos in lib/tmp-fix-typos-in-libTim Rühsen2019-01-0434-49/+49
| |/ /
* | | Merge branch 'tmp-tests-fail-on-signals' into 'master'Tim Rühsen2019-01-0412-39/+172
|\ \ \ | |/ / |/| |
| * | tests: treat all signals as errortmp-tests-fail-on-signalsNikos Mavrogiannopoulos2019-01-0412-39/+172
|/ /
* | Merge branch 'tmp-revert-835' into 'master'Tim Rühsen2019-01-041-48/+2
|\ \
| * | Revert "verify-high2: Fix cert dir iteration on Win32"tmp-revert-835Nikos Mavrogiannopoulos2019-01-041-48/+2
|/ /
* | Merge branch 'tmp-fix-typos-in-doc' into 'master'Dmitry Eremin-Solenikov2019-01-039-15/+15
|\ \
| * | Fix typos in doc/tmp-fix-typos-in-docTim Rühsen2019-01-039-15/+15
| |/
* | Merge branch 'master' into 'master'Tim Rühsen2019-01-031-1/+1
|\ \ | |/ |/|
| * Fix typo when checking for ed25519 supportMarga Manterola2019-01-031-1/+1
|/
* Merge branch 'tmp-update-gnulib' into 'master'Dmitry Eremin-Solenikov2019-01-027-1806/+6
|\
| * Fix 'make distcheck'Tim Rühsen2019-01-021-1/+1
| * Remove auto-generated gnulib files from repoTim Rühsen2019-01-023-1802/+2
| * Update required autoconf version to 2.63Tim Rühsen2019-01-021-1/+1
| * Update gnulibTim Rühsen2019-01-021-0/+0
| * Update copyright year in doc/gnutls.texiTim Rühsen2019-01-021-2/+2
|/
* Merge branch 'tmp-fix-examples' into 'master'Nikos Mavrogiannopoulos2019-01-0110-55/+90
|\
| * examples: ignore GNUTLS_E_AGAIN or INTERRUPTED errorstmp-fix-examplesNikos Mavrogiannopoulos2018-12-3010-43/+78
| * examples: use a valid DNS nameNikos Mavrogiannopoulos2018-12-304-12/+12
|/
* Merge branch 'tmp-fix-ossfuzz' into 'master'Dmitry Eremin-Solenikov2018-12-291-1/+1
|\
| * Fix OSS-Fuzz buildtmp-fix-ossfuzzTim Rühsen2018-12-291-1/+1
|/
* Merge branch 'fix-libressl' into 'master'Dmitry Eremin-Solenikov2018-12-291-6/+13
|\
| * tests: cipher-openssl-compat: don't call EVP_CIPHER_CTX_init()Dmitry Eremin-Solenikov2018-12-281-1/+0
| * tests: cipher-openssl-compat: don't fail if OpenSSL doesn't provide cipherDmitry Eremin-Solenikov2018-12-281-5/+13
|/
* Merge branch 'tmp-test-ecc' into 'master'Dmitry Eremin-Solenikov2018-12-243-0/+26
|\
| * gnutls_pubkey_import_ecc_raw: set the public key bitstmp-test-eccNikos Mavrogiannopoulos2018-12-213-0/+26
|/