index
:
tteras/strongswan
master
tteras
tteras-release
tteras' strongSwan tree
gitolite
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
libstrongswan
/
plugins
/
pkcs11
/
pkcs11_public_key.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Moved debug.[ch] to utils folder
Tobias Brunner
2012-10-24
1
-1
/
+1
*
Move pkcs11 public key lookup function declaration to header file
Martin Willi
2012-10-24
1
-14
/
+4
*
Add a return value to hasher_t.allocate_hash()
Martin Willi
2012-07-16
1
-5
/
+7
*
Compiler warnings fixed.
Tobias Brunner
2012-02-14
1
-1
/
+1
*
pkcs11: Fixed a bug when creating public keys.
Tobias Brunner
2011-11-09
1
-1
/
+1
*
pkcs11: Make sure a key can be used for a given signature scheme.
Tobias Brunner
2011-11-02
1
-1
/
+2
*
pkcs11: We have to create our own hashes for some signature schemes.
Tobias Brunner
2011-11-02
1
-1
/
+16
*
pkcs11: Lookup the public key of a private key by CKA_ID.
Tobias Brunner
2011-11-02
1
-0
/
+116
*
pkcs11: Added support to encode ECDSA public keys.
Tobias Brunner
2011-11-02
1
-0
/
+89
*
pkcs11: Parse ECDSA public keys and find/create them on tokens.
Tobias Brunner
2011-11-02
1
-2
/
+177
*
pkcs11: Added generic functions to find/create public keys on tokens.
Tobias Brunner
2011-11-02
1
-40
/
+75
*
pkcs11: Store public key length in bits.
Tobias Brunner
2011-11-02
1
-3
/
+3
*
pkcs11: Fix encoding of RSA public keys.
Tobias Brunner
2011-11-02
1
-0
/
+4
*
pkcs11: Use create_object_attr_enumerator to encode RSA public key.
Tobias Brunner
2011-11-02
1
-17
/
+7
*
pkcs11: Instead of a mutex use a new session to do multipart operations.
Tobias Brunner
2011-11-02
1
-19
/
+27
*
Register manager of pkcs11 plugin as library object
Martin Willi
2011-08-24
1
-2
/
+2
*
Implemented public key encryption/private key decryption in PKCS#11
Martin Willi
2010-08-11
1
-8
/
+39
*
Use bits instead of bytes for a private/public key
Martin Willi
2010-08-10
1
-2
/
+2
*
Added support for different encryption schemes to private/public keys
Martin Willi
2010-08-10
1
-1
/
+2
*
Create a PKCS#11 session public key if we don't find one
Martin Willi
2010-08-06
1
-5
/
+100
*
Implemented PKCS#11 RSA public key for keys found on a token
Martin Willi
2010-08-06
1
-0
/
+346