summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix "implicit conversion from type 'int' -1 to 'unsigned'"tmp-clang-ubsan+asanTim Rühsen2020-01-283-4/+3
* Fix checks in mpi.c:__gnutls_x509_write_int()Tim Rühsen2020-01-281-2/+2
* Fix "implicit conversion from type 'uint32_t' to 'uint8_t' with value >255"Tim Rühsen2020-01-281-1/+1
* Fix "implicit conversion from type 'int' -1 to 'unsigned'"Tim Rühsen2020-01-281-5/+5
* Fix "implicit conversion from type 'int' < 0 to 'unsigned'"Tim Rühsen2020-01-281-3/+3
* Fix "implicit conversion from type 'int' < 0 to 'unsigned'"Tim Rühsen2020-01-281-6/+10
* Fix "implicit conversion from type 'int' of value -1 to 'unsigned'"Tim Rühsen2020-01-281-1/+1
* Fix "implicit conversion from type 'int' of value -1 to 'unsigned'"Tim Rühsen2020-01-281-1/+1
* Fix "implicit conversion from type 'int' of value -1 to 'unsigned'"Tim Rühsen2020-01-281-1/+1
* Fix "implicit conversion from type 'int' of value -1 to 'unsigned'"Tim Rühsen2020-01-282-3/+3
* Fix -Wtypedef-redefinition in tests/tls13/anti_replay.cTim Rühsen2020-01-281-1/+0
* Add runners for clang/LLVM UBSAN and ASANTim Rühsen2020-01-282-0/+135
* Merge branch 'localthreads' into 'master'Tim Rühsen2020-01-281-1/+1
|\
| * add support for local threads with studio and ibm compilersBjoern Jacke2020-01-271-1/+1
|/
* Merge branch 'tmp-20200126-bashismintest' into 'master'Tim Rühsen2020-01-271-4/+4
|\
| * Avoid pushd/popd bashism in testsuiteAndreas Metzler2020-01-261-4/+4
* | tlsfuzzer: optimized tests for CI and enabled x448Nikos Mavrogiannopoulos2020-01-261-4/+4
* | tlsfuzzer: fix test-tls13-large-number-of-extensions.pyNikos Mavrogiannopoulos2020-01-261-3/+7
|/
* Merge branch 'tmp-ci-make-j' into 'master'Tim Rühsen2020-01-262-61/+74
|\
| * tests/key-material-dtls.c: Try again on GNUTLS_E_AGAIN and GNUTLS_E_INTERRUPTEDtmp-ci-make-jTim Rühsen2020-01-261-1/+1
| * Use make with crafted -j for CI builds and testsTim Rühsen2020-01-261-60/+73
* | Merge branch 'tmp-update-tlsfuzzer' into 'master'Nikos Mavrogiannopoulos2020-01-268-34/+86
|\ \ | |/ |/|
| * tests: updated tlsfuzzer tests to latest versionNikos Mavrogiannopoulos2020-01-267-24/+76
| * key shares: avoid using internal errorsNikos Mavrogiannopoulos2020-01-251-10/+10
|/
* Merge branch 'tmp-fuzzers-update' into 'master'Nikos Mavrogiannopoulos2020-01-2511-41/+161
|\
| * fuzz: fixed Ed448 fuzzer tracesNikos Mavrogiannopoulos2020-01-254-2/+2
| * README-adding-traces.md: updated with more precise informationNikos Mavrogiannopoulos2020-01-251-0/+17
| * fuzzers: added ed448 keysNikos Mavrogiannopoulos2020-01-256-14/+103
| * fuzzers: when provided with a parameter they will run on a single fileNikos Mavrogiannopoulos2020-01-251-25/+39
* | Merge branch 'tmp-gl-lgpl2' into 'master'Tim Rühsen2020-01-251-1/+1
|\ \ | |/ |/|
| * Create files in gl/ licenced lgpl2+ instead of lgpl3+tmp-gl-lgpl2Tim Rühsen2020-01-251-1/+1
|/
* Merge branch 'fix-gost-nettle-master' into 'master'Dmitry Baryshkov2020-01-254-1/+74
|\
| * .gitlab-ci.yml: remove --disable-gost from nettle-master testDmitry Baryshkov2020-01-241-1/+1
| * lib/nettle/gost: restore compatibility with nettle masterDmitry Baryshkov2020-01-243-0/+73
|/
* .gitlab-ci.yml: force running jobs on linux runnersNikos Mavrogiannopoulos2020-01-241-0/+17
* Merge branch 'legacy-gost-512' into 'master'Nikos Mavrogiannopoulos2020-01-243-6/+10
|\
| * x509: include digestParamSet into GOST 512-bit curves A and B paramsDmitry Eremin-Solenikov2020-01-203-6/+10
* | Merge branch 'tmp-ed448' into 'master'Daiki Ueno2020-01-2453-116/+790
|\ \
| * | fuzz: import key, certificate, and traces using Ed448tmp-ed448Daiki Ueno2020-01-234-0/+0
| * | tlsfuzzer: enable tests for X448Daiki Ueno2020-01-232-28/+2
| * | .gitlab-ci.yml: set WINEPATH to allow eccdata run under WineDaiki Ueno2020-01-231-0/+4
| * | .gitlab-ci.yml: export LDFLAGS throughout the FreeBSD buildDaiki Ueno2020-01-231-2/+3
| * | .gitlab-ci.yml: add target to build against nettle masterDaiki Ueno2020-01-231-0/+31
| * | algorithms: implement X448 key exchange and Ed448 signature schemeDaiki Ueno2020-01-2339-84/+528
| * | nettle: vendor in Curve448 and Ed448 implementationDaiki Ueno2020-01-238-2/+222
| |/
* | Merge branch 'fix-gost-pkcs12' into 'master'Dmitry Baryshkov2020-01-202-1/+15
|\ \
| * | pkcs12: use correct key length when using STREEBOG-512Dmitry Baryshkov2020-01-202-1/+15
| |/
* | Merge branch 'tmp-tls13-ocsp' into 'master'Nikos Mavrogiannopoulos2020-01-208-3/+258
|\ \
| * | tls13: request OCSP responses as a serverNikos Mavrogiannopoulos2020-01-204-2/+238
| * | tls13: do not send OCSP responses as client without server requestingNikos Mavrogiannopoulos2020-01-156-2/+21