strongswan/src/charon-tkm/src/tkm
Reto Buerki 38c1fd3cb1 Provide TKM credential encoder
The TKM credential encoder creates fingerprints of type
KEYID_PUBKEY_INFO_SHA1 and KEYID_PUBKEY_SHA1 using
CRED_PART_RSA_PUB_ASN1_DER.

This makes the pkcs1 plugin unnecessary.
2013-03-19 15:23:51 +01:00
..
.gitignore Introduce TKM specific charon daemon (charon-tkm) 2013-03-19 15:23:45 +01:00
tkm.c Make IKE and EES sockets configurable 2013-03-19 15:23:50 +01:00
tkm.h Add chunk map 2013-03-19 15:23:46 +01:00
tkm_chunk_map.c chunk_map: Store key, value pair in entry_t struct 2013-03-19 15:23:47 +01:00
tkm_chunk_map.h Add chunk map 2013-03-19 15:23:46 +01:00
tkm_cred.c Implement TKM-specific credential set 2013-03-19 15:23:50 +01:00
tkm_cred.h Implement TKM-specific credential set 2013-03-19 15:23:50 +01:00
tkm_diffie_hellman.c Do not return shared secret in TKM Diffie-Hellman 2013-03-19 15:23:48 +01:00
tkm_diffie_hellman.h Add context id getter to TKM DH implementation 2013-03-19 15:23:46 +01:00
tkm_encoder.c Provide TKM credential encoder 2013-03-19 15:23:51 +01:00
tkm_encoder.h Provide TKM credential encoder 2013-03-19 15:23:51 +01:00
tkm_id_manager.c Add TKM_CTX_CC (Certificate chain context id) 2013-03-19 15:23:48 +01:00
tkm_id_manager.h Add TKM_CTX_CC (Certificate chain context id) 2013-03-19 15:23:48 +01:00
tkm_kernel_ipsec.c Don't manually register kernel_netlink_net 2013-03-19 15:23:50 +01:00
tkm_kernel_ipsec.h Add TKM kernel ipsec skeleton 2013-03-19 15:23:47 +01:00
tkm_kernel_sad.c Implement TKM kernel SA database (SAD) 2013-03-19 15:23:48 +01:00
tkm_kernel_sad.h Implement TKM kernel SA database (SAD) 2013-03-19 15:23:48 +01:00
tkm_keymat.c Drop support for pre-shared key authentication 2013-03-19 15:23:49 +01:00
tkm_keymat.h Store peer IKE init message 2013-03-19 15:23:49 +01:00
tkm_listener.c Call isa_skip_create_first when keeping IKE SA 2013-03-19 15:23:50 +01:00
tkm_listener.h Add TKM specific bus listener skeleton 2013-03-19 15:23:47 +01:00
tkm_nonceg.c nonceg: Insert id mapping when allocating nonce 2013-03-19 15:23:46 +01:00
tkm_nonceg.h Add context id getter to TKM nonce generator 2013-03-19 15:23:46 +01:00
tkm_private_key.c Implement TKM-specific credential set 2013-03-19 15:23:50 +01:00
tkm_private_key.h Implement TKM-specific credential set 2013-03-19 15:23:50 +01:00
tkm_public_key.c Provide TKM credential encoder 2013-03-19 15:23:51 +01:00
tkm_public_key.h Add TKM public key implementation 2013-03-19 15:23:49 +01:00
tkm_types.h Add AUTH signature info data structure 2013-03-19 15:23:49 +01:00
tkm_utils.c Check that chunk fits into sequence when converting 2013-03-19 15:23:49 +01:00
tkm_utils.h Add typelen parameter to chunk_to_sequence function 2013-03-19 15:23:48 +01:00