summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* doc: removed cyclo subdirtmp-remove-doc-cycloNikos Mavrogiannopoulos2019-03-093-39/+1
* NEWS: fix NEWS entries [ci skip]Nikos Mavrogiannopoulos2019-03-081-8/+0
* Merge branch 'tmp-explicit-sanity-checks' into 'master'Nikos Mavrogiannopoulos2019-03-062-4/+24
|\
| * _gnutls_recv_handshake: added explicit sanity checkstmp-explicit-sanity-checksNikos Mavrogiannopoulos2019-02-232-4/+24
* | Merge branch 'tmp-cert-req' into 'master'Daiki Ueno2019-03-0610-13/+29
|\ \
| * | tls13/certificate: utilize "certificate_required" alerttmp-cert-reqDaiki Ueno2019-03-0510-13/+25
| * | alert: recognize "certificate_required"Daiki Ueno2019-03-042-0/+4
* | | Merge branch 'tmp-fix-cli-starttls-xmpp' into 'master'Tim Rühsen2019-03-054-10/+59
|\ \ \
| * | | Add test for starttls XMPPtmp-fix-cli-starttls-xmppTim Rühsen2019-02-183-2/+51
| * | | gnutls-cli: Fix --starttls-proto=xmppTim Rühsen2019-02-181-8/+8
* | | | Merge branch 'lgtm-analysis' into 'master'Tim Rühsen2019-03-051-0/+16
|\ \ \ \
| * | | | Create .lgtm.yml for LGTM.com C/C++ analysislgtm-analysisBas van Schaik2019-03-021-0/+16
* | | | | Merge branch 'tmp-doc-update-iv' into 'master'Nikos Mavrogiannopoulos2019-03-052-12/+16
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Clarifications on AEAD cipherstmp-doc-update-ivNikos Mavrogiannopoulos2019-03-011-10/+12
| * | | | Improve documentation for gnutls_cipher_get_iv_sizeNikos Mavrogiannopoulos2019-03-011-2/+4
| |/ / /
* | | | Merge branch 'fix_fips_lib_name' into 'master'Nikos Mavrogiannopoulos2019-03-042-5/+12
|\ \ \ \
| * | | | .gitlab-ci.yml: Test FIPS HMAC self-testAnderson Toshiyuki Sasaki2019-03-041-2/+2
| * | | | fips140: Ignore newlines read at the end of HMAC fileAnderson Toshiyuki Sasaki2019-03-041-0/+7
| * | | | fips140: Fix the names of files used in integrity checksAnderson Toshiyuki Sasaki2019-03-041-3/+3
|/ / / /
* | | | Merge branch 'tmp-false-start-clarifications' into 'master'Nikos Mavrogiannopoulos2019-03-0215-151/+627
|\ \ \ \
| * | | | .gitlab-ci.yml: added thread sanitizer runtmp-false-start-clarificationsNikos Mavrogiannopoulos2019-03-023-5/+38
| * | | | Protected _gnutls_epoch_get from _gnutls_epoch_gc on false startNikos Mavrogiannopoulos2019-03-023-7/+37
| * | | | gnutls_record_send2: try to ensure integrity of operations on false and early...Nikos Mavrogiannopoulos2019-03-025-10/+41
| * | | | mini-dtls-pthread: renamed and fixed several shortcomingsNikos Mavrogiannopoulos2019-03-022-121/+97
| * | | | Make false start and early start multi-thread recv/send safeNikos Mavrogiannopoulos2019-03-024-4/+397
| * | | | doc: added more information on operation under multiple threadsNikos Mavrogiannopoulos2019-03-023-6/+19
* | | | | Merge branch 'update-bootstrap' into 'master'Nikos Mavrogiannopoulos2019-03-021-27/+70
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Update ./bootstrap from latest gnulibupdate-bootstrapTim Rühsen2019-03-011-27/+70
|/ / / /
* | | | Merge branch 'tmp-token-modname-clarifications' into 'master'Nikos Mavrogiannopoulos2019-02-281-1/+2
|\ \ \ \ | |/ / / |/| | |
| * | | pkcs11: clarify GNUTLS_PKCS11_TOKEN_MODNAME presence [ci skip]tmp-token-modname-clarificationsNikos Mavrogiannopoulos2019-02-261-1/+2
|/ / /
* | | cppcheck: suppress warning on nettle code [ci skip]Nikos Mavrogiannopoulos2019-02-261-0/+1
* | | Merge branch 'tmp-ametzler-gnutls-cli-benchmark-overflow' into 'master'Tim Rühsen2019-02-242-2/+5
|\ \ \
| * | | gnutls-cli: fix --benchmark-ciphers type overflowAndreas Metzler2019-02-242-2/+5
|/ / /
* | | Merge branch 'tmp-fetch-fuzz-corpora-faster' into 'master'Tim Rühsen2019-02-233-9/+35
|\ \ \
| * | | Fetch OSS-Fuzz corpora much faster [skip ci]tmp-fetch-fuzz-corpora-fasterTim Rühsen2019-02-053-9/+35
* | | | Merge branch 'tmp-update-ax-code-coverage' into 'master'Tim Rühsen2019-02-2310-152/+420
|\ \ \ \
| * | | | Update ax_code_coverage.m4 to latest release of autoconf-archivetmp-update-ax-code-coverageTim Rühsen2019-02-2210-152/+420
* | | | | Merge branch 'tmp-reset-after-free' into 'master'Tim Rühsen2019-02-2349-97/+28
|\ \ \ \ \
| * | | | | gnutls_x509_crt_init: Fix dereference of NULL pointertmp-reset-after-freeTim Rühsen2019-02-221-1/+1
| * | | | | Remove redundant resets of variables after free()Tim Rühsen2019-02-2247-96/+10
| * | | | | Automatically NULLify after gnutls_free()Tim Rühsen2019-02-222-0/+17
| |/ / / /
* | | | | Merge branch 'tmp-cleanup-cert' into 'master'Tim Rühsen2019-02-231-26/+12
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Cleanup lib/auth/cert.c as suggested by cppchecktmp-cleanup-certTim Rühsen2019-02-131-26/+12
* | | | | Merge branch 'tmp-downgrade-sentinel' into 'master'Daiki Ueno2019-02-227-6/+91
|\ \ \ \ \
| * | | | | tlsfuzzer: update to the latest upstream for downgrade protection teststmp-downgrade-sentinelDaiki Ueno2019-02-224-4/+17
| * | | | | ext/supported_versions: regenerate server randomDaiki Ueno2019-02-223-2/+74
| | |_|_|/ | |/| | |
* | | | | Merge branch 'use_topendir_fixed' into 'master'Tim Rühsen2019-02-225-16/+59
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | lib: x509: Minor directory browsing simplificationHugo Beauzée-Luyssen2019-02-211-6/+3
| * | | | Revert "Revert "verify-high2: Fix cert dir iteration on Win32""Hugo Beauzée-Luyssen2019-02-211-2/+49
| * | | | iconv: Allow _gnutls_utf8_to_ucs2 to output little endianHugo Beauzée-Luyssen2019-02-214-8/+7