summaryrefslogtreecommitdiffhomepage
path: root/client/pkcs11.c
AgeCommit message (Expand)AuthorFilesLines
2014-08-04Rewrite most initializers to not require relocationsSamuel Lidén Borell1-11/+7
2014-02-08Change unspecified argument lists "()" into "(void)"Samuel Lidén Borell1-1/+1
2014-02-08More security precautions (length checks, null checks, etc)Samuel Lidén Borell1-3/+4
2012-04-27Change my e-mailSamuel Lidén Borell1-1/+1
2012-04-06Print and display error messages from OpenSSL and libp11Samuel Lidén Borell1-0/+1
2012-04-06New error codes/messages: SignatureFailure and MessageTooLongSamuel Lidén Borell1-2/+2
2012-04-05Make the PKCS#11 module path configurable in ~/.config/fribid/configSamuel Lidén Borell1-3/+4
2012-04-03Display first+last name if the name attribute is missingSamuel Lidén Borell1-1/+1
2012-01-16Remove useless const qualifiersSamuel Lidén Borell1-1/+1
2011-12-04Don't use reserved identifier namesSamuel Lidén Borell1-4/+4
2011-08-04Refactoring of pkcs{11,12}.getBase64Chain and malloc checksSamuel Lidén Borell1-6/+8
2011-06-18Check return value of PKCS11_enumerate_certsSamuel Lidén Borell1-1/+1
2011-06-18Rename "pkcs11 engine" to "pkcs11 module"Samuel Lidén Borell1-2/+2
2011-04-21Clean up output to stderrSamuel Lidén Borell1-2/+2
2011-04-14Move common functions in pkcs11 and pkcs12.c to certutil.cSamuel Lidén Borell1-79/+7
2011-04-10Display the "name" attribute instead of "commonName"Samuel Lidén Borell1-1/+1
2010-09-17Improve support for detecting the pkcs11 module at runtimeSamuel Lidén Borell1-2/+14
2010-09-05pinpad entry improvementsMarcus Carlson1-1/+5
2010-08-16Add a missing file from Henriks smartcard branchSamuel Lidén Borell1-0/+320