summaryrefslogtreecommitdiff
path: root/p11-kit/test-uri.c
Commit message (Collapse)AuthorAgeFilesLines
* Generate URIs compliant to the PKCS#11 URI draft in LCNikos Mavrogiannopoulos2015-02-201-13/+13
| | | | | | | | | | | | We continue to accept both the older style 'object-type' field in addition to the new 'type' field. However we start generating URIs in the new form. In other words we have backwards compatibility, but not forwards compatibility. Given the fact that PKCS#11 URIs are now standardizing this is an acceptable compromise. https://bugs.freedesktop.org/show_bug.cgi?id=86474
* Added test for pin-valueNikos Mavrogiannopoulos2015-02-201-0/+54
| | | | | | | https://bugs.freedesktop.org/show_bug.cgi?id=87582 Signed-off-by: Stef Walter <stefw@redhat.com> * Added test for bad encoded pin-value in uri
* uri: Accept 'type' in additon to 'object-type' in PKCS#11 URIsStef Walter2014-11-141-0/+27
| | | | This was a later change to the PKCS#11 specification drafts
* Move to non-recursive Makefile for building bins and libsStef Walter2014-08-151-0/+1314
Still use recursive for documentation and translation.