summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Merge branch 'ktls_fix' into 'master'Daiki Ueno2022-07-291-1/+2
|\
| * KTLS: hotfixFrantisek Krenzelok2022-07-291-1/+2
|/
* Merge branch 'zfridric_devel' into 'master'3.7.7Zoltán Fridrich2022-07-285-25/+16
|\
| * Release 3.7.7Zoltan Fridrich2022-07-285-25/+16
|/
* Merge branch 'wip/dueno/socket-no-wrap' into 'master'Daiki Ueno2022-07-282-9/+16
|\
| * socket: only set pull/push functions when --save-*-trace is usedDaiki Ueno2022-07-271-8/+8
| * handshake: do not enable KTLS if custom pull/push functions are setDaiki Ueno2022-07-271-1/+8
* | Merge branch 'zfridric_devel' into 'master'Zoltán Fridrich2022-07-275-2/+223
|\ \ | |/ |/|
| * Fix double free during gnutls_pkcs7_verifyZoltan Fridrich2022-07-275-2/+223
|/
* Merge branch 'wip/dueno/guile-skip-reauth-test' into 'master'Daiki Ueno2022-07-271-3/+4
|\
| * guile: revert gnutls/build/tests.scm to use use-modulesDaiki Ueno2022-07-271-3/+4
|/
* Merge branch 'zfridric_devel2' into 'master'Zoltán Fridrich2022-07-261-1/+5
|\
| * Fix memory leak in gnutls_pkcs7_importZoltan Fridrich2022-07-261-1/+5
|/
* Merge branch 'wip/dueno/cbc-pkcs7-pad' into 'master'Daiki Ueno2022-07-2311-2/+370
|\
| * crypto-api: add block cipher API with automatic paddingDaiki Ueno2022-07-2211-2/+370
|/
* Merge branch 'wip/dueno/minor-f36' into 'master'Daiki Ueno2022-07-229-14/+28
|\
| * tests: temporarily disable checking against unresolvable hostsDaiki Ueno2022-07-221-3/+7
| * src: add __attribute__((malloc)) to safe_open_rwDaiki Ueno2022-07-201-0/+2
| * src: add NULL check on return value of realloc used in testsDaiki Ueno2022-07-201-1/+7
| * tests: resume-with-previous-stek: initialize session dataDaiki Ueno2022-07-201-1/+1
| * tests: add __attribute__((__noreturn__)) to _fail and fail_ignoreDaiki Ueno2022-07-201-3/+3
| * crypto-selftests: fix decryption check condition in test_cipher_aeadDaiki Ueno2022-07-201-1/+3
| * x509, tpm2: use asn1_node instead of deprecated ASN1_TYPEDaiki Ueno2022-07-203-5/+5
* | Merge branch 'wip-session-record-port-close' into 'master'Daiki Ueno2022-07-194-9/+122
|\ \
| * | guile: Allow session record ports to have a 'close' procedure.Ludovic Courtès2022-07-184-9/+122
|/ /
* | Merge branch 'wip-remove-guile-1.8-support' into 'master'Daiki Ueno2022-07-187-134/+62
|\ \
| * | guile: Remove support for the 1.8.x series.Ludovic Courtès2022-07-176-126/+51
| * | maint: Update guile.m4.Ludovic Courtès2022-07-171-8/+11
|/ /
* | Merge branch 'aarch64_openbsd' into 'master'Daiki Ueno2022-07-161-0/+22
|\ \
| * | accelerated: aarch64: add OpenBSD/aarch64 supportBrad Smith2022-07-151-0/+22
|/ /
* | Merge branch 'wip/dueno/aes-gcm-rekey-limit' into 'master'Daiki Ueno2022-07-1311-29/+240
|\ \
| * | cipher: limit plaintext length supplied to AES-GCMDaiki Ueno2022-07-1311-29/+240
|/ /
* | Merge branch 'wip-guile-premature-termination' into 'master'Daiki Ueno2022-07-114-4/+112
|\ \
| * | guile: Session record port treats premature termination as EOF.Ludovic Courtès2022-07-104-4/+112
|/ /
* | Merge branch 'master' into 'master'Daiki Ueno2022-07-092-8/+31
|\ \
| * | Add self-test code inside a FIPS contextRichard Costa2022-07-092-8/+31
|/ /
* | Merge branch 'zfridric_devel2' into 'master'Zoltán Fridrich2022-07-0815-139/+187
|\ \
| * | Increase the limit of TLS PSK usernames from 128 to 65535 charactersZoltan Fridrich2022-07-0815-139/+187
|/ /
* | Merge branch 'more-rsa-checks' into 'master'Daiki Ueno2022-07-031-9/+27
|\ \ | |/ |/|
| * tests/fips-test: minor extensionAlexander Sosedkin2022-06-281-9/+27
* | Merge branch 'wip/dueno/ktls-fixes' into 'master'Daiki Ueno2022-06-306-17/+104
|\ \
| * | .gitlab-ci.yml: add fedora-ktls pipelineDaiki Ueno2022-06-281-0/+29
| * | ktls: _gnutls_ktls_enable: fix GNUTLS_KTLS_SEND calculationDaiki Ueno2022-06-281-5/+16
| * | handshake: do not reset KTLS enablement in gnutls_handshakeDaiki Ueno2022-06-281-6/+6
| * | tests: enable KTLS config while running gnutls_ktls testDaiki Ueno2022-06-283-6/+53
| |/
* | Merge branch 'wip/dueno/hkdf-limit' into 'master'Daiki Ueno2022-06-293-0/+15
|\ \
| * | nettle: restrict output size of HKDF-Expand to 255 * HashLenDaiki Ueno2022-06-293-0/+15
| |/
* | Merge branch 'wip/dueno/fipscontext-log' into 'master'Daiki Ueno2022-06-292-36/+58
|\ \ | |/ |/|
| * fips: make service indicator logging louderDaiki Ueno2022-06-292-36/+58
* | Merge branch 'add-tasn-bin' into 'master'Daiki Ueno2022-06-221-1/+1
|\ \ | |/ |/|