summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge branch 'tmp-20190929-junk-from-renamed-test' into 'master'Tim Rühsen2019-10-011-2/+2
|\
| * cipher-alignment: migrate LDADD/CFLAGS after renameAndreas Metzler2019-09-301-2/+2
|/
* bumped versionsgnutls_3_6_10Nikos Mavrogiannopoulos2019-09-293-4/+4
* Merge branch 'tmp-asm-update-32' into 'master'Nikos Mavrogiannopoulos2019-09-284-7/+28
|\
| * .gitlab-ci.yml: run pic-check on i686-linux-gnu to catch wrong assemblyNikos Mavrogiannopoulos2019-09-281-0/+1
| * Regenerate asm files with -fPICAndreas Metzler2019-09-283-7/+27
* | Merge branch 'tmp-no-pkcs8-text' into 'master'Nikos Mavrogiannopoulos2019-09-284-3/+34
|\ \ | |/ |/|
| * certtool: ensure that PKCS#8 file does not contain key descriptionNikos Mavrogiannopoulos2019-09-284-3/+34
|/
* Merge branch 'gost-split-1' into 'master'Dmitry Eremin-Solenikov2019-09-2810-1/+363
|\
| * NEWS: document previous changes [ci skip]Dmitry Eremin-Solenikov2019-09-281-1/+7
| * crypto-selftests: add CNT and IMIT self testsDmitry Eremin-Solenikov2019-09-281-0/+31
| * nettle: provide GOST 28147-89 IMIT MAC supportDmitry Eremin-Solenikov2019-09-286-0/+172
| * nettle: provide GOST 28147-89 CNT mode supportDmitry Eremin-Solenikov2019-09-286-0/+153
* | Merge branch 'gost-attrs' into 'master'Dmitry Eremin-Solenikov2019-09-286-2/+214
|\ \
| * | x509: add support for Russian extensions defined for qualified certificateDmitry Eremin-Solenikov2019-09-286-2/+214
* | | Merge branch 'kx-neg-verbose' into 'master'Nikos Mavrogiannopoulos2019-09-281-0/+13
|\ \ \
| * | | tests: add verbose logging to server-kx-neg testsDmitry Eremin-Solenikov2019-09-281-0/+13
| | |/ | |/|
* | | Merge branch 'tmp-ocsp-fixes' into 'master'Nikos Mavrogiannopoulos2019-09-287-3/+317
|\ \ \ | |/ / |/| |
| * | Updates in OCSP status response related documentationNikos Mavrogiannopoulos2019-09-211-2/+6
| * | tests: added server side OCSP checkNikos Mavrogiannopoulos2019-09-202-0/+111
| * | tests: added server-side verification testNikos Mavrogiannopoulos2019-09-202-1/+161
| * | gnutls_ocsp_status_request_is_checked: added tests in client sideNikos Mavrogiannopoulos2019-09-203-0/+39
* | | Merge branch 'tmp-supported-versions' into 'master'Daiki Ueno2019-09-273-21/+44
|\ \ \
| * | | ext/supported_versions: reorder client precedence if necessaryDaiki Ueno2019-09-273-21/+44
| | |/ | |/|
* | | Merge branch 'tmp-fix-session-get2' into 'master'Nikos Mavrogiannopoulos2019-09-268-19/+183
|\ \ \ | |/ / |/| |
| * | gnutls_session_get_data2: fix operation without a timeout callbackNikos Mavrogiannopoulos2019-09-268-18/+182
| * | _gnutls_io_check_recv: added newline to error messageNikos Mavrogiannopoulos2019-09-251-1/+1
|/ /
* | Merge branch 'tmp-update-nettle-compat' into 'master'Nikos Mavrogiannopoulos2019-09-234-26/+16
|\ \
| * | tests: cipher-alignment: ensure cipher registrationNikos Mavrogiannopoulos2019-09-231-1/+6
| * | tests: mini-alignment moved to modern nettle APINikos Mavrogiannopoulos2019-09-232-14/+9
| * | nettle: use nettle_get_secpp* consistentlyNikos Mavrogiannopoulos2019-09-232-11/+1
|/ /
* | Merge branch 'tmp-pkcs11-mock' into 'master'Nikos Mavrogiannopoulos2019-09-202-20/+31
|\ \ | |/ |/|
| * pkcs11-mock: updated license based on upstream project [ci skip]Nikos Mavrogiannopoulos2019-09-202-20/+31
* | Merge branch 'wip-guile-3.0' into 'master'Daiki Ueno2019-09-163-7/+7
|\ \ | |/ |/|
| * guile: Add support for Guile 3.0.Ludovic Courtès2019-09-162-5/+5
| * doc: Run guile with '-q'.Ludovic Courtès2019-09-161-2/+2
|/
* Merge branch 'wip-guile-include-m4-macros' into 'master'Daiki Ueno2019-09-163-1/+405
|\
| * .gitlab-ci.yml: bump configure cache versiontmp-guile-include-m4-macrosDaiki Ueno2019-09-111-1/+1
| * .gitlab-ci.yml: export guile related envvars for doc-dist.FedoraDaiki Ueno2019-09-111-1/+9
| * .gitlab-ci.yml: minimal.Fedora.x86_64: Pass '--disable-guile' the 2nd time as...Ludovic Courtès2019-09-051-0/+1
| * .gitlab-ci.yml: doc-dist.Fedora: Pass "GUILE", "GUILD", and "guile_snarf" to ...Ludovic Courtès2019-09-051-1/+1
| * maint: Include Guile's M4 macros.Ludovic Courtès2019-09-052-0/+395
* | Merge branch 'tmp-interop-old-gnutls' into 'master'Nikos Mavrogiannopoulos2019-09-1311-23/+265
|\ \
| * | tlsfuzzer: enable atypical padding checkNikos Mavrogiannopoulos2019-09-134-18/+32
| * | tests: check interoperability testing with gnutls 2.12.x and SHA256Nikos Mavrogiannopoulos2019-09-061-2/+14
| * | _gnutls_epoch_set_keys: do not forbid random padding in TLS1.x CBC ciphersuitesNikos Mavrogiannopoulos2019-09-063-4/+15
| * | tests: added interoperability test with gnutls 2.12.xNikos Mavrogiannopoulos2019-09-014-1/+206
| |/