Re: [opensc-devel] Problems with starcos spk 2.4 and opensc-pkcs11.so

2011-03-19 Thread Felipe Blauth
You were right Viktor, by using: #pkcs15-init -G rsa/1024 --auth-id 01 --label "My Private Key" --public-key-label "My Public Key" Solved the problem of beeing unable to sign data with the generated keys, thank you for that. However, I still can't generate a key pair neither coding directly again

[opensc-devel] [pam_pkcs11] pwent_mapper_find_user

2011-03-19 Thread Dominik Fischer
Hello! pwent_mapper_find_user() searches through all available passwd db entries to find an user. This takes a very long time, if you have many users (1). Additionally, if you have nss-ldap configured, it transfers a large amount of data (which is expensive on mobile connections...). Incl