summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'tmp-ocsp-check' into 'master'903-add-crl-and-crq-fuzzersNikos Mavrogiannopoulos2020-01-0913-39/+79
|\
| * gnutls_ocsp_status_request_is_checked: mark explicitly as unsigned the return...Nikos Mavrogiannopoulos2019-12-163-5/+11
| * Provide flag to identify sessions that an OCSP response was requestedNikos Mavrogiannopoulos2019-12-1511-34/+68
* | Merge branch 'tmp-check-dup-extensions' into 'master'Nikos Mavrogiannopoulos2020-01-099-37/+184
|\ \
| * | gnutls_x509_crt_get_extension_info: optimize when critical equals NULLNikos Mavrogiannopoulos2020-01-031-9/+9
| * | fuzz: import certificate with and without sanity checksNikos Mavrogiannopoulos2020-01-031-0/+7
| * | x509: reject certificates having duplicate extensionsNikos Mavrogiannopoulos2020-01-038-28/+168
* | | Merge branch 'topsrcdir' into 'master'Tim Rühsen2020-01-065-5/+5
|\ \ \
| * | | tests/Makefile.am: use absolute top_srcdir for GNUTLS_PRIORITY_FILEDimitri John Ledkov2020-01-065-5/+5
|/ / /
* | | Merge branch 'estanglerbm-getrandom' into 'master'Nikos Mavrogiannopoulos2020-01-051-1/+6
|\ \ \
| * | | Fixes dummy getrandom() when errno = EAGAIN.Edward Stangler2020-01-031-1/+6
| |/ /
* | | Merge branch 'tmp-ci-remove-command-concat' into 'master'Nikos Mavrogiannopoulos2020-01-032-55/+73
|\ \ \
| * | | doc: updated epub.texi from gnutls.texiNikos Mavrogiannopoulos2020-01-031-3/+7
| * | | .gitlab-ci.yml: identify on runtime to db2epub directoryNikos Mavrogiannopoulos2020-01-031-2/+3
| * | | Remove && command concatenation in .gitlab-ci.ymlTim Rühsen2020-01-031-52/+65
|/ / /
* | | Merge branch 'tmp-check-fuzz' into 'master'Tim Rühsen2020-01-0318-99/+73
|\ \ \
| * | | .gitlab-ci.yml: merged ASAN and UBSAN runstmp-check-fuzzNikos Mavrogiannopoulos2020-01-031-35/+8
| * | | Fix '-Werror=unused-const-variable=' in fuzz/Tim Rühsen2020-01-032-0/+14
| * | | Fix NULL ptr access in _gnutls_iov_iter_next()Tim Rühsen2020-01-031-0/+6
| * | | Use check_for_datefudge in testsTim Rühsen2020-01-035-38/+12
| * | | Fix "left shift cannot be represented in type 'int'" in hello_ext.[ch]Tim Rühsen2020-01-032-3/+3
| * | | Fix 2x -Wunused-function in tests/Tim Rühsen2020-01-032-0/+4
| * | | certtool-cfg.c: Silence -Wunused-variable if HAVE_IPV6 not setTim Rühsen2020-01-031-1/+2
| * | | status_request.c: Silence -Wsign-compareTim Rühsen2020-01-031-1/+1
| * | | rnd-fuzzer.c: Suppress shift sanitization checkTim Rühsen2020-01-031-0/+2
| * | | handshake.c: Suppress warning in fuzzing buildTim Rühsen2020-01-031-0/+1
| * | | Fix implicit value change in verify-high.cTim Rühsen2020-01-031-10/+10
| * | | UBSAN: Fail tests if UB detectedTim Rühsen2020-01-031-13/+12
|/ / /
* | | Merge branch 'tmp-libev' into 'master'Nikos Mavrogiannopoulos2020-01-03125-44673/+286
|\ \ \ | |/ / |/| |
| * | tests/suite: do not include scripts into disttmp-libevNikos Mavrogiannopoulos2020-01-031-5/+2
| * | ecore cli: updated and rewritten to use libevNikos Mavrogiannopoulos2020-01-03125-44668/+284
|/ /
* | .gitlab-ci.yml: use separate images for mingw and fedora buildsNikos Mavrogiannopoulos2020-01-031-5/+6
* | Merge branch 'tmp-fix-slow-tests' into 'master'Tim Rühsen2020-01-021-8/+9
|\ \
| * | tests: use newer nettle APIs in cipher-override.cNikos Mavrogiannopoulos2020-01-021-8/+9
|/ /
* | Merge branch 'tmp-update-copyright' into 'master'Tim Rühsen2020-01-022-2/+3
|\ \
| * | doc: updated copyrights for 2020tmp-update-copyrightNikos Mavrogiannopoulos2020-01-012-2/+3
|/ /
* | Merge branch 'wip-arch-independent-scm' into 'master'Nikos Mavrogiannopoulos2020-01-013-3/+18
|\ \
| * | guile: Arrange to make 'gnutls.scm' architecture-independent.Ludovic Courtès2019-12-263-3/+18
* | | Merge branch 'fix-gost-bench' into 'master'Nikos Mavrogiannopoulos2019-12-304-13/+84
|\ \ \
| * | | cli: fix building with GOST disabledDmitry Eremin-Solenikov2019-12-291-0/+2
| * | | cli: support building with OCSP and ANON disabledDmitry Eremin-Solenikov2019-12-293-13/+52
| * | | serv: support building with OCSP disabledDmitry Eremin-Solenikov2019-12-292-2/+32
|/ / /
* | | Merge branch 'gost-split-5' into 'master'Dmitry Eremin-Solenikov2019-12-297-8/+91
|\ \ \
| * | | tls12-server-kx-neg: add tests without GOST signature algorithmsDmitry Eremin-Solenikov2019-12-281-0/+20
| * | | SignatureAlgorithms: force-enable GOST signatures for GOST KXDmitry Eremin-Solenikov2019-12-286-8/+71
* | | | Merge branch 'gost-bench' into 'master'Nikos Mavrogiannopoulos2019-12-2712-16/+103
|\ \ \ \
| * | | | benchmark: enable benchmarking of GOST CNT ciphersuite/KXDmitry Eremin-Solenikov2019-12-271-0/+55
| * | | | benchmark: support benchmarking GOST ciphers/MACsDmitry Eremin-Solenikov2019-12-271-0/+12
| * | | | benchmark: use mac key size instead of block sizeDmitry Eremin-Solenikov2019-12-271-4/+4
| * | | | crypto-api: add gnutls_hmac_get_key_size() functionDmitry Eremin-Solenikov2019-12-277-0/+24