summaryrefslogtreecommitdiff
path: root/tests/sign-is-secure.c
Commit message (Collapse)AuthorAgeFilesLines
* build: re-indent codeDaiki Ueno2023-04-241-30/+30
| | | | Signed-off-by: Daiki Ueno <ueno@gnu.org>
* Indent codeZoltan Fridrich2023-01-271-7/+9
| | | | | Co-authored-by: Simon Josefsson <simon@josefsson.org> Signed-off-by: Zoltan Fridrich <zfridric@redhat.com>
* Merge branch 'master' into 'tmp-mark-gost94-as-broken'Dmitry Baryshkov2020-06-151-1/+1
|\ | | | | | | # Conflicts: # lib/crypto-selftests-pk.c
| * tests/sign-is-secure: fix off-by-one errortmp-ed448-fixesDaiki Ueno2020-03-161-1/+1
| | | | | | | | | | | | | | Reported by Peter Dettman in: https://gitlab.com/gnutls/gnutls/-/issues/128#note_304892538 Signed-off-by: Daiki Ueno <dueno@redhat.com>
* | GOSTR341194: mark as insecure for digital signaturesNikos Mavrogiannopoulos2020-01-261-1/+2
|/ | | | | | | | | | | Although there are no practical attacks known on the algorithm, the practical strength of the algorithm is weaker than the theoritical. In addition this algorithm is already considered legacy, and as such mark it as insecure for digital signatures to reduce the attack surface. Relates: #909 Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
* Use https:// for www.gnu.org and www.example.comTim Rühsen2019-03-131-1/+1
| | | | Signed-off-by: Tim Rühsen <tim.ruehsen@gmx.de>
* .gitlab-ci.yml: enable run with SHA-1 enabledNikos Mavrogiannopoulos2018-09-171-2/+9
| | | | | | | This adds a CI run with SHA-1 enabled, and corrects issues in the testsuite when that's the case. Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
* tests: added unit tests for gnutls_sign_is_secure2()Nikos Mavrogiannopoulos2017-07-211-0/+94
Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>