summaryrefslogtreecommitdiff
path: root/tests/cve-2008-4989.c
Commit message (Collapse)AuthorAgeFilesLines
* build: re-indent codeDaiki Ueno2023-04-241-110/+107
| | | | Signed-off-by: Daiki Ueno <ueno@gnu.org>
* Indent codeZoltan Fridrich2023-01-271-11/+11
| | | | | Co-authored-by: Simon Josefsson <simon@josefsson.org> Signed-off-by: Zoltan Fridrich <zfridric@redhat.com>
* Replace FSF snail mail addresses with URLStefan Kangas2022-12-271-2/+1
| | | | | | | This is the latest recommendation, as described here: https://www.gnu.org/licenses/gpl-howto.html Signed-off-by: Stefan Kangas <stefankangas@gmail.com>
* tests: updated to account SHA1 move to broken setNikos Mavrogiannopoulos2017-03-161-1/+1
| | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
* reindented codeNikos Mavrogiannopoulos2013-11-081-202/+194
|
* avoid the usage of error()Nikos Mavrogiannopoulos2013-10-031-12/+40
|
* When running tests disable PKCS #11 support to avoid detecting memory leaks ↵Nikos Mavrogiannopoulos2013-05-011-1/+2
| | | | from PKCS #11 libraries.
* Cleanup copyright headers.Simon Josefsson2012-01-251-1/+1
|
* Fixed signed/unsigned warnings.Nikos Mavrogiannopoulos2012-01-211-3/+3
| | | | Dropped opaque type (replaced with uint8_t)
* Run 'make update-copyright'.Simon Josefsson2012-01-161-1/+1
|
* Indented code. Use same indentation but with -nut to avoid usage of tabs. In ↵Nikos Mavrogiannopoulos2010-12-161-18/+18
| | | | several editors tabs can be configured not to be 8 spaces and this produces artifacts with the current indentation that is a mixture of tabs and spaces.
* Indent (using GNU indent 2.2.11).Simon Josefsson2010-10-141-1/+1
|
* Change GNUTLS into GnuTLS.Simon Josefsson2010-05-221-4/+4
|
* Indent code.Simon Josefsson2010-04-141-4/+4
|
* Update copyright years.Simon Josefsson2010-01-271-1/+1
|
* Fix FSF copyright notices.Simon Josefsson2010-01-271-1/+1
|
* Tests compile with --enable-gcc-warnings.Nikos Mavrogiannopoulos2010-01-131-4/+4
|
* Indent code.Simon Josefsson2009-11-051-99/+98
|
* Avoid time checks.Simon Josefsson2009-05-011-3/+5
|
* Align with Nikos' patch.Simon Josefsson2008-12-101-1/+1
|
* Add note.Simon Josefsson2008-12-101-0/+4
|
* Use more warnings. Fix warnings.Simon Josefsson2008-11-121-3/+3
|
* Frob expected verify status code.Simon Josefsson2008-11-121-1/+1
| | | | | | With latest verify.c patch it just say the chain is invalid, rather than complaining about missing signer certificate. This is arguable more correct.
* Also test chain length of 1 since the security patch caused a crash.Simon Josefsson2008-11-111-0/+53
|
* Fix mem leaks.Simon Josefsson2008-11-111-0/+4
|
* Add cve-2008-4989.c self-test.Simon Josefsson2008-11-111-0/+180