summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* crypto-selftests-pk.c: Cleanup self teststmp-fips-sign-postAnderson Toshiyuki Sasaki2019-09-261-33/+9
* crypto-selftests-pk.c: Fix PK_KNOWN_TEST and PK_TESTAnderson Toshiyuki Sasaki2019-09-261-17/+20
* crypto-selftests-pk.c: Fix test_known_sigAnderson Toshiyuki Sasaki2019-09-261-11/+20
* tests: Run rng-no-onload test in FIPS modeAnderson Toshiyuki Sasaki2019-09-261-5/+7
* crypto-selftests-pk.c: Add a comparison with a known signatureAnderson Toshiyuki Sasaki2019-09-261-0/+13
* crypto-selftests-pk.c: Move hardcoded values to the topAnderson Toshiyuki Sasaki2019-09-261-112/+112
* Merge branch 'tmp-update-nettle-compat' into 'master'Nikos Mavrogiannopoulos2019-09-234-26/+16
|\
| * tests: cipher-alignment: ensure cipher registrationNikos Mavrogiannopoulos2019-09-231-1/+6
| * tests: mini-alignment moved to modern nettle APINikos Mavrogiannopoulos2019-09-232-14/+9
| * nettle: use nettle_get_secpp* consistentlyNikos Mavrogiannopoulos2019-09-232-11/+1
|/
* Merge branch 'tmp-pkcs11-mock' into 'master'Nikos Mavrogiannopoulos2019-09-202-20/+31
|\
| * pkcs11-mock: updated license based on upstream project [ci skip]Nikos Mavrogiannopoulos2019-09-202-20/+31
* | Merge branch 'wip-guile-3.0' into 'master'Daiki Ueno2019-09-163-7/+7
|\ \ | |/ |/|
| * guile: Add support for Guile 3.0.Ludovic Courtès2019-09-162-5/+5
| * doc: Run guile with '-q'.Ludovic Courtès2019-09-161-2/+2
|/
* Merge branch 'wip-guile-include-m4-macros' into 'master'Daiki Ueno2019-09-163-1/+405
|\
| * .gitlab-ci.yml: bump configure cache versiontmp-guile-include-m4-macrosDaiki Ueno2019-09-111-1/+1
| * .gitlab-ci.yml: export guile related envvars for doc-dist.FedoraDaiki Ueno2019-09-111-1/+9
| * .gitlab-ci.yml: minimal.Fedora.x86_64: Pass '--disable-guile' the 2nd time as...Ludovic Courtès2019-09-051-0/+1
| * .gitlab-ci.yml: doc-dist.Fedora: Pass "GUILE", "GUILD", and "guile_snarf" to ...Ludovic Courtès2019-09-051-1/+1
| * maint: Include Guile's M4 macros.Ludovic Courtès2019-09-052-0/+395
* | Merge branch 'tmp-interop-old-gnutls' into 'master'Nikos Mavrogiannopoulos2019-09-1311-23/+265
|\ \
| * | tlsfuzzer: enable atypical padding checkNikos Mavrogiannopoulos2019-09-134-18/+32
| * | tests: check interoperability testing with gnutls 2.12.x and SHA256Nikos Mavrogiannopoulos2019-09-061-2/+14
| * | _gnutls_epoch_set_keys: do not forbid random padding in TLS1.x CBC ciphersuitesNikos Mavrogiannopoulos2019-09-063-4/+15
| * | tests: added interoperability test with gnutls 2.12.xNikos Mavrogiannopoulos2019-09-014-1/+206
| |/
* | Merge branch 'tmp-decr-len' into 'master'Daiki Ueno2019-09-1227-83/+64
|\ \
| * | lib/*: remove unnecessary cast to ssize_ttmp-decr-lenDaiki Ueno2019-09-1226-78/+58
| * | gnutls_int.h: make DECR_LEN neutral to signednessDaiki Ueno2019-09-121-5/+6
|/ /
* | Merge branch 'fix-priority-setting' into 'master'Dmitry Eremin-Solenikov2019-09-061-1/+1
|\ \
| * | priority: fix loop which removes systemwide disabled KX algosDmitry Eremin-Solenikov2019-09-051-1/+1
* | | Merge branch 'fix-cli-debug' into 'master'Dmitry Eremin-Solenikov2019-09-063-60/+56
|\ \ \ | |/ / |/| |
| * | gnutls-cli-debug: fix early break for no version supported checkDmitry Eremin-Solenikov2019-09-023-60/+56
| |/
* | Merge branch 'tmp_rawpk_fuzzing' into 'master'Nikos Mavrogiannopoulos2019-09-046-0/+281
|\ \
| * | Added initial corpora for rawpk client and server fuzzers.Tom Vrancken2019-09-022-0/+0
| * | Implemented server rawpk fuzzer.Tom Vrancken2019-09-022-0/+106
| * | Implemented client rawpk fuzzer.Tom Vrancken2019-09-023-0/+175
* | | Merge branch 'wip-certificate-status' into 'master'Nikos Mavrogiannopoulos2019-09-043-1/+30
|\ \ \ | |_|/ |/| |
| * | guile: Update the list of certificate status values.Ludovic Courtès2019-08-313-1/+30
|/ /
* | Merge branch 'mcatanzaro/typo' into 'master'Daiki Ueno2019-08-141-1/+1
|\ \
| * | Fix typo in gnutls_db_set_cache_expiration() docsMichael Catanzaro2019-08-131-1/+1
|/ /
* | Merge branch 'tmp-encryptv2' into 'master'Daiki Ueno2019-08-0915-114/+943
|\ \
| * | crypto-api: add gnutls_aead_cipher_{en,de}cryptv2tmp-encryptv2Daiki Ueno2019-08-0911-4/+541
| * | crypto-api: use giovec_t iterator interface for aead_encryptvDaiki Ueno2019-08-091-110/+57
| * | iov: add iterator interface for giovec_tDaiki Ueno2019-08-097-2/+347
|/ /
* | Merge branch 'tmp-deterministic-ecdsa' into 'master'Daiki Ueno2019-08-0818-14/+845
|\ \ | |/ |/|
| * nettle: prohibit deterministic ECDSA/DSA under FIPS except selfteststmp-deterministic-ecdsaDaiki Ueno2019-08-082-7/+28
| * nettle: enable deterministic ECDSA/DSA during FIPS selftestsDaiki Ueno2019-08-081-2/+4
| * pk: implement deterministic ECDSA/DSADaiki Ueno2019-08-0811-5/+290
| * privkey_sign_prehashed: remove unused argumentDaiki Ueno2019-08-081-5/+4