Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | 2 | -40/+66 | |
| | ||||||
* | pkcs11: Function added to retrieve multiple attributes from a single object. | Tobias Brunner | 2011-11-02 | 2 | -6/+62 | |
| | ||||||
* | pkcs11: Memory leak fixed in DH/ECDH implementation. | Tobias Brunner | 2011-11-02 | 1 | -0/+2 | |
| | ||||||
* | pkcs11: Invalid free fixed in DH/ECDH implementation. | Tobias Brunner | 2011-11-02 | 1 | -1/+4 | |
| | ||||||
* | pkcs11: Changed how pkcs11-manager is initialized. | Tobias Brunner | 2011-11-02 | 1 | -42/+32 | |
| | | | | | The manager is now created directly, but events and certificate loading is deferred. | |||||
* | pkcs11: Add attributes to specify what we use the DH/ECDH keys for. | Tobias Brunner | 2011-11-02 | 1 | -2/+10 | |
| | ||||||
* | pkcs11: Allow to build pkcs11 plugin on Android. | Tobias Brunner | 2011-10-31 | 1 | -0/+2 | |
| | ||||||
* | pkcs11: Use callback registration for pkcs11-manager. | Tobias Brunner | 2011-10-31 | 1 | -25/+73 | |
| | | | | | | Otherwise a plugin providing X509 decoding capabilities might be unloaded before the manager which will result in a segmentation fault when certificates in the manager's credential sets are to be destroyed. | |||||
* | pkcs11: Merged the ECDH into the DH implementation. | Tobias Brunner | 2011-10-31 | 6 | -405/+210 | |
| | ||||||
* | pkcs11: Use get_ck_attribute for ECDH. | Tobias Brunner | 2011-10-31 | 1 | -63/+13 | |
| | ||||||
* | pkcs11: Use get_ck_attribute for DH. | Tobias Brunner | 2011-10-31 | 1 | -28/+6 | |
| | ||||||
* | pkcs11: Method added to library to extract a single attribute from an object. | Tobias Brunner | 2011-10-31 | 2 | -1/+50 | |
| | ||||||
* | pkcs11: Added names for CKA_* constants. | Tobias Brunner | 2011-10-31 | 2 | -1/+123 | |
| | ||||||
* | pkcs11: Added support for ECDH. | Tobias Brunner | 2011-10-31 | 4 | -1/+422 | |
| | ||||||
* | pkcs11: Added definitions needed for ECDH to pkcs11.h. | Tobias Brunner | 2011-10-31 | 1 | -0/+24 | |
| | ||||||
* | pkcs11: Specify object class and key type when deriving DH secrets. | Tobias Brunner | 2011-10-31 | 1 | -0/+4 | |
| | | | | pkcs11_softtoken on OpenSolaris requires this (probably others too). | |||||
* | pkcs11: Add features support. | Tobias Brunner | 2011-10-31 | 3 | -84/+90 | |
| | ||||||
* | pkcs11: Added support for DH. | Tobias Brunner | 2011-10-31 | 4 | -0/+377 | |
| | ||||||
* | pkcs11: Error message fixed. | Tobias Brunner | 2011-10-31 | 1 | -1/+1 | |
| | ||||||
* | pkcs11: Added support to generate random numbers on a token. | Tobias Brunner | 2011-10-31 | 4 | -0/+201 | |
| | ||||||
* | pkcs11: Properly destroy mutex in pkcs11_hasher if no token found. | Tobias Brunner | 2011-10-31 | 1 | -0/+1 | |
| | ||||||
* | Added features support to agent plugin | Andreas Steffen | 2011-10-30 | 1 | -4/+11 | |
| | ||||||
* | Added features support to dnskey plugin | Andreas Steffen | 2011-10-30 | 1 | -7/+14 | |
| | ||||||
* | Added features support to pgp plugin | Andreas Steffen | 2011-10-30 | 1 | -19/+23 | |
| | ||||||
* | Added features support to pkcs1 plugin | Andreas Steffen | 2011-10-30 | 1 | -13/+16 | |
| | ||||||
* | added newline | Andreas Steffen | 2011-10-30 | 1 | -0/+1 | |
| | ||||||
* | remove pem_encoder_encode | Andreas Steffen | 2011-10-30 | 1 | -0/+2 | |
| | ||||||
* | Add features support to pem plugin | Andreas Steffen | 2011-10-30 | 1 | -53/+58 | |
| | ||||||
* | Destroy objects hashtable after plugin_manager. | Tobias Brunner | 2011-10-26 | 1 | -1/+1 | |
| | | | | | | If plugins are not explicitly unloaded before library_deinit is called there could have been a segfault because some plugins might unregister objects during unloading/destruction. | |||||
* | Add features support to pubkey plugin | Andreas Steffen | 2011-10-26 | 1 | -6/+11 | |
| | ||||||
* | Add features support to x509 plugin | Andreas Steffen | 2011-10-26 | 1 | -42/+38 | |
| | ||||||
* | Avoid heaps of compiler warnings due to plugin features registration. | Tobias Brunner | 2011-10-17 | 1 | -2/+2 | |
| | ||||||
* | Add features support to gcrypt plugin. | Tobias Brunner | 2011-10-17 | 1 | -101/+74 | |
| | ||||||
* | Add features support to md4 plugin | Andreas Steffen | 2011-10-17 | 1 | -6/+12 | |
| | ||||||
* | Source files in Android.mk updated. | Tobias Brunner | 2011-10-14 | 1 | -1/+1 | |
| | ||||||
* | Don't enforce features with soft dependencies before all plugins are loaded | Martin Willi | 2011-10-14 | 1 | -4/+4 | |
| | ||||||
* | Don't try to load a feature again after failure | Martin Willi | 2011-10-14 | 1 | -4/+28 | |
| | ||||||
* | Reset registration function for each plugin during feature loading | Martin Willi | 2011-10-14 | 1 | -1/+2 | |
| | ||||||
* | Add features support to fips-prf plugin | Martin Willi | 2011-10-14 | 1 | -12/+13 | |
| | ||||||
* | Added macro to define CUSTOM plugin features | Martin Willi | 2011-10-14 | 1 | -0/+1 | |
| | ||||||
* | Doxygen fixups | Martin Willi | 2011-10-14 | 2 | -2/+1 | |
| | ||||||
* | Fixed memleak in plugin unloading | Martin Willi | 2011-10-14 | 1 | -0/+1 | |
| | ||||||
* | Load features after each plugin loaded until all plugins have feature support | Martin Willi | 2011-10-14 | 1 | -4/+7 | |
| | ||||||
* | Fixed compiler warning | Martin Willi | 2011-10-14 | 1 | -3/+0 | |
| | ||||||
* | Fixed AES key length in openssl plugin | Martin Willi | 2011-10-14 | 1 | -2/+2 | |
| | ||||||
* | Implemented feature unloading, moved feature registration plugin_features.c | Martin Willi | 2011-10-14 | 3 | -126/+280 | |
| | ||||||
* | Don't use union members directly in plugin_feature_t. | Tobias Brunner | 2011-10-14 | 3 | -61/+66 | |
| |