summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* handshake: increase the default number of tickets we send to 2tmp-increase-nr-of-ticketsNikos Mavrogiannopoulos2019-03-209-35/+67
* Merge branch 'tmp-fix-pkcs11-so' into 'master'Nikos Mavrogiannopoulos2019-03-193-1/+25
|\
| * pkcs11: security officer login implies writable sessiontmp-fix-pkcs11-soNikos Mavrogiannopoulos2019-03-153-1/+25
* | Merge branch 'tmp-remove-fixme' into 'master'Tim Rühsen2019-03-1613-35/+14
|\ \
| * | Removed all FIXME comments in code [ci skip]Nikos Mavrogiannopoulos2019-03-1613-35/+14
| |/
* | doc updateNikos Mavrogiannopoulos2019-03-161-0/+2
* | gnutls-cli: Add option "--logfile" to redirect information message outputKe Zhao2019-03-167-187/+346
|/
* Merge branch 'tmp-use-https' into 'master'Tim Rühsen2019-03-13781-1066/+1065
|\
| * Update the GNU Free Documentation License (FDL)Tim Rühsen2019-03-131-8/+7
| * Fix URL of ABI compliance checkerTim Rühsen2019-03-131-1/+1
| * Fix URLs of p11-kitTim Rühsen2019-03-132-2/+2
| * Use https:// in lib/, src/, and m4/Tim Rühsen2019-03-1318-29/+29
| * Use https:// for arbitrary files #1Tim Rühsen2019-03-1342-242/+242
| * Use https:// for www.iana.orgTim Rühsen2019-03-133-4/+4
| * Use https:// for csrc.nist.govTim Rühsen2019-03-135-5/+5
| * Use https:// for www.gnu.org and www.example.comTim Rühsen2019-03-13735-779/+779
* | Merge branch 'inet_ntop' into 'master'Nikos Mavrogiannopoulos2019-03-131-2/+2
|\ \ | |/ |/|
| * inet_ntop is available in Windows but not via arpa/inet.hSteve Lhomme2019-03-131-2/+2
|/
* .gitlab-ci.yml: updated cache key nameNikos Mavrogiannopoulos2019-03-131-1/+1
* Merge branch 'tmp-test-certtool' into 'master'Tim Rühsen2019-03-111-0/+14
|\
| * tests: verify that 'certtool -i --outder' does not output texttmp-test-certtoolNikos Mavrogiannopoulos2019-03-101-0/+14
|/
* Merge branch 'tmp-remove-doc-cyclo' into 'master'Nikos Mavrogiannopoulos2019-03-103-39/+1
|\
| * 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
|/ / / /