aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/plugins
Commit message (Expand)AuthorAgeFilesLines
...
* differentiate between TLS messages and EAP-[T]TLS packets in the debug outputAndreas Steffen2010-08-102-11/+11
* Added a stroke command to export cached x509 certificates to the consoleMartin Willi2010-08-101-0/+34
* Use bits instead of bytes for a private/public keyMartin Willi2010-08-102-2/+2
* Added support for different encryption schemes to private/public keysMartin Willi2010-08-101-2/+2
* log final TLS acknowledgement packetAndreas Steffen2010-08-082-1/+9
* added level 2 debug info on sent TLS packetsAndreas Steffen2010-08-072-0/+8
* log EAP-TTLS versionAndreas Steffen2010-08-071-6/+12
* fixed typoAndreas Steffen2010-08-071-1/+1
* EAP-TLS and EAP-TTLS use different constant MSK PRF labelAndreas Steffen2010-08-072-2/+4
* added eap_ttls plugin configurationAndreas Steffen2010-08-075-0/+615
* Some Doxygen fixes.Tobias Brunner2010-08-052-1/+2
* Fixed loading of secrets with IDs.Tobias Brunner2010-08-041-1/+1
* Fixed loading of private keys without password.Tobias Brunner2010-08-041-1/+1
* Pass type of requested key in the callback credential setMartin Willi2010-08-041-1/+12
* Obseleted BUILD_PASSPHRASE(_CALLBACK) for private key loading, use credential...Martin Willi2010-08-044-66/+141
* Use credential sets to load smartcard keysMartin Willi2010-08-041-29/+82
* Implemented a callback based credential set, currently for shared keys onlyMartin Willi2010-08-041-61/+39
* mmap() ipsec.secrets instead malloc(), proper error checkingMartin Willi2010-08-041-18/+30
* Splitted up the load_secrets() functionMartin Willi2010-08-041-263/+301
* %prompt support for smartcard PIN via "ipsec secrets"Martin Willi2010-08-041-28/+95
* Pass the PKCS11 keyid as chunk, not as stringMartin Willi2010-08-041-3/+6
* Reuse generic passphrase build part, not a dedicated PIN partMartin Willi2010-08-041-7/+4
* Support module names in %smartcard specifier, streamlined smartcard buildingMartin Willi2010-08-041-12/+51
* test_cert adapted to extended signature of get_encoding().Tobias Brunner2010-08-031-2/+2
* Fixed compiler warnings.Tobias Brunner2010-08-031-1/+3
* Moved TLS stack to its own libraryMartin Willi2010-08-0323-4536/+6
* Moved eap-tls plugin to libcharon, updated to 4.4.1 APIsMartin Willi2010-08-0326-0/+5145
* Fix segfault on 'ipsec stroke up ]' commandThomas Egerer2010-07-291-0/+5
* Implemented a HA enabled in-memory address poolMartin Willi2010-07-286-4/+468
* Added a function to segmentate a generic integerMartin Willi2010-07-282-18/+48
* Reserving does not work, as our pools do not support acquiring arbitrary addr...Martin Willi2010-07-271-30/+0
* Flush any remaining cache state if an IKE_SA goes downMartin Willi2010-07-271-2/+2
* Synchronize EAP-Identity of remote peerMartin Willi2010-07-264-0/+16
* Reserve virtual IP of passive IKE_SAs in the local poolMartin Willi2010-07-261-0/+30
* Added strongswan.conf options for HA heartbeatMartin Willi2010-07-261-4/+20
* Log CHILD_SA segment responsibilityMartin Willi2010-07-269-18/+95
* Pass initiator parameter to distinguish between original and exchange initiatorMartin Willi2010-07-264-1/+8
* Pass the CREATE_CHILD_SA initiator flag to the child_keys parameterMartin Willi2010-07-261-1/+1
* Use a sync message cache to resynchronize IKE_SAs without rekeyingMartin Willi2010-07-2616-169/+594
* Log received HA message typesMartin Willi2010-07-261-3/+9
* Add enum names for HA message typesMartin Willi2010-07-262-0/+19
* Delay resynchronization request until starter has loaded the configurationsMartin Willi2010-07-261-2/+4
* Replaces in_segment() by a more generic get_segment() functionMartin Willi2010-07-263-17/+13
* Use distinct message types for HA message ID updatesMartin Willi2010-07-264-22/+60
* Migrated ha plugin to INIT/METHOD macrosMartin Willi2010-07-2610-257/+202
* Implemented support for multiple RADIUS serversMartin Willi2010-07-2110-423/+911
* Migrated eap-radius plugin to INIT/METHOD macrosMartin Willi2010-07-214-142/+105
* in a ESP_IN_UDP situation make UDP port available in the updown scriptAndreas Steffen2010-07-171-1/+23
* make xfrm marks available in the updown scriptsAndreas Steffen2010-07-171-1/+44
* Support different encoding types in certificate.get_encoding()Martin Willi2010-07-132-9/+15