aboutsummaryrefslogtreecommitdiffstats
path: root/src/pluto
Commit message (Expand)AuthorAgeFilesLines
...
* abort pluto if crypto self-test failsAndreas Steffen2009-05-152-7/+13
* cosmetics in show_debug() outputAndreas Steffen2009-05-151-1/+1
* list loaded plugins in ipsec statusallAndreas Steffen2009-05-151-2/+19
* pluto aborts if no SHA-1 and MD5 hashers are presentAndreas Steffen2009-05-151-29/+42
* register hash functions instead of prfsAndreas Steffen2009-05-151-12/+12
* disable crypto self-testAndreas Steffen2009-05-154-11/+69
* cleaned up pluto's IKE alg descriptorsAndreas Steffen2009-05-1512-548/+622
* got rid of libcryptoAndreas Steffen2009-05-154-407/+33
* removed libcrypto includesAndreas Steffen2009-05-142-5/+1
* cleaned up pluto's crypto frameworkAndreas Steffen2009-05-147-174/+34
* split encrypt/decrypt functionality of crypto_cbc()Andreas Steffen2009-05-144-46/+44
* fixed ikev1 iv derivationAndreas Steffen2009-05-141-9/+31
* introduced encryption test vectorsAndreas Steffen2009-05-147-76/+246
* use localtime_r() instead of localtime()Andreas Steffen2009-05-141-10/+6
* replaced clone_bytes() by clalloc()Andreas Steffen2009-05-142-11/+1
* changed remaining plog() to DBG1()Andreas Steffen2009-05-141-1/+1
* started migration to encryption pluginsAndreas Steffen2009-05-092-247/+171
* fixed generation of IKEv1 key materialAndreas Steffen2009-05-071-7/+17
* fixed compiler warningsTobias Brunner2009-05-071-3/+3
* Merge branch 'master' of git.strongswan.org:~/strongswan into HEADTobias Brunner2009-05-0719-1252/+318
|\
| * use hash size constants from hasher.hAndreas Steffen2009-05-074-24/+13
| * removed all hash function code from plutoAndreas Steffen2009-05-0612-989/+38
| * all hashes, hmacs and prfs use libstrongswanAndreas Steffen2009-05-064-246/+274
* | properly initialize buffer when printing loaded plugins.Tobias Brunner2009-05-071-0/+1
|/
* SKEYID derivation based on libstrongswanAndreas Steffen2009-05-0521-363/+362
* deleted elgamal.[ch]Andreas Steffen2009-04-302-647/+0
* pluto and scepclient use the random plugin from libstrongswanAndreas Steffen2009-04-3021-2014/+352
* some typosTobias Brunner2009-04-301-1/+1
* removing svn keyword $Id$ from all filesTobias Brunner2009-04-3098-196/+1
* merging changes from portability branch back to trunkTobias Brunner2009-04-301-2/+2
* added .gitignore files, ready for the switchMartin Willi2009-04-301-0/+2
* default plugins for plutoAndreas Steffen2009-04-293-272/+0
* pluto and scepclient use the curl and ldap fetcher pluginsAndreas Steffen2009-04-294-477/+134
* removed .cvsignore filesMartin Willi2009-04-271-3/+0
* set default CFLAGS globally, including -Wno-formatMartin Willi2009-04-271-2/+1
* release dynamic memory allocated for VIDsAndreas Steffen2009-04-243-9/+20
* version bump to 4.3.1Andreas Steffen2009-04-242-1/+3
* added plugin load mechanism to pluto and scepclient and improved debug output4.3.0Andreas Steffen2009-04-212-5/+32
* use the regular libstrongswan library initializationAndreas Steffen2009-04-213-174/+1
* fixed a bunch of compiler warnings, pgp end certificate listingMartin Willi2009-04-215-11/+6
* fixed pluto/scepclient out-of-tree buildsMartin Willi2009-04-211-2/+2
* fixed indentation of debug outputAndreas Steffen2009-04-211-1/+2
* mapped libstrongswan debug level to pluto debug optionsAndreas Steffen2009-04-212-57/+72
* pluto and scepclient use the regular libstrongswan libraryAndreas Steffen2009-04-211-1/+1
* scepclient and pluto use asn1 from libstrongswanAndreas Steffen2009-04-2019-2471/+1412
* removed trailing whitespaceAndreas Steffen2009-04-201-1/+1
* support of the enum printf_hookAndreas Steffen2009-04-209-681/+676
* already had the correct formattingAndreas Steffen2009-04-202-55/+55
* migrated write_chunk() to chunk_write()Andreas Steffen2009-04-203-56/+1
* eliminated TIMETOA_BUF definitionAndreas Steffen2009-04-203-6/+3