aboutsummaryrefslogtreecommitdiffstats
path: root/src/pluto
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* added lookup of ESP_NULLAndreas Steffen2009-05-191-0/+2
* status output of 3DES_CBC without key lengthAndreas Steffen2009-05-191-9/+21
* removed unused functionsAndreas Steffen2009-05-192-60/+0
* output of encryption algs with zero key lengthAndreas Steffen2009-05-192-24/+47
* support of ESP AES_XCBC_96Andreas Steffen2009-05-192-2/+4
* fixed debug output of ah transformsAndreas Steffen2009-05-192-66/+54
* streamlined pluto alg_info debug outputAndreas Steffen2009-05-195-79/+35
* add _CBC to all encryption algorithms in CBC modeAndreas Steffen2009-05-191-6/+6
* fixed lookup tableAndreas Steffen2009-05-191-1/+1
* puto uses proposal_get_token() from libstrongswanAndreas Steffen2009-05-198-767/+344
* removed some ancient filesAndreas Steffen2009-05-153-257/+0
* added OAKLEY_CAMELLIAAndreas Steffen2009-05-152-2/+4
* oops, this was a hash_descAndreas Steffen2009-05-151-1/+1
* st_okley.hash contains hash algorithmAndreas Steffen2009-05-153-15/+15
* 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