summaryrefslogtreecommitdiff
path: root/tests/utils.c
Commit message (Expand)AuthorAgeFilesLines
* tests: add tcp_connect to utilsAlexander Sosedkin2021-12-091-0/+21
* dhe: check if DH params in SKE match the FIPS approved algorithmstmp-sp800-56ar3Daiki Ueno2020-06-271-32/+26
* tests: delete temporary filesNikos Mavrogiannopoulos2017-11-241-0/+1
* tests: fixed possible buffer overflow to avoid spurious complaintsNikos Mavrogiannopoulos2017-04-061-1/+1
* tests: enhanced set_x509_key_file tests to include index verificationNikos Mavrogiannopoulos2016-09-121-0/+45
* several spacing fixes to keep syntax-check happyNikos Mavrogiannopoulos2016-09-111-9/+9
* tests: utils: use vasprintf() where availableNikos Mavrogiannopoulos2016-07-191-3/+14
* tests: utils: added c_print()Nikos Mavrogiannopoulos2016-06-011-1/+14
* tests: avoid the usage of tmpnam()Nikos Mavrogiannopoulos2016-05-041-39/+66
* tests: fail() function will also print function and line informationNikos Mavrogiannopoulos2016-04-291-1/+1
* tests: Added checks for false start operationNikos Mavrogiannopoulos2016-02-271-0/+37
* tests: enable softhsmv2 test suite by defaultNikos Mavrogiannopoulos2016-02-271-0/+13
* tests: utils.c: simplify windows checkNikos Mavrogiannopoulos2015-11-161-2/+0
* tests: don't depend on gnulibNikos Mavrogiannopoulos2015-06-201-52/+10
* Remove SOCK_CLOEXEC from socket() call.Nikos Mavrogiannopoulos2015-04-141-1/+1
* tests: use nanosleep for sleepingNikos Mavrogiannopoulos2015-03-161-0/+23
* tests: moved udp_socketpair to utilsNikos Mavrogiannopoulos2015-01-061-0/+54
* always exit when fail is called.Nikos Mavrogiannopoulos2013-11-101-2/+1
* reindented codeNikos Mavrogiannopoulos2013-11-081-107/+100
* Fixed signed/unsigned warnings.Nikos Mavrogiannopoulos2012-01-211-2/+4
* Run 'make update-copyright'.Simon Josefsson2012-01-161-1/+1
* added stdarg.h for vsnprintf.Nikos Mavrogiannopoulos2011-10-271-1/+2
* Redeuce self-test noise.Simon Josefsson2011-09-231-3/+3
* Avoid using vfprintf() and use a combination of vsnprintf and fputs instead. ...Nikos Mavrogiannopoulos2011-08-191-3/+7
* Added support for non-blocking DTLS.Nikos Mavrogiannopoulos2011-04-031-1/+1
* Indented code. Use same indentation but with -nut to avoid usage of tabs. In ...Nikos Mavrogiannopoulos2010-12-161-24/+24
* 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-1/+1
* Update copyright years.Simon Josefsson2010-01-271-1/+2
* Fix FSF copyright notices.Simon Josefsson2010-01-271-1/+1
* Removed warnings.Nikos Mavrogiannopoulos2010-01-131-1/+1
* Use more warnings. Fix many warnings.Simon Josefsson2008-11-171-2/+2
* Use GPLv3 for self-tests.Simon Josefsson2007-12-091-1/+1
* Use static DH.Simon Josefsson2007-02-051-1/+8
* Output more debug info.Simon Josefsson2006-11-261-5/+3
* Update FSF office address in license.Simon Josefsson2005-05-261-1/+1
* Clean up license templates.Simon Josefsson2005-01-241-9/+11
* Add (start of) self test suite.Simon Josefsson2004-08-021-0/+146