summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Release 3.7.13.7.1Daiki Ueno2021-03-103-2/+32
* Merge branch 'wip/dueno/realloc' into 'master'Daiki Ueno2021-03-104-30/+80
|\
| * pre_shared_key: avoid use-after-free around reallocDaiki Ueno2021-03-101-3/+12
| * key_share: avoid use-after-free around reallocDaiki Ueno2021-03-101-7/+5
| * _gnutls_buffer_resize: add option to use allocation simpler logicDaiki Ueno2021-03-102-0/+59
| * gnutls_buffer_append_data: remove duplicated codeDaiki Ueno2021-03-091-20/+4
* | Merge branch 'wip/dueno/getcpuid' into 'master'Daiki Ueno2021-03-101-4/+4
|\ \ | |/ |/|
| * x86: flip polarity of check_fast_pclmulDaiki Ueno2021-03-101-4/+4
|/
* Merge branch 'wip/dueno/duplicate-certs-pkcs11' into 'master'Daiki Ueno2021-03-061-4/+4
|\
| * gnutls_x509_trust_list_verify_crt2: skip duped certs for PKCS11 tooDaiki Ueno2021-03-051-4/+4
* | Merge branch 'fix-id-on-xmppAddr' into 'master'Daiki Ueno2021-03-055-2/+90
|\ \ | |/ |/|
| * Add unit test for id-on-xmppAddr decoding errorSteffen Jaeckel2021-03-054-1/+89
| * output UTF-8 decoded id-on-xmppAddr SAN'sSteffen Jaeckel2021-03-041-1/+1
|/
* Merge branch 'tmp-ctype-handling-improvements' into 'master'Daiki Ueno2021-02-286-58/+87
|\
| * Changed _gnutls_session_cert_type_supported prototype and name to follow guid...Tom Vrancken2021-02-284-9/+7
| * Changed certificate retrieval callback prototype parameter name to be in line...Tom Vrancken2021-02-281-1/+1
| * Added documentation for rawpk use in certificate retrieval callback.Tom Vrancken2021-02-281-6/+13
| * Added extra logging and done some variable refactoring for server cert type e...Tom Vrancken2021-02-281-23/+35
| * Added extra logging and done some variable refactoring for client cert type e...Tom Vrancken2021-02-281-21/+33
|/
* Merge branch 'padlock-aes-192' into 'master'Daiki Ueno2021-02-252-5/+25
|\
| * padlock:add support for AES-192-CBCJonasZhou2021-02-252-5/+25
|/
* .gitlab-ci.yml: run fedora-valgrind jobs only on upstream branchesDaiki Ueno2021-02-191-0/+4
* Merge branch 'wip/dueno/valgrind' into 'master'Daiki Ueno2021-02-19161-1231/+244
|\
| * tests: remove *hello_random_value testsDaiki Ueno2021-02-195-871/+2
| * .gitlab-ci.yml: use longer handshake timeout for valgrind jobsDaiki Ueno2021-02-191-1/+3
| * tests: make any ad-hoc timeout setting controllable through envvarDaiki Ueno2021-02-1771-141/+197
| * tests: suffix .sh for all shell-script testsDaiki Ueno2021-02-1781-26/+26
| * tests: don't conditionalize valgrind with --disable-full-test-suiteDaiki Ueno2021-02-171-3/+0
| * tests: don't run shell-script tests under valgrindDaiki Ueno2021-02-172-5/+1
| * nettle: check lib state early to cope with synthesized errorDaiki Ueno2021-02-171-0/+14
| * tests: fix memory leak in tests/tls13/no-auto-send-ticketDaiki Ueno2021-02-171-0/+1
| * tests: remove init_fds testDaiki Ueno2021-02-173-82/+1
| * safe-memfuncs: rely on explicit_bzero implementation from gnulibDaiki Ueno2021-02-176-108/+5
* | Merge branch 'wip/dueno/nofipshmac' into 'master'Daiki Ueno2021-02-185-5/+108
|\ \ | |/ |/|
| * .gitlab-ci.yml: remove scriptlet to generate HMAC files for FIPSDaiki Ueno2021-02-171-5/+0
| * fips: replace fipshmac usage with internal programOndrej Moris2021-02-174-0/+108
|/
* Merge branch 'wip/dueno/typo-fixes' into 'master'Daiki Ueno2021-02-177-31/+27
|\
| * build: don't remove distributed stamp files on "make clean"Daiki Ueno2021-02-171-4/+1
| * fastopen: remove call to abort()Daiki Ueno2021-02-171-1/+1
| * hex: use a table to avoid meaningless assertionDaiki Ueno2021-02-171-10/+3
| * gnutlsxx: add const and explicit specifiers where possibleDaiki Ueno2021-02-172-9/+9
| * gnutlsxx: dh_params, rsa_params: actually assign values in operator=Daiki Ueno2021-02-161-2/+8
| * README.md: don't suggest installing lockfile-progsDaiki Ueno2021-02-151-2/+2
| * .gitlab-ci.yml: fix typo in cppcheck -I argumentDaiki Ueno2021-02-151-2/+2
| * README.md: fix typo in libev URLDaiki Ueno2021-02-151-1/+1
* | Merge branch 'bug/require-gmp' into 'master'Daiki Ueno2021-02-171-1/+1
|\ \
| * | configure.ac: fix "nettle_rsa_sec_decrypt" check errorDmitriy Tsvettsikh2021-02-171-1/+1
|/ /
* | Merge branch 'w32_sendmsg' into 'master'Daiki Ueno2021-02-164-15/+46
|\ \
| * | Sockets: implement sendmsg()-like functions on Win32Evgeny Grin2021-02-164-15/+46
* | | Merge branch 'wip/dueno/guile-fixes' into 'master'Daiki Ueno2021-02-151-1/+1
|\ \ \ | |_|/ |/| |