Search Criteria
Package Details: opencryptoki 3.14.0-1
Git Clone URL: | https://aur.archlinux.org/opencryptoki.git (read-only, click to copy) |
---|---|
Package Base: | opencryptoki |
Description: | PKCS11 implementation for Linux |
Upstream URL: | https://github.com/opencryptoki/opencryptoki |
Licenses: | |
Submitter: | mutantmonkey |
Maintainer: | mutantmonkey |
Last Packager: | mutantmonkey |
Votes: | 18 |
Popularity: | 0.000005 |
First Submitted: | 2015-08-17 05:50 |
Last Updated: | 2020-06-09 05:56 |
Latest Comments
1 2 Next › Last »
mikezila commented on 2020-06-04 03:26
I had a similar issue. Using the git version worked.
2b5b77428ea1e9ae commented on 2020-06-03 20:00
Tests didn't build for me, I had to set --enable-testcases=no.
Error message:
Kadzi commented on 2019-11-25 18:36
MAKEDEPENDS is also missing byacc.
grawity commented on 2019-10-28 16:10
IIRC
flex
is in the base-devel group, which is assumed to be present so its contents don't need to be explicitly listed as a makedep.architector4 commented on 2019-10-28 15:55
In
build()
stage, got this:Lines 65 and 66 in
opencryptoki-3.11.1.tar.gz/src/configure.ac
reflect this, and installingflex
package fixes this. I guess a dependency has been forgotten?grawity commented on 2019-02-25 15:50
I'm having filesystem permission problems when trying to use
tpmtoken_init
orpkcsconf
as a non-root user (:pkcs11 member). <del>Shouldn't the subdirectories of/var/lib/opencryptoki
be owned byroot:pkcs11
instead ofroot:root
?</del> <del>On second thought, it feels like opencryptoki is fine and the tpmtoken_* tools are supposed to be setuid or something?</del> No, that doesn't work either.mutantmonkey commented on 2017-06-10 22:38
Thanks djgera!
djgera commented on 2017-05-27 22:51
I made some changes to this package, please apply it. Thanks.
* Remove install file and use sysusers.
* Remove libtool dependence (this is part of base-devel group)
* Fix indentation
https://gist.github.com/djgera/db5581afbd91851771429228d43ee711
mutantmonkey commented on 2017-04-28 16:45
Confirmed; I suspect this is due to an openssl change. I'll look into a possible workaround but ideally this would be fixed upstream.
Edit: This is fixed upstream and opencryptoki 3.7.0 builds fine.
mephinet commented on 2017-04-27 20:42
For me, building fails with:
../common/sw_crypt.c: In function ‘sw_des3_cbc’:
../common/sw_crypt.c:312:2: error: unknown type name ‘des_key_schedule’
des_key_schedule des_key1;