summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'wip/dueno/gitignore' into 'master'1214-implement-channel-bindings-for-tls-1-3Daiki Ueno2021-04-254-13/+10
|\
| * gnutls_x509_crt_get_dn: clarify null-termination of the outputDaiki Ueno2021-04-251-1/+2
| * build: do not install .hmac filesDaiki Ueno2021-04-251-11/+0
| * tests: fix test script file name in distributionDaiki Ueno2021-04-251-1/+1
| * .gitignore: ignore ctags, etags, and GNU global filesDaiki Ueno2021-04-251-0/+7
|/
* Merge branch 'wip/dueno/earlydata' into 'master'Daiki Ueno2021-04-259-83/+176
|\
| * handshake: fix timing of sending early dataDaiki Ueno2021-04-259-83/+176
* | Merge branch 'wip-guile-fixes' into 'master'Daiki Ueno2021-04-252-9/+11
|\ \ | |/ |/|
| * guile: Tests show their PID upon uncaught exceptions.Ludovic Courtès2021-04-241-2/+3
| * guile: Avoid the deprecated 'scm_t_uint8' type.Ludovic Courtès2021-04-231-4/+4
| * guile: Avoid potentially missed reference.Ludovic Courtès2021-04-231-3/+5
| * guile: Remove leftover comment about allocation routines.Ludovic Courtès2021-04-231-1/+0
* | Merge branch 'wip/dueno/hash-copy-selftests' into 'master'Daiki Ueno2021-04-231-4/+8
|\ \
| * | crypto-selftests: tolerate errors of gnutls_{hash,hmac}_copyDaiki Ueno2021-04-231-4/+8
| |/
* | Merge branch 'wip/dueno/afalg-fixes' into 'master'Daiki Ueno2021-04-234-22/+35
|\ \ | |/ |/|
| * afalg: use pkg-config to detect libkcapiDaiki Ueno2021-04-232-1/+5
| * afalg: support AES-XTS algorithmsDaiki Ueno2021-04-231-0/+2
| * afalg: cleanup header inclusionDaiki Ueno2021-04-231-7/+7
| * afalg: remove unnecessary initializationDaiki Ueno2021-04-231-13/+12
| * afalg: assert IV size returned from the kernel is in the rangeDaiki Ueno2021-04-231-2/+6
| * NEWS: mention AF_ALG supportDaiki Ueno2021-04-231-0/+4
|/
* Merge branch 'wip/dueno/hrr-session-id' into 'master'Daiki Ueno2021-04-232-9/+31
|\
| * handshake: don't regenerate legacy_session_id in second CH after HRRDaiki Ueno2021-04-222-9/+31
|/
* Merge branch 'af_alg' into 'master'Daiki Ueno2021-04-208-4/+887
|\
| * _gnutls_cipher_init: fallback if setiv is not implemented for AEADDaiki Ueno2021-04-201-1/+8
| * Add AF_ALG accelerationStephan Mueller2021-04-207-3/+879
* | Merge branch 'wip/dueno/tls13-compat' into 'master'Daiki Ueno2021-04-1810-11/+179
|\ \ | |/ |/|
| * priority: add option to disable TLS 1.3 middlebox compatibility modeDaiki Ueno2021-04-1710-11/+179
|/
* Merge branch 'wip/dueno/reallocarray' into 'master'Daiki Ueno2021-03-3017-102/+219
|\
| * _gnutls_calloc: remove unused functionDaiki Ueno2021-03-302-12/+0
| * build: avoid integer overflow in additionsDaiki Ueno2021-03-299-5/+99
| * build: avoid potential integer overflow in array allocationDaiki Ueno2021-03-2914-81/+90
| * pkcs11x: find_ext_cb: fix error propagationDaiki Ueno2021-03-291-2/+1
| * mem: add _gnutls_reallocarray and _gnutls_reallocarray_fastDaiki Ueno2021-03-292-2/+29
| * bootstrap: pull in 'xalloc-oversized' module from GnulibDaiki Ueno2021-03-291-1/+1
* | Merge branch 'wip/dueno/system-keys-w32' into 'master'Daiki Ueno2021-03-291-1/+2
|\ \
| * | keys-win: free certificate context in gnutls_system_key_iter_deinitDaiki Ueno2021-03-291-1/+2
| |/
* | Merge branch 'tmp-missing-gnutls-crypto-layers_png' into 'master'Andreas Metzler2021-03-201-0/+1
|\ \ | |/ |/|
| * build: doc: install missing image file gnutls-crypto-layers.pngAndreas Metzler2021-03-201-0/+1
|/
* Merge branch 'wip/dueno/coverity' into 'master'Daiki Ueno2021-03-165-7/+36
|\
| * examples: avoid memory leak in ex-verifyDaiki Ueno2021-03-151-1/+6
| * examples: avoid memory leak in tlsproxyDaiki Ueno2021-03-151-0/+8
| * src: avoid file descriptor leak in socket_open2Daiki Ueno2021-03-151-1/+8
| * gnutls-cli-debug: avoid resource leak in saving DHE paramsDaiki Ueno2021-03-151-3/+12
| * srptool: avoid FILE pointer leak on errorDaiki Ueno2021-03-151-2/+2
* | Merge branch 'wip/dueno/tzalloc-tests' into 'master'Daiki Ueno2021-03-152-10/+12
|\ \ | |/ |/|
| * gnulib: update git submoduleDaiki Ueno2021-03-152-10/+12
|/
* Merge branch 'oneshot-urandom' into 'master'Daiki Ueno2021-03-119-81/+24
|\
| * lib/nettle: get rid of _rnd_system_entropy_checkAlexander Sosedkin2021-03-087-28/+0
| * lib/global: don't call now-noop _gnutls_rnd_checkAlexander Sosedkin2021-03-082-15/+0