Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
| | ||||||
* | charon must load libtls if available | Andreas Steffen | 2011-11-02 | 1 | -0/+4 | |
| | ||||||
* | fixed integrity tests of plugins using libtls or libtnccs | Andreas Steffen | 2011-11-02 | 14 | -18/+43 | |
| | ||||||
* | 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 | |
| | ||||||
* | Some Doxygen fixes. | Tobias Brunner | 2011-10-28 | 3 | -7/+5 | |
| | ||||||
* | Copyright fixed. | Tobias Brunner | 2011-10-28 | 1 | -2/+2 | |
| | ||||||
* | pluto: Compile warning fixed. | Tobias Brunner | 2011-10-27 | 1 | -0/+1 | |
| | ||||||
* | pluto: plugin_list.* added to Android.mk. | Tobias Brunner | 2011-10-27 | 1 | -0/+1 | |
| | ||||||
* | Added missing backslash. | Tobias Brunner | 2011-10-27 | 1 | -1/+1 | |
| | ||||||
* | Forgot to add Android.mk in ba5b559b41fa70261c4f181f516acee272379a71. | Tobias Brunner | 2011-10-26 | 1 | -0/+31 | |
| | ||||||
* | 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 | |
| | ||||||
* | Cosmetics | Andreas Steffen | 2011-10-26 | 1 | -1/+2 | |
| | ||||||
* | added listplugins support to pluto and whack | Andreas Steffen | 2011-10-26 | 6 | -1/+105 | |
| | ||||||
* | add listplugins to ipsec shell command | Andreas Steffen | 2011-10-26 | 1 | -2/+2 | |
| | ||||||
* | Don't link to tnc libraries on Android as no tnc plugins are currently enabled. | Tobias Brunner | 2011-10-25 | 1 | -1/+1 | |
| | ||||||
* | Build libtnccs on Android. | Tobias Brunner | 2011-10-25 | 2 | -12/+7 | |
| | ||||||
* | share some code between IMC and IMV managers | Andreas Steffen | 2011-10-25 | 5 | -251/+195 | |
| | ||||||
* | removed unneeded includes | Andreas Steffen | 2011-10-25 | 2 | -4/+0 | |
| | ||||||
* | Fix DNS error handling for keyexchange=ike. | Mirko Parthey | 2011-10-25 | 1 | -1/+1 | |
| | | | | | | starter fails to load a connection when a peer's DNS name is temporarily unresolvable and keyexchange=ike was specified, which defaults to IKEv2. The connection loads just fine in case of keyexchange=ikev2. | |||||
* | refactored TNC framework | Andreas Steffen | 2011-10-25 | 50 | -595/+960 | |
| | ||||||
* | moved imv_manager to libtnccs | Andreas Steffen | 2011-10-25 | 12 | -41/+81 | |
| | ||||||
* | moved imc_manager to libtnccs | Andreas Steffen | 2011-10-25 | 19 | -72/+159 | |
| | ||||||
* | Log if charon failed to establish a CHILD_SA but keeps the IKE_SA up. | Tobias Brunner | 2011-10-21 | 1 | -0/+4 | |
| | ||||||
* | starter: Android.mk updated to use kernel-netlink via libhydra. | Tobias Brunner | 2011-10-21 | 1 | -2/+3 | |
| | ||||||
* | starter: Use kernel interfaces to flush SAD and SPD. | Tobias Brunner | 2011-10-21 | 3 | -15/+8 | |
| | | | | | This now supports platforms where neither 'ip xfrm' nor 'setkey' are available (like Android). | |||||
* | starter: Load plugins specific to starter. | Tobias Brunner | 2011-10-21 | 2 | -0/+9 | |
| |