summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add const to several read-only packet sequence paramstmp-fix-coverityTim Rühsen2019-10-159-17/+17
* tests/buffer.c: Add unit test for _gnutls_buffer_unescape()Tim Rühsen2019-10-154-1/+90
* lib/x509/x509.c: Check before pointer dereference in get_alt_name()Tim Rühsen2019-10-131-1/+1
* cipher: Let _gnutls_auth_cipher_setiv() return intTim Rühsen2019-10-132-4/+8
* lib/record.c: Use assignment instead of memcpy()Tim Rühsen2019-10-131-1/+1
* lib/sslv2_compat.c: Check return value of _gnutls_generate_session_id()Tim Rühsen2019-10-131-4/+6
* lib/x509/output.c: Remove unneeded NULL check in print_crt_pubkey()Tim Rühsen2019-10-131-2/+1
* lib/auth/srp_passwd.c: Fix NULL dereference in _gnutls_srp_pwd_read_entry()Tim Rühsen2019-10-131-2/+4
* lib/str.c: Replace sscanf() in _gnutls_buffer_unescape()Tim Rühsen2019-10-131-14/+11
* lib/handshake.c: Check return value of _gnutls_version_max()Tim Rühsen2019-10-121-0/+2
* Remove trailing spaces in several filesTim Rühsen2019-10-126-103/+103
* Merge branch 'tmp-remove-coverity' into 'master'Nikos Mavrogiannopoulos2019-10-111-24/+0
|\
| * .gitlab-ci.yml: removed coverity build [ci skip]Nikos Mavrogiannopoulos2019-10-101-24/+0
|/
* Merge branch 'tmp-ext-mandatory' into 'master'Nikos Mavrogiannopoulos2019-10-1030-44/+98
|\
| * session tickets: parse extension during session resumption on client sideNikos Mavrogiannopoulos2019-10-0830-44/+98
* | Merge branch 'doc-lscpu' into 'master'Nikos Mavrogiannopoulos2019-10-101-2/+3
|\ \
| * | README.md: document lscpu/util-linux dependency for make checkRicardo M. Correia2019-10-091-2/+3
* | | Merge branch 'gost-pkcs11' into 'master'Dmitry Eremin-Solenikov2019-10-103-1/+89
|\ \ \
| * | | testpkcs11.sh: test that we output mechanism flags correctlyDmitry Eremin-Solenikov2019-10-091-0/+28
| * | | p11tool: print mechanism info in list-mechanismsDmitry Eremin-Solenikov2019-10-092-1/+61
* | | | Merge branch 'psk-file-fix' into 'master'Dmitry Eremin-Solenikov2019-10-101-1/+10
|\ \ \ \
| * | | | tests/psk-file: fix heizenbug in last testDmitry Eremin-Solenikov2019-10-091-1/+10
* | | | | Merge branch 'groups-non-ec' into 'master'Dmitry Eremin-Solenikov2019-10-101-2/+2
|\ \ \ \ \
| * | | | | ext/supported_groups: don't consider non-EC groups for ECDmitry Eremin-Solenikov2019-10-081-2/+2
| |/ / / /
* | | | | Merge branch 'tmp-fix-doc3' into 'master'Dmitry Eremin-Solenikov2019-10-102-4/+9
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | crq APIs: fix typos [ci skip]Nikos Mavrogiannopoulos2019-10-091-2/+2
| * | | | document limitations of gnutls_record_discard_queued() [ci skip]Nikos Mavrogiannopoulos2019-10-091-2/+7
|/ / / /
* | | | Merge branch 'fix-cert-keys' into 'master'Dmitry Eremin-Solenikov2019-10-081-43/+42
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | tests: correct gost server certificatesDmitry Eremin-Solenikov2019-10-081-43/+42
|/ /
* | Merge branch 'new-gost-x509' into 'master'Dmitry Eremin-Solenikov2019-10-0812-24/+289
|\ \ | |/ |/|
| * cert-tests/gost: add certificate with new GOSTParameters structDmitry Eremin-Solenikov2019-10-074-1/+164
| * lib: implement support for updated GOST PublicKeyParametersDmitry Eremin-Solenikov2019-10-064-21/+38
| * nettle/pk: add support for "new" TC26 256 B curveDmitry Eremin-Solenikov2019-10-061-0/+2
| * lib/ecc: add documentation for GOST-related curvesDmitry Eremin-Solenikov2019-10-061-0/+23
| * lib: define more GOST curvesDmitry Eremin-Solenikov2019-10-063-2/+62
* | .gitlab-ci.yml: only run coverity task on 3_6_x tags [ci skip]Nikos Mavrogiannopoulos2019-10-081-1/+1
* | .gitlab-ci.yml: include an automated coverity build on tagsNikos Mavrogiannopoulos2019-10-071-0/+24
|/
* Merge branch 'tmp-iov-fixes' into 'master'Daiki Ueno2019-10-066-126/+258
|\
| * gnutls_aead_cipher_{en,de}cryptv2: write back cached data to bufferstmp-iov-fixesDaiki Ueno2019-10-062-8/+24
| * iov: add _gnutls_iov_iter_sync to write back cached data to iovDaiki Ueno2019-10-064-6/+119
| * iov: _gnutls_iov_iter_next: return bytes instead of blocksDaiki Ueno2019-10-063-118/+121
* | NEWS: added entry for 3.6.11Nikos Mavrogiannopoulos2019-10-051-3/+9
* | Merge branch 'tmp_gnutls-cli/srv_rawpk_support' into 'master'Nikos Mavrogiannopoulos2019-10-058-60/+648
|\ \
| * | Updated NEWS to reflect the added raw public-key handling functionality for g...Tom Vrancken2019-10-041-0/+3
| * | Added functional regression tests for rawpk functionality in gnutls-cli and g...Tom Vrancken2019-10-042-1/+321
| * | Implemented raw public key support for gnutls-serv application.Tom Vrancken2019-10-042-6/+101
| * | Implemented raw public key support for gnutls-cli application.Tom Vrancken2019-10-043-53/+223
|/ /
* | Merge branch 'fix-gost-ifdef' into 'master'Tim Rühsen2019-10-021-0/+2
|\ \
| * | nettle/mac: add missing ifdefDmitry Eremin-Solenikov2019-10-021-0/+2
|/ /
* | Merge branch 'gost-iana' into 'master'Dmitry Eremin-Solenikov2019-10-021-2/+2
|\ \ | |/ |/|