summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* x509: print certificate policiy namesDmitry Baryshkov2020-05-141-1/+19
* pkcs7: add function to display signature informationDmitry Baryshkov2020-05-143-0/+36
* pkcs7: decode attribute OIDs when printingDmitry Baryshkov2020-05-141-2/+32
* x509: generify oid to str conversionsDmitry Baryshkov2020-05-142-43/+27
* accelerated: use AES-NI for AES-XTS when availableAnderson Toshiyuki Sasaki2020-05-074-1/+186
* nettle: expose SIV-CMAC through the AEAD interfaceDaiki Ueno2020-05-044-7/+211
* nettle: vendor in SIV-CMAC implementationDaiki Ueno2020-05-041-0/+6
* nettle: avoid manual backports of CFB8, CMAC, and XTSDaiki Ueno2020-05-049-979/+85
* nettle: rename import-chacha-from-nettle.sh to import-from-nettle.shDaiki Ueno2020-05-042-8/+8
* Merge branch 'tmp-reproducible-sig-doc' into 'master'Daiki Ueno2020-05-041-3/+6
|\
| * doc: expand GNUTLS_PRIVKEY_FLAG_REPRODUCIBLE description on RSA-PSS [ci skip]tmp-reproducible-sig-docDaiki Ueno2020-04-301-3/+6
* | gost: use gostdsa-vko from nettle 3.6rc3Dmitry Baryshkov2020-04-283-112/+2
* | nettle: update imported source to nettle 3.6rc3Dmitry Baryshkov2020-04-281-1/+2
|/
* Merge branch 'tmp-ext-name' into 'master'Daiki Ueno2020-04-244-0/+35
|\
| * gnutls_session_ext_register: keep track of extension nametmp-ext-nameDaiki Ueno2020-04-212-0/+3
| * gnutls_ext_get_name2: new functionDaiki Ueno2020-04-213-0/+32
* | fips: check library soname during configuretmp-check-sonameDaiki Ueno2020-04-241-4/+6
* | gost: update gostdsa_vko to follow NettleDmitry Baryshkov2020-04-213-29/+53
|/
* Merge branch 'tmp-no-auto-send-ticket' into 'master'Daiki Ueno2020-04-202-4/+9
|\
| * handshake-tls13: add session flag to disable sending session ticketstmp-no-auto-send-ticketDaiki Ueno2020-04-132-4/+9
* | Merge branch 'tmp-xts-ig-a9' into 'master'Daiki Ueno2020-04-191-4/+48
|\ \
| * | xts: check key blocks according to FIPS-140-2 IG A.9tmp-xts-ig-a9Daiki Ueno2020-04-141-4/+48
* | | nettle: vendor in poly1305 codeDmitry Baryshkov2020-04-141-1/+2
* | | gost: import _nettle_write_le32 to stop using Nettle's internal symbolDmitry Baryshkov2020-04-143-1/+73
* | | nettle: use new imported source files for GOST DSADmitry Baryshkov2020-04-1423-4993/+297
* | | build: import-curve448 -> import-eccDmitry Baryshkov2020-04-142-36/+36
* | | curve448: import write-le64.c which defines internal symbolDmitry Baryshkov2020-04-131-0/+1
|/ /
* | Merge branch 'tmp-valgrind-memcheck' into 'master'Nikos Mavrogiannopoulos2020-04-052-3/+33
|\ \
| * | build: use valgrind client request to detect undefined memory usetmp-valgrind-memcheckDaiki Ueno2020-04-042-3/+33
| |/
* | Compare DNs by comparing their string representationsPierre Ossman2020-04-032-3/+49
* | Properly compare DNs when checking sortingPierre Ossman2020-04-031-11/+2
* | IDNA: require libidn2 2.0.0Nikos Mavrogiannopoulos2020-03-312-83/+1
|/
* Merge branch 'fix-padlock' into 'master'Nikos Mavrogiannopoulos2020-03-302-4/+7
|\
| * padlock: fix exception in wrap_padlock_hash_fastDmitry Baryshkov2020-03-281-1/+0
| * padlock: fix exception in sha codeDmitry Baryshkov2020-03-281-0/+2
| * padlock: make cbc code return error properlyDmitry Baryshkov2020-03-281-3/+5
* | psk: added checks to satisfy static analyzersNikos Mavrogiannopoulos2020-03-301-0/+6
* | dtls client hello: fix zeroed random (fixes #960)Stefan Bühler2020-03-271-1/+1
* | Merge branch 'tmp-get-keylog-func' into 'master'Daiki Ueno2020-03-253-0/+19
|\ \
| * | gnutls_session_get_keylog_function: new functiontmp-get-keylog-funcDaiki Ueno2020-03-223-0/+19
| |/
* | Merge branch 'ajuaristi-issue-586' into 'master'Nikos Mavrogiannopoulos2020-03-2417-78/+309
|\ \
| * | _gnutls_check_id_for_change: ensure that we check the username lengthajuaristi-issue-586Nikos Mavrogiannopoulos2020-03-233-5/+8
| * | Ensure that an incorrectly formatted password file doesn't cause invalid memo...Nikos Mavrogiannopoulos2020-03-231-1/+2
| * | psk: Allow non-NULL PSK usernamesAnder Juaristi2020-03-2315-75/+302
| |/
* | Merge branch 'postpone_config_loading' into 'master'Daiki Ueno2020-03-231-1/+1
|\ \ | |/ |/|
| * global: Load configuration after FIPS POSTAnderson Toshiyuki Sasaki2020-03-181-1/+1
* | Merge branch 'eddsa-pkcs11' into 'master'Nikos Mavrogiannopoulos2020-03-205-4/+197
|\ \
| * | Validate EC_PARAMS for EdDSA keysJakub Jelen2020-03-183-4/+123
| * | pubkey: Validate input parameters in pubkey_import_ecc_rawJakub Jelen2020-03-181-1/+6
| * | pkcs11_write: Copy data to avoid double-free crashes and properly encode EC_P...Jakub Jelen2020-03-181-3/+12