On Sun, Feb 08, 2015 at 02:36:29PM +0100, Andreas Enge wrote: > I asked the question on the gnutls mailing list, and Nikos replied that > we should use p11-kit. (Actually a package that is on my git stash, > because it caused problems for reasons I do not remember.)
Easy to try again, it fails one of its tests: # assertion failed (count > 0): (0 > 0) # in test_multi_initialize() at test-module.c:230 /gnu/store/nx4zd42igyb7ghmv4mxv6ncg8wr7ypa1-bash-4.3.33/bin/bash: line 5: 14885 Aborted ${dir}$tst FAIL: test-module The failing code before line 230 is the following: count = 8; rv = module->C_GetSlotList (CK_TRUE, slots, &count); assert_num_eq (rv, CKR_OK); assert_num_cmp (count, >, 0); Andreas