summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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 '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
* | | | | Merge branch 'thread_local_msvc_fixed' into 'master'Nikos Mavrogiannopoulos2019-02-211-0/+2
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | lib: Provide _Thread_local on MSVCHugo Beauzée-Luyssen2019-02-201-0/+2
|/ / / /
* | | | Merge branch 'tmp-get-source-branch' into 'master'Nikos Mavrogiannopoulos2019-02-191-0/+5
|\ \ \ \ | |/ / / |/| | |
| * | | check_if_signed: Get source branch if not setTim Rühsen2019-02-181-0/+5
* | | | Merge branch 'tmp-fix-record-size-limit-resumption' into 'master'Daiki Ueno2019-02-1815-124/+320
|\ \ \ \ | |/ / / |/| | |
| * | | gnutls_record_set_max_size: make it work on server sidetmp-fix-record-size-limit-resumptionDaiki Ueno2019-02-142-79/+153
| * | | tlsfuzzer: update to the latest upstream for record_size_limit testDaiki Ueno2019-02-143-12/+46
| * | | ext/record_size_limit: account for content type octet in TLS 1.3Daiki Ueno2019-02-142-7/+34
| * | | decrypt_packet_tls13: add check for max plaintext sizeDaiki Ueno2019-02-141-0/+9
| * | | record: reject too large plaintext after decryptionDaiki Ueno2019-02-141-0/+9
| * | | constate: reset max_record_recv_size upon renegotiationDaiki Ueno2019-02-141-0/+9
| * | | session_pack: reset max_record_recv_size when packingDaiki Ueno2019-02-141-3/+12
| * | | ext/record_size_limit: don't confuse with negotiated/user-supplied maximumDaiki Ueno2019-02-142-14/+35