aboutsummaryrefslogtreecommitdiffstats
path: root/src/pluto/ipsec_doi.c
Commit message (Expand)AuthorAgeFilesLines
* Use IV length of a crypter instead of block size for IV calculationsMartin Willi2010-08-131-4/+5
* Support different encoding types in certificate.get_encoding()Martin Willi2010-07-131-8/+14
* Renamed key_encod{ing,der}_t and constants, prepare for generic credential en...Martin Willi2010-07-131-4/+4
* do not destroy xauth_id if phase2 equals phase1 connectionAndreas Steffen2010-06-081-7/+4
* inherit XAUTH identities in Phase 2Heiko Hund2010-06-081-2/+22
* refactoring of Mode Config functionality allows transport and handling of any...Andreas Steffen2010-05-141-14/+13
* fixed segfault in pluto with multiple ISAKMP SAs in delete payloadHeiko Hund2010-04-201-2/+20
* implemented inheritance of virtual IP assigned by Mode Config on the responde...Andreas Steffen2010-04-111-0/+15
* Adding support for AES GMAC (RFC4543).Tobias Brunner2010-02-121-3/+4
* merged pluto's PGP certificate parsing with charon'sAndreas Steffen2009-11-101-20/+23
* prepended all ISAKMP notification message types with ISAKMP_Andreas Steffen2009-10-121-40/+40
* fixed output of offered CAAndreas Steffen2009-10-111-1/+1
* replaced struct id by identification_tAndreas Steffen2009-10-101-145/+134
* migrated public key IDs to identification_tAndreas Steffen2009-10-081-93/+141
* pluto and charon now have the same ipsec listall output formatAndreas Steffen2009-10-061-1/+0
* pluto now uses x509 plugin for attribute certificate handlingAndreas Steffen2009-10-051-14/+18
* fixes multiple IPsec SAs with IKEv1 Mode ConfigAndreas Steffen2009-10-011-0/+17
* abbreviated struct connection by connection_tAndreas Steffen2009-09-271-24/+24
* pluto and scepclient now use the x509 plugin for certificatesAndreas Steffen2009-09-271-8/+22
* enforce coding rulesAndreas Steffen2009-09-221-63/+277
* Removed chunk_from_buf() in favor of a simpler chunk_from_chars() macroMartin Willi2009-09-111-16/+8
* removed trailing spaces ([[:space:]]+$)Martin Willi2009-09-041-40/+40
* use time_monotonic() instead of gettimeofday() for time difference calculationsMartin Willi2009-08-311-1/+0
* updated pluto to new fingerprinting APIMartin Willi2009-08-261-10/+8
* improved DPD error messageAndreas Steffen2009-07-221-1/+2
* pluto supports AES_CCM and AES_GCM ESP algorithmsAndreas Steffen2009-07-121-59/+60
* renamed OAKLEY_ECDSA_512 to OAKLEY_ECDSA_512Andreas Steffen2009-06-131-4/+4
* fixed broken XAUTH authenticationAndreas Steffen2009-06-121-6/+15
* not restricted to RSA public keysAndreas Steffen2009-06-121-4/+4
* pluto supports ECDSA authenticationAndreas Steffen2009-06-121-75/+122
* hooray, pluto and scepclient do not depend on libgmp anymoreAndreas Steffen2009-06-091-1/+0
* fixed OpenPGP parsingAndreas Steffen2009-06-091-2/+2
* pluto and scepclient use private and public key plugins of libstrongswanAndreas Steffen2009-06-091-255/+109
* eliminated ipsec_policy.hAndreas Steffen2009-05-261-2/+1
* KE payload of ECP groups has X and Y coordinatesAndreas Steffen2009-05-241-2/+2
* use the Diffie-Hellman functionality of libstrongswanAndreas Steffen2009-05-241-57/+24
* updated copyright statementsAndreas Steffen2009-05-221-0/+1
* st_okley.hash contains hash algorithmAndreas Steffen2009-05-151-13/+13
* split encrypt/decrypt functionality of crypto_cbc()Andreas Steffen2009-05-141-4/+19
* fixed generation of IKEv1 key materialAndreas Steffen2009-05-071-7/+17
* all hashes, hmacs and prfs use libstrongswanAndreas Steffen2009-05-061-189/+189
* SKEYID derivation based on libstrongswanAndreas Steffen2009-05-051-50/+79
* pluto and scepclient use the random plugin from libstrongswanAndreas Steffen2009-04-301-181/+124
* removing svn keyword $Id$ from all filesTobias Brunner2009-04-301-2/+0
* fixed a bunch of compiler warnings, pgp end certificate listingMartin Willi2009-04-211-0/+1
* scepclient and pluto use asn1 from libstrongswanAndreas Steffen2009-04-201-1/+0
* support of the enum printf_hookAndreas Steffen2009-04-201-4/+2
* conversion from 8 spaces to 4 spaces per tabAndreas Steffen2009-04-191-4247/+4247
* ported most of the libstrongswan chunk_t macros to plutoAndreas Steffen2009-04-171-18/+29
* renamed empty_chunk to chunk_emptyAndreas Steffen2009-04-171-2/+2