| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | differentiate between TLS messages and EAP-[T]TLS packets in the debug output | Andreas Steffen | 2010-08-10 | 2 | -11/+11 |
* | Added a stroke command to export cached x509 certificates to the console | Martin Willi | 2010-08-10 | 1 | -0/+34 |
* | Use bits instead of bytes for a private/public key | Martin Willi | 2010-08-10 | 3 | -5/+5 |
* | Added support for different encryption schemes to private/public keys | Martin Willi | 2010-08-10 | 1 | -2/+2 |
* | log final TLS acknowledgement packet | Andreas Steffen | 2010-08-08 | 2 | -1/+9 |
* | added level 2 debug info on sent TLS packets | Andreas Steffen | 2010-08-07 | 2 | -0/+8 |
* | log EAP-TTLS version | Andreas Steffen | 2010-08-07 | 1 | -6/+12 |
* | fixed typo | Andreas Steffen | 2010-08-07 | 1 | -1/+1 |
* | EAP-TLS and EAP-TTLS use different constant MSK PRF label | Andreas Steffen | 2010-08-07 | 2 | -2/+4 |
* | added eap_ttls plugin configuration | Andreas Steffen | 2010-08-07 | 6 | -0/+623 |
* | fix error-type range in parsing of NOTIFY payloads | Jiri Bohac | 2010-08-06 | 1 | -1/+1 |
* | Some Doxygen fixes. | Tobias Brunner | 2010-08-05 | 2 | -1/+2 |
* | Fixed loading of secrets with IDs. | Tobias Brunner | 2010-08-04 | 1 | -1/+1 |
* | Fixed loading of private keys without password. | Tobias Brunner | 2010-08-04 | 1 | -1/+1 |
* | Accept EAP_ONLY_AUTHENTICATION notifies from any client, now that IANA alloca... | Tobias Brunner | 2010-08-04 | 1 | -3/+2 |
* | IKEv2 notification types updated. | Tobias Brunner | 2010-08-04 | 2 | -27/+34 |
* | Destroy IKE_SA Managers crypto primitives during flush, the plugins are gone ... | Martin Willi | 2010-08-04 | 2 | -2/+5 |
* | Pass type of requested key in the callback credential set | Martin Willi | 2010-08-04 | 1 | -1/+12 |
* | Obseleted BUILD_PASSPHRASE(_CALLBACK) for private key loading, use credential... | Martin Willi | 2010-08-04 | 4 | -66/+141 |
* | Use credential sets to load smartcard keys | Martin Willi | 2010-08-04 | 1 | -29/+82 |
* | Implemented a callback based credential set, currently for shared keys only | Martin Willi | 2010-08-04 | 1 | -61/+39 |
* | mmap() ipsec.secrets instead malloc(), proper error checking | Martin Willi | 2010-08-04 | 1 | -18/+30 |
* | Splitted up the load_secrets() function | Martin Willi | 2010-08-04 | 1 | -263/+301 |
* | %prompt support for smartcard PIN via "ipsec secrets" | Martin Willi | 2010-08-04 | 1 | -28/+95 |
* | Pass the PKCS11 keyid as chunk, not as string | Martin Willi | 2010-08-04 | 1 | -3/+6 |
* | Reuse generic passphrase build part, not a dedicated PIN part | Martin Willi | 2010-08-04 | 1 | -7/+4 |
* | Support module names in %smartcard specifier, streamlined smartcard building | Martin Willi | 2010-08-04 | 1 | -12/+51 |
* | test_cert adapted to extended signature of get_encoding(). | Tobias Brunner | 2010-08-03 | 1 | -2/+2 |
* | Fixed compiler warnings. | Tobias Brunner | 2010-08-03 | 1 | -1/+3 |
* | Moved TLS stack to its own library | Martin Willi | 2010-08-03 | 24 | -4536/+13 |
* | Moved eap-tls plugin to libcharon, updated to 4.4.1 APIs | Martin Willi | 2010-08-03 | 27 | -0/+5153 |
* | Added EAP-TLS plugin stub | Martin Willi | 2010-08-03 | 1 | -0/+1 |
* | Do not touch child from collision if peer deleted it | Thomas Egerer | 2010-08-03 | 1 | -3/+24 |
* | Fix segfault on 'ipsec stroke up ]' command | Thomas Egerer | 2010-07-29 | 1 | -0/+5 |
* | Implemented a HA enabled in-memory address pool | Martin Willi | 2010-07-28 | 6 | -4/+468 |
* | Added a function to segmentate a generic integer | Martin Willi | 2010-07-28 | 2 | -18/+48 |
* | Reserving does not work, as our pools do not support acquiring arbitrary addr... | Martin Willi | 2010-07-27 | 1 | -30/+0 |
* | Flush any remaining cache state if an IKE_SA goes down | Martin Willi | 2010-07-27 | 1 | -2/+2 |
* | Synchronize EAP-Identity of remote peer | Martin Willi | 2010-07-26 | 4 | -0/+16 |
* | Reserve virtual IP of passive IKE_SAs in the local pool | Martin Willi | 2010-07-26 | 1 | -0/+30 |
* | Added strongswan.conf options for HA heartbeat | Martin Willi | 2010-07-26 | 1 | -4/+20 |
* | Log CHILD_SA segment responsibility | Martin Willi | 2010-07-26 | 9 | -18/+95 |
* | Pass initiator parameter to distinguish between original and exchange initiator | Martin Willi | 2010-07-26 | 4 | -1/+8 |
* | Pass the CREATE_CHILD_SA initiator flag to the child_keys parameter | Martin Willi | 2010-07-26 | 5 | -9/+12 |
* | Use a sync message cache to resynchronize IKE_SAs without rekeying | Martin Willi | 2010-07-26 | 16 | -169/+594 |
* | Log received HA message types | Martin Willi | 2010-07-26 | 1 | -3/+9 |
* | Add enum names for HA message types | Martin Willi | 2010-07-26 | 2 | -0/+19 |
* | Delay resynchronization request until starter has loaded the configurations | Martin Willi | 2010-07-26 | 1 | -2/+4 |
* | Replaces in_segment() by a more generic get_segment() function | Martin Willi | 2010-07-26 | 3 | -17/+13 |
* | Use distinct message types for HA message ID updates | Martin Willi | 2010-07-26 | 4 | -22/+60 |