summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* | output UTF-8 decoded id-on-xmppAddr SAN'sSteffen Jaeckel2021-03-041-1/+1
|/
* 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
* padlock:add support for AES-192-CBCJonasZhou2021-02-252-5/+25
* Merge branch 'wip/dueno/valgrind' into 'master'Daiki Ueno2021-02-192-19/+16
|\
| * nettle: check lib state early to cope with synthesized errorDaiki Ueno2021-02-171-0/+14
| * safe-memfuncs: rely on explicit_bzero implementation from gnulibDaiki Ueno2021-02-171-19/+2
* | fips: replace fipshmac usage with internal programOndrej Moris2021-02-172-0/+106
|/
* Merge branch 'wip/dueno/typo-fixes' into 'master'Daiki Ueno2021-02-174-22/+21
|\
| * 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
* | Merge branch 'w32_sendmsg' into 'master'Daiki Ueno2021-02-164-15/+46
|\ \ | |/ |/|
| * Sockets: implement sendmsg()-like functions on Win32Evgeny Grin2021-02-164-15/+46
* | Fix test error with nettle in non-default locationAndreas Metzler2021-02-132-2/+2
* | Merge branch 'wip/dueno/hrr-resumption' into 'master'Daiki Ueno2021-02-1015-98/+82
|\ \
| * | handshake: TLS 1.3: don't generate session ID in resumption modeDaiki Ueno2021-02-041-10/+11
| * | gnutls_session_is_resumed: don't check session ID in TLS 1.3Daiki Ueno2021-02-041-3/+3
| * | _gnutls_openpgp_send_fingerprint: remove unused declarationDaiki Ueno2021-02-041-2/+0
| * | _gnutls_session_is_resumable: remove unused internal functionDaiki Ueno2021-02-042-9/+0
| * | handshake: replace TRUE and FALSE with <stdbool.h>Daiki Ueno2021-02-041-13/+10
| * | handshake: replace RESUME_TRUE and RESUME_FALSE with <stdbool.h>Daiki Ueno2021-02-0414-63/+60
* | | gnutls_x509_trust_list_verify_crt2: ignore duplicate certificatesDaiki Ueno2021-02-082-22/+143
|/ /
* | Merge branch 'check_cert_list_argument' into 'master'Daiki Ueno2021-01-311-1/+8
|\ \
| * | Ensure ca_list != NULL and ca_list_size > 0.Tom Carroll2021-01-101-1/+5
| * | Verify that cert_list != NULL and cert_list_size > 0.Tom Carroll2021-01-101-0/+3
| |/
* | Merge branch 'wip/dueno/fips-dh-memleak' into 'master'Daiki Ueno2021-01-251-14/+19
|\ \
| * | fips: avoid memleak in (EC)DH internal APIsDaiki Ueno2021-01-221-14/+19
| |/
* | Deinitialize pcerts array elements during cleanup.Tom Carroll2021-01-101-1/+5
|/
* Fix a common typo of gnutls_priority_t.Sadie Powell2020-12-292-14/+14
* Merge branch '#1074' into 'master'Daiki Ueno2020-12-081-1/+4
|\
| * Fix non-empty session id (TLS13_APPENDIX_D4)Norbert Pocs2020-12-081-1/+4
* | Merge branch 'ihsinme-master-patch-42280' into 'master'Daiki Ueno2020-12-011-1/+1
|\ \
| * | fix invalid unsigned arithmetic.ihsinme2020-12-011-1/+1
* | | Merge branch 'wip/dueno/fuzzer-fixes' into 'master'Daiki Ueno2020-12-011-0/+4
|\ \ \
| * | | gnutls_handshake_write: don't enqueue empty Handshake messageDaiki Ueno2020-11-291-0/+4
* | | | x509: Improve documentation of new set_getissuer_functionMichael Catanzaro2020-11-301-10/+8
| |/ / |/| |
* | | Merge branch 'wip/dueno/verify-tofu-cstore' into 'master'Daiki Ueno2020-11-261-3/+10
|\ \ \
| * | | verify-tofu: return errors from store functions if callback failsDaiki Ueno2020-11-241-3/+10
| |/ /
* | | accelerated: Re-generate assembly sourcesAnderson Toshiyuki Sasaki2020-11-2423-42/+220
|/ /
* | Merge branch 'wip/dueno/aia-api' into 'master'Daiki Ueno2020-11-2110-106/+221
|\ \
| * | x509: rework issuer callbackDaiki Ueno2020-11-194-45/+151
| * | _gnutls_cert_log: assume that 'cert' is nonnullDaiki Ueno2020-11-192-2/+2