summaryrefslogtreecommitdiff
path: root/tests/x509dn.c
Commit message (Expand)AuthorAgeFilesLines
* win32 fixes. Patch by LRN.Nikos Mavrogiannopoulos2011-04-081-0/+2
* Indented code. Use same indentation but with -nut to avoid usage of tabs. In ...Nikos Mavrogiannopoulos2010-12-161-62/+62
* Indent (using GNU indent 2.2.11).Simon Josefsson2010-10-141-1/+1
* Updated self tests and examples to avoid using deprecated functions such asNikos Mavrogiannopoulos2010-06-031-2/+2
* Change GNUTLS into GnuTLS.Simon Josefsson2010-05-221-5/+5
* Indent code.Simon Josefsson2010-04-141-23/+41
* Reduced several unneeded messages during the make check procedure.Nikos Mavrogiannopoulos2010-03-201-20/+23
* 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
* Likewise.Simon Josefsson2009-08-281-1/+1
* Don't use deprecated type.Simon Josefsson2009-08-281-1/+1
* Fix deprecated usage of gnutls_datum.Simon Josefsson2009-08-281-1/+1
* Doc fixes.Simon Josefsson2009-05-261-1/+1
* Fix warnings.Simon Josefsson2009-05-071-1/+1
* Use memset instead of deprecated bzero.Simon Josefsson2009-05-071-1/+1
* Fix syntax-check warnings.Simon Josefsson2009-05-031-3/+4
* Use more warnings. Fix many warnings.Simon Josefsson2008-11-171-44/+6
* Fix warnings.Simon Josefsson2008-09-161-5/+5
* Use #ifdef for checking HAVE_CONFIG_H for consistency.Simon Josefsson2008-09-031-1/+1
* Indent code.Simon Josefsson2008-07-021-44/+45
* tests/: Reduce amount of debugging output.Simon Josefsson2008-06-071-2/+4
* Fix memory leaks.Simon Josefsson2008-06-051-20/+22
* Added gnutls_x509_dn_import/init/deinit() to access raw DER DN. PatchNikos2008-02-191-0/+574