aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* documented the idea behind the current implementation of the schedulerTobias Brunner2009-05-152-5/+52
|
* disable crypto self-testAndreas Steffen2009-05-154-11/+69
|
* fixed fatal typoAndreas Steffen2009-05-152-2/+2
|
* cleaned up pluto's IKE alg descriptorsAndreas Steffen2009-05-1512-548/+622
|
* updated prf identifiersMartin Willi2009-05-152-10/+15
|
* updated integrity algorithm identifiersMartin Willi2009-05-152-11/+25
|
* added a "purgeike" command to stroke, deleting all IKE_SAs without a CHILD_SAMartin Willi2009-05-157-6/+69
|
* use left|rightauth notation in eap scenariosAndreas Steffen2009-05-156-16/+17
|
* stroke accepts "down conn1{*}/[*]" to delete all CHILD/IKE_SAs using a given ↵Martin Willi2009-05-151-28/+78
| | | | config
* fixed copy-and-paste errorAndreas Steffen2009-05-151-1/+1
|
* uml evaltest changes due to 4.3.xAndreas Steffen2009-05-153-5/+5
|
* added plutdebug=controlAndreas Steffen2009-05-152-2/+4
|
* if enabled, load openssl plugin by default in plutoAndreas Steffen2009-05-151-1/+2
|
* more intuitive leap year checkTobias Brunner2009-05-151-3/+3
|
* also support 192 bit keys for Twofish and SerpentAndreas Steffen2009-05-152-2/+4
|
* fixed copy-and-paste caption errorAndreas Steffen2009-05-152-2/+2
|
* got rid of libcryptoAndreas Steffen2009-05-1595-20424/+89
|
* removed libcrypto includesAndreas Steffen2009-05-142-5/+1
|
* cleaned up pluto's crypto frameworkAndreas Steffen2009-05-1413-183/+41
|
* completed serpent pluginAndreas Steffen2009-05-144-1449/+1070
|
* cosmeticsAndreas Steffen2009-05-141-2/+3
|
* split encrypt/decrypt functionality of crypto_cbc()Andreas Steffen2009-05-144-46/+44
|
* fixed ikev1 iv derivationAndreas Steffen2009-05-141-9/+31
|
* Mac OS X doesn't have SADB_X_AALG_AES_XCBC_MACTobias Brunner2009-05-141-0/+2
|
* added another possible location for the ipsec.h header fileTobias Brunner2009-05-142-1/+3
|
* fixed compiler warningTobias Brunner2009-05-141-1/+1
|
* make socket_t compatible with RFC 2292 (that got obsoleted by RFC 3542)Tobias Brunner2009-05-141-0/+7
|
* completed twofish sourcesAndreas Steffen2009-05-141-1/+4
|
* ported twofish as a pluginAndreas Steffen2009-05-141-1447/+51
|
* fixed 32 bit overflow checkAndreas Steffen2009-05-143-1/+885
|
* added eap_start option to radius pluginMartin Willi2009-05-141-2/+17
| | | | | EAP-Start sends an empty EAP message to initiate EAP conversation before doing EAP-Identity.
* introduced encryption test vectorsAndreas Steffen2009-05-147-76/+246
|
* renamed ENCR_TWOFISH and ENCR_SERPENT to ENCR_TWOFISH_CBC and ↵Andreas Steffen2009-05-144-8/+8
| | | | ENCR_SERPENT_CBC, respectively
* fixed setting of variable key lengthAndreas Steffen2009-05-141-3/+5
|
* use localtime_r() instead of localtime()Andreas Steffen2009-05-141-10/+6
|
* clone iv before blowfish en|decryptionAndreas Steffen2009-05-141-2/+8
|
* replaced clone_bytes() by clalloc()Andreas Steffen2009-05-142-11/+1
|
* fixed indentationAndreas Steffen2009-05-141-19/+19
|
* compute ASN.1 to UTC time without time functionsAndreas Steffen2009-05-142-70/+39
|
* changed TRUE/FALSE to 1/0Andreas Steffen2009-05-141-2/+2
|
* blowfish block size is 8 bytesAndreas Steffen2009-05-141-1/+1
|
* fixed captionAndreas Steffen2009-05-141-2/+2
|
* changed remaining plog() to DBG1()Andreas Steffen2009-05-141-1/+1
|
* simplified SPI allocation after refactoringsMartin Willi2009-05-141-19/+4
|
* identation cleanupsMartin Willi2009-05-131-22/+22
|
* fixed identationMartin Willi2009-05-131-49/+49
|
* fixing compilation of socket_t on systems that have neither IP_PKTINFO ↵Tobias Brunner2009-05-121-22/+33
| | | | (Linux) nor IP_SENDSRCADDR (FreeBSD)
* fixed cleanup of traffic selector listsMartin Willi2009-05-121-2/+2
|