aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* more concise listing of ESP algorithmsAndreas Steffen2009-06-092-27/+34
* activated INTEGRITY_TEST option in plutoAndreas Steffen2009-06-092-0/+23
* implement gmp_rsa_private_key.decrypt()Andreas Steffen2009-06-092-4/+34
* implemented gmp_rsa_public_key.encrypt() methodAndreas Steffen2009-06-091-4/+59
* some fixes in pkcs7.cAndreas Steffen2009-06-091-3/+4
* hooray, pluto and scepclient do not depend on libgmp anymoreAndreas Steffen2009-06-0910-145/+27
* pkcs7.c also uses signature_scheme_from_oid()Andreas Steffen2009-06-091-18/+6
* created signature_scheme_from_oid() helper functionAndreas Steffen2009-06-098-148/+78
* hardened OpenPGP parserAndreas Steffen2009-06-091-23/+31
* updated documentation on leftsendcertAndreas Steffen2009-06-091-2/+2
* used rsa coeff field in OpenPGP secret key payloadAndreas Steffen2009-06-091-25/+32
* fixed OpenPGPv3 fingerprint computationAndreas Steffen2009-06-091-7/+19
* fixed OpenPGP parsingAndreas Steffen2009-06-099-217/+297
* moved PGP types to pgp/pgp.hAndreas Steffen2009-06-093-55/+95
* pluto and scepclient use private and public key plugins of libstrongswanAndreas Steffen2009-06-0946-2596/+1802
* updated medcli/medsrv plugins to use new auth_cfg API, fixes compilationMartin Willi2009-06-052-8/+48
* added missing identification.h includeMartin Willi2009-06-041-0/+1
* apply is_anyaddr fix from socket also to socket-rawMartin Willi2009-06-031-1/+1
* fixed ENUM naming of XCBC prfMartin Willi2009-06-021-1/+1
* added a charon.install_virtual_ip option to disable IP installation for testingMartin Willi2009-06-021-3/+19
* _updown script fix for ALT Linux, courtesy of Michael ShigorinAndreas Steffen2009-05-292-18/+12
* NO_CREDENTIAL_FACTORY compile option not needed anymoreAndreas Steffen2009-05-285-9/+1
* hide credentials headers in credential_factory.hAndreas Steffen2009-05-287-9/+6
* register the already implemented AUTH_HMAC_SHA1_160 algorithmMartin Willi2009-05-281-0/+2
* set parsed = TRUE before calling parse_certificate()Andreas Steffen2009-05-271-8/+7
* fixed typoAndreas Steffen2009-05-271-1/+1
* dh_exponent_ansi_x9_42 is now a libstrongswan settingAndreas Steffen2009-05-262-2/+2
* eliminated ipsec_policy.hAndreas Steffen2009-05-2627-457/+131
* show strongSwan version in pluto's statusallAndreas Steffen2009-05-261-0/+1
* show strongSwan version in statusallMartin Willi2009-05-261-1/+1
* added generated extconf.rb to .gitignore, removed it from distributionMartin Willi2009-05-252-2/+2
* resolve clone naming conflict with uclibcAndreas Steffen2009-05-251-2/+2
* removed optionsfrom.c from libfreeswanAndreas Steffen2009-05-243-482/+2
* whack uses optionsfrom from libstrongswanAndreas Steffen2009-05-242-15/+42
* cosmeticsAndreas Steffen2009-05-241-25/+13
* suppress Routed Connections caption if list is emptyAndreas Steffen2009-05-241-4/+9
* pluto uses optionsfrom from libstrongswanAndreas Steffen2009-05-241-2/+12
* KE payload of ECP groups has X and Y coordinatesAndreas Steffen2009-05-243-55/+55
* use the Diffie-Hellman functionality of libstrongswanAndreas Steffen2009-05-2412-253/+210
* cosmeticsAndreas Steffen2009-05-245-46/+46
* added dh group descriptionsAndreas Steffen2009-05-241-0/+124
* updated copyright statementsAndreas Steffen2009-05-2217-17/+29
* version bump to 4.3.2Andreas Steffen2009-05-222-2/+6
* fixed compiler warning4.3.1Andreas Steffen2009-05-221-0/+3
* recognize ipsec purgeike commandAndreas Steffen2009-05-221-1/+10
* Portably check for IPSEC_* constants (defined in ipsec.h).Tobias Brunner2009-05-201-3/+3
* Automatically build (and install) the DUMM Ruby extension.Tobias Brunner2009-05-203-0/+15
* Enable building the DUMM Ruby extension in a VPATH build.Tobias Brunner2009-05-202-21/+18
* The configure script now tries to figure out where ruby.h is located.Tobias Brunner2009-05-201-1/+1
* include TSi/TSr of triggering packet in acquireMartin Willi2009-05-2011-21/+57