Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bye bye Pluto! | Tobias Brunner | 2012-06-11 | 1 | -1474/+0 |
| | | | | | Charon will take over IKEv1 duties from here. This also removes libfreeswan and whack. | ||||
* | Merge branch 'ikev1' | Martin Willi | 2012-05-02 | 1 | -2/+2 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: configure.in man/ipsec.conf.5.in src/libcharon/encoding/generator.c src/libcharon/encoding/payloads/notify_payload.c src/libcharon/encoding/payloads/notify_payload.h src/libcharon/encoding/payloads/payload.c src/libcharon/network/receiver.c src/libcharon/sa/authenticator.c src/libcharon/sa/authenticator.h src/libcharon/sa/ikev2/tasks/ike_init.c src/libcharon/sa/task_manager.c src/libstrongswan/credentials/auth_cfg.c | ||||
| * | Merge branch 'ikev1-clean' into ikev1-master | Martin Willi | 2012-03-20 | 1 | -2/+2 |
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: configure.in man/ipsec.conf.5.in src/libcharon/daemon.c src/libcharon/plugins/eap_ttls/eap_ttls_peer.c src/libcharon/plugins/eap_radius/eap_radius_accounting.c src/libcharon/plugins/eap_radius/eap_radius_forward.c src/libcharon/plugins/farp/farp_listener.c src/libcharon/sa/ike_sa.c src/libcharon/sa/keymat.c src/libcharon/sa/task_manager.c src/libcharon/sa/trap_manager.c src/libstrongswan/plugins/x509/x509_cert.c src/libstrongswan/utils.h Applied lost changes of moved files keymat.c and task_manager.c. Updated listener_t.message hook signature in new plugins. | ||||
| | * | Added a flag to register local credential sets exclusively, disabling all others | Martin Willi | 2012-03-20 | 1 | -2/+2 |
| | | | |||||
* | | | remove leading zero in ASN.1 encoded serial numbers | Andreas Steffen | 2012-04-05 | 1 | -1/+3 |
|/ / | |||||
* / | pluto: Drop support for legacy PSK format. | Tobias Brunner | 2012-02-08 | 1 | -15/+2 |
|/ | | | | | | | | | | | | | | | Any line in ipsec.secrets starting with " or ' was treated as PSK without ID selectors by pluto. This prevented it from supporting DNs like "C=CH, O=Linux strongSwan, OU=Sales, CN=alice@strongswan.org" as ID selectors. PSKs defined in this legacy format can easily be updated by changing "thisIsASecret" into : PSK "thisIsASecret" | ||||
* | pluto: Missing flushline call added when reading ipsec.secrets. | Tobias Brunner | 2011-10-14 | 1 | -1/+2 |
| | |||||
* | pluto: Added fallback to ipsec.secrets parser if glob(3) is not available. | Tobias Brunner | 2011-10-14 | 1 | -12/+24 |
| | |||||
* | pluto: Fixed off by one error when reading private keys. | Tobias Brunner | 2011-04-12 | 1 | -1/+0 |
| | |||||
* | pluto: Properly free secrets in error cases. | Tobias Brunner | 2011-02-10 | 1 | -2/+6 |
| | |||||
* | Use bits instead of bytes for a private/public key | Martin Willi | 2010-08-10 | 1 | -1/+1 |
| | |||||
* | Pass type of requested key in the callback credential set | Martin Willi | 2010-08-04 | 1 | -1/+6 |
| | |||||
* | Obseleted BUILD_PASSPHRASE(_CALLBACK) for private key loading, use ↵ | Martin Willi | 2010-08-04 | 1 | -0/+120 |
| | | | | credential sets | ||||
* | Renamed key_encod{ing,der}_t and constants, prepare for generic credential ↵ | Martin Willi | 2010-07-13 | 1 | -3/+3 |
| | | | | encoding | ||||
* | clarified secret loading debug output | Andreas Steffen | 2010-05-18 | 1 | -1/+1 |
| | |||||
* | implemented xauth as a pluto plugin | Andreas Steffen | 2010-05-18 | 1 | -269/+192 |
| | |||||
* | merged pluto's PGP certificate parsing with charon's | Andreas Steffen | 2009-11-10 | 1 | -53/+61 |
| | |||||
* | replaced struct id by identification_t | Andreas Steffen | 2009-10-10 | 1 | -60/+25 |
| | |||||
* | migrated public key IDs to identification_t | Andreas Steffen | 2009-10-08 | 1 | -51/+34 |
| | |||||
* | some ipsec listall finetuning | Andreas Steffen | 2009-10-06 | 1 | -9/+7 |
| | |||||
* | pluto and charon now have the same ipsec listall output format | Andreas Steffen | 2009-10-06 | 1 | -6/+6 |
| | |||||
* | abbreviated struct connection by connection_t | Andreas Steffen | 2009-09-27 | 1 | -3/+3 |
| | |||||
* | pluto and scepclient now use the x509 plugin for certificates | Andreas Steffen | 2009-09-27 | 1 | -22/+34 |
| | |||||
* | removed trailing spaces ([[:space:]]+$) | Martin Willi | 2009-09-04 | 1 | -5/+5 |
| | |||||
* | clear RSA private key chunks after use | Andreas Steffen | 2009-08-30 | 1 | -1/+1 |
| | |||||
* | ASN.1 DER encoding of private key is not needed anymore | Andreas Steffen | 2009-08-30 | 1 | -24/+16 |
| | |||||
* | updated pluto to new fingerprinting API | Martin Willi | 2009-08-26 | 1 | -2/+5 |
| | |||||
* | renamed BUILD_BLOB_RFC_3110 to BUILD_BLOB_DNSKEY, we potentially support ↵ | Martin Willi | 2009-08-26 | 1 | -1/+1 |
| | | | | other key types | ||||
* | fixed 4.3 refactoring error | Andreas Steffen | 2009-08-11 | 1 | -1/+1 |
| | |||||
* | updated copyright statement | Andreas Steffen | 2009-07-03 | 1 | -0/+1 |
| | |||||
* | pluto supports ECDSA authentication | Andreas Steffen | 2009-06-12 | 1 | -4/+4 |
| | |||||
* | hooray, pluto and scepclient do not depend on libgmp anymore | Andreas Steffen | 2009-06-09 | 1 | -1/+0 |
| | |||||
* | fixed OpenPGP parsing | Andreas Steffen | 2009-06-09 | 1 | -54/+64 |
| | |||||
* | pluto and scepclient use private and public key plugins of libstrongswan | Andreas Steffen | 2009-06-09 | 1 | -367/+266 |
| | |||||
* | eliminated ipsec_policy.h | Andreas Steffen | 2009-05-26 | 1 | -3/+2 |
| | |||||
* | removing svn keyword $Id$ from all files | Tobias Brunner | 2009-04-30 | 1 | -2/+0 |
| | |||||
* | conversion from 8 spaces to 4 spaces per tab | Andreas Steffen | 2009-04-19 | 1 | -1064/+1064 |
| | |||||
* | created pluto and scepclient now use libstrongswan-lite | Andreas Steffen | 2009-04-18 | 1 | -6/+4 |
| | |||||
* | ported most of the libstrongswan chunk_t macros to pluto | Andreas Steffen | 2009-04-17 | 1 | -22/+25 |
| | |||||
* | renamed empty_chunk to chunk_empty | Andreas Steffen | 2009-04-17 | 1 | -9/+9 |
| | |||||
* | changed elemsof() macro to countof() | Andreas Steffen | 2009-04-17 | 1 | -1/+1 |
| | |||||
* | port the libstrongswan memory allocation methods to pluto | Andreas Steffen | 2009-04-17 | 1 | -29/+34 |
| | |||||
* | merged multi-auth branch back into trunk | Martin Willi | 2009-04-14 | 1 | -1/+1 |
| | |||||
* | make peer IP address and peer IP available to the ↵ | Andreas Steffen | 2008-04-02 | 1 | -1/+1 |
| | | | | xauth_module.verify_secret() method | ||||
* | fixed all pluto compiler warnings | Martin Willi | 2008-03-28 | 1 | -3/+3 |
| | |||||
* | activated Id property | Andreas Steffen | 2007-10-06 | 1 | -1/+1 |
| | |||||
* | separate the PSK IDs by spaces | Andreas Steffen | 2007-08-06 | 1 | -0/+4 |
| | |||||
* | debug info on preshared secrets | Andreas Steffen | 2007-08-06 | 1 | -0/+30 |
| | |||||
* | added conn_name to xauth_module.verify_secret() function call | Andreas Steffen | 2007-04-25 | 1 | -1/+1 |
| | |||||
* | load xauth module via dlopen() | Andreas Steffen | 2007-01-05 | 1 | -2/+2 |
| |