summaryrefslogtreecommitdiff
path: root/tests/dn2.c
Commit message (Collapse)AuthorAgeFilesLines
* tests: updated outputs to reflect new fingerprint/keyid formatstmp-add-sha256Nikos Mavrogiannopoulos2016-11-221-1/+1
|
* tests: modified to account for backwards-encoded DN (according to RFC4514)Nikos Mavrogiannopoulos2016-10-311-1/+1
|
* dn2: updated to account for serial number being printedNikos Mavrogiannopoulos2016-06-221-3/+5
|
* reindented codeNikos Mavrogiannopoulos2013-11-081-60/+60
|
* When running tests disable PKCS #11 support to avoid detecting memory leaks ↵Nikos Mavrogiannopoulos2013-05-011-1/+1
| | | | from PKCS #11 libraries.
* corrected test for new names and updated news.Nikos Mavrogiannopoulos2013-01-171-2/+2
|
* corrected var namesNikos Mavrogiannopoulos2012-02-181-2/+2
|
* Cleanup copyright headers.Simon Josefsson2012-01-251-1/+1
|
* Fixed signed/unsigned warnings.Nikos Mavrogiannopoulos2012-01-211-2/+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-1/+1
| | | | 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
|
* Corrected to support new EV_ values.Nikos Mavrogiannopoulos2010-06-031-1/+1
|
* Change GNUTLS into GnuTLS.Simon Josefsson2010-05-221-4/+4
|
* Indent code.Simon Josefsson2010-04-141-2/+3
|
* Reduced several unneeded messages during the make check procedure.Nikos Mavrogiannopoulos2010-03-201-4/+2
| | | | Verbose messages can be obtained with --verbose.
* Modified to account for postalcode.Nikos Mavrogiannopoulos2010-03-201-1/+1
|
* 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-1/+1
|
* Indent code.Simon Josefsson2009-11-051-6/+4
|
* RSA_SHA -> RSA_SHA1Nikos Mavrogiannopoulos2009-11-011-1/+1
|
* Fix memleaks.Daiki Ueno2009-08-201-0/+1
| | | | Signed-off-by: Simon Josefsson <simon@josefsson.org>
* Add self-test of off-by-one size error.Simon Josefsson2009-06-221-0/+105