summaryrefslogtreecommitdiff
path: root/tests/x509signself.c
Commit message (Expand)AuthorAgeFilesLines
* Updated self tests and examples to avoid using deprecated functions such asNikos Mavrogiannopoulos2010-06-031-509/+0
* Change GNUTLS into GnuTLS.Simon Josefsson2010-05-221-5/+5
* Indent code.Simon Josefsson2010-04-141-19/+33
* Reduced several unneeded messages during the make check procedure.Nikos Mavrogiannopoulos2010-03-201-16/+19
* Update copyright years.Simon Josefsson2010-01-271-1/+2
* Fix FSF copyright notices.Simon Josefsson2010-01-271-1/+1
* Indent code.Simon Josefsson2009-11-051-2/+3
* Doc fixes.Simon Josefsson2009-05-261-2/+2
* Fix warnings.Simon Josefsson2009-05-071-1/+1
* Use memset instead of deprecated bzero.Simon Josefsson2009-05-071-1/+1
* Use more warnings. Fix many warnings.Simon Josefsson2008-11-171-46/+7
* Use #ifdef for checking HAVE_CONFIG_H for consistency.Simon Josefsson2008-09-031-1/+1
* Indent code.Simon Josefsson2008-07-021-13/+11
* tests/: Reduce amount of debugging output.Simon Josefsson2008-06-071-2/+4
* Fix memory leaks.Simon Josefsson2008-06-051-20/+22
* Use GPLv3 for self-tests.Simon Josefsson2007-12-091-1/+1
* Use const and pointers to gnutls_datum_t in sign callback.Simon Josefsson2007-08-121-2/+2
* Fix warnings.Simon Josefsson2007-08-121-9/+9
* External signing callback interface.Simon Josefsson2007-08-101-0/+527