summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* _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
* Update NEWS fileAnder Juaristi2020-03-231-0/+7
* Update filesAnder Juaristi2020-03-232-5077/+5568
* psk: Allow non-NULL PSK usernamesAnder Juaristi2020-03-2322-132/+854
* Merge branch 'fix-fuzz' into 'master'Tim Rühsen2020-03-231-3/+4
|\
| * oss-fuzz: return build error if fuzzers have failed to buildDmitry Baryshkov2020-03-221-1/+1
| * oss-fuzz: use CC rather than CXX to compile fuzzersDmitry Baryshkov2020-03-221-2/+3
|/
* Merge branch 'tmp-fuzz-readme' into 'master'Tim Rühsen2020-03-221-4/+6
|\
| * fuzz: Update README.md for clang-9 [skip ci]Tim Rühsen2020-03-221-4/+6
* | Merge branch 'eddsa-pkcs11' into 'master'Nikos Mavrogiannopoulos2020-03-207-4/+282
|\ \
| * | 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
| * | tests: Verify writing and reading of ECDSA public keys from PKCS#11Jakub Jelen2020-03-181-0/+42
| * | tests: Verify writing and reading of EdDSA public keysJakub Jelen2020-03-181-0/+43
| * | pkcs11_write: Copy data to avoid double-free crashes and properly encode EC_P...Jakub Jelen2020-03-181-3/+12
| * | Add support for loading EdDSA keys from PKCS#11 and using themJakub Jelen2020-02-282-0/+60
* | | Merge branch 'tmp-prf-get' into 'master'Daiki Ueno2020-03-2010-0/+46
|\ \ \ | |_|/ |/| |
| * | state: add function to get the current hash algorithmtmp-prf-getDaiki Ueno2020-03-1910-0/+46
|/ /
* | Merge branch 'tmp-chacha' into 'master'Daiki Ueno2020-03-1911-0/+196
|\ \
| * | abi: add enum values for GNUTLS_CIPHER_CHACHA20_*tmp-chachaDaiki Ueno2020-03-191-0/+2
| * | cipher: allow setting ChaCha20 initial block counterDaiki Ueno2020-03-194-6/+68
| * | nettle: vendor in ChaCha20 implementation from nettleDaiki Ueno2020-03-196-0/+102
| * | cipher: expose raw ChaCha20 cipherDaiki Ueno2020-03-193-0/+30
|/ /
* | Merge branch 'tmp-ed448-fixes' into 'master'Daiki Ueno2020-03-185-4/+55
|\ \
| * | tests/sign-is-secure: fix off-by-one errortmp-ed448-fixesDaiki Ueno2020-03-161-1/+1
| * | algorithms: properly calculate hash strength for Ed448Daiki Ueno2020-03-164-3/+54
* | | Merge branch 'improve_fips_selftests' into 'master'Nikos Mavrogiannopoulos2020-03-181-309/+377
|\ \ \
| * | | crypto-selftests-pk.c: Use deterministic signatures in test_known_sig()Anderson Toshiyuki Sasaki2020-03-161-165/+153
| * | | crypto-selftests-pk.c: Use specified key in test_sig()Anderson Toshiyuki Sasaki2020-03-161-192/+269
| * | | crypto-selftests-pk.c: Fix PK_KNOWN_TEST and PK_TESTAnderson Toshiyuki Sasaki2020-03-111-17/+20
| * | | crypto-selftests-pk.c: Move hardcoded values to the topAnderson Toshiyuki Sasaki2020-03-111-112/+112
* | | | .lgtm.yml: work around issues in LGTM systemNikos Mavrogiannopoulos2020-03-161-2/+4
* | | | bootstrap.conf: do not bring tests in gnulib clones (src/unistring)Nikos Mavrogiannopoulos2020-03-161-2/+2
* | | | .lgtm.yml: no longer bring nettle from masterNikos Mavrogiannopoulos2020-03-161-10/+2
* | | | Merge branch 'x509-version' into 'master'Dmitry Baryshkov2020-03-158-63/+28
|\ \ \ \ | |_|/ / |/| | |
| * | | lib/x509: use common routine for parsing data versionDmitry Baryshkov2020-03-128-63/+28
|/ / /
* | | Merge branch 'fix-crq-ext' into 'master'Dmitry Baryshkov2020-03-112-11/+9
|\ \ \
| * | | x509: apply same fix to print_crqDmitry Baryshkov2020-03-101-4/+3
| * | | x509: apply same fix to print_crlDmitry Baryshkov2020-03-101-4/+3
| * | | x509: drop endless loop in print_extensionsDmitry Baryshkov2020-03-102-3/+3
* | | | Merge branch 'tmp-static-assert' into 'master'Daiki Ueno2020-03-114-17/+19
|\ \ \ \ | |_|/ / |/| | |
| * | | lib: use static assertion to check enum valuestmp-static-assertDaiki Ueno2020-03-102-11/+13
| * | | hello_ext: use 64-bit integer to track extensionsDaiki Ueno2020-03-103-6/+6
* | | | Merge branch 'fix-issuer-sign-tool' into 'master'Dmitry Baryshkov2020-03-102-1/+2
|\ \ \ \ | |_|/ / |/| | |
| * | | lib/x509/output.c: remove occasioinal memory leak in print_issuer_sign_tool()Dmitry Baryshkov2020-03-072-1/+2
| |/ /
* | | Merge branch 'crl-crq-fuzz' into 'master'Dmitry Baryshkov2020-03-0920-0/+106
|\ \ \
| * | | fuzz: add simple x509 certificate requests and revocation lists fuzzersDmitry Baryshkov2020-03-0920-0/+106
| |/ /
* | | Merge branch 'tmp-releases' into 'master'Nikos Mavrogiannopoulos2020-03-091-0/+26
|\ \ \
| * | | RELEASES.md: describe the release processNikos Mavrogiannopoulos2020-03-051-0/+26
| |/ /