aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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-141-0/+2
* 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
* introduced encryption test vectorsAndreas Steffen2009-05-147-76/+246
* renamed ENCR_TWOFISH and ENCR_SERPENT to ENCR_TWOFISH_CBC and ENCR_SERPENT_CB...Andreas Steffen2009-05-144-8/+8
* 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-141-54/+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 (Linux...Tobias Brunner2009-05-121-22/+33
* fixed cleanup of traffic selector listsMartin Willi2009-05-121-2/+2
* do not destroy packet twice if message generation failedMartin Willi2009-05-121-0/+1
* properly end CERT_PRE task after detecting the final authentication roundMartin Willi2009-05-121-27/+41
* do not report increasing rekey times if rekeying currently activeMartin Willi2009-05-121-1/+8
* do not report a CHILD_SA rekey time if rekeying disabledMartin Willi2009-05-121-2/+10
* quote identitiesAndreas Steffen2009-05-111-4/+4
* also update permission in template/guest foldersMartin Willi2009-05-111-9/+9
* removed @brief doxygen keywordsMartin Willi2009-05-116-50/+50
* list available templates using "template" aliasMartin Willi2009-05-111-3/+7
* ruby bindings for template enumeratorMartin Willi2009-05-111-0/+19
* added a Dumm template enumeratorMartin Willi2009-05-112-0/+61
* allow "others" to read created dumm files/foldersMartin Willi2009-05-111-2/+2
* implemented blowfish as a pluginAndreas Steffen2009-05-118-1431/+1164
* corrected debug output of passphraseAndreas Steffen2009-05-111-1/+3
* hand out a IPv4 virtual address if %any6 is requestedMartin Willi2009-05-111-2/+3
* fixed configuration payload type as responderMartin Willi2009-05-111-1/+1
* never send a CERT payload in EAPMartin Willi2009-05-111-13/+13
* updated MSK calculation in MSCHAPv2, compatible with Win7/2008 RC.Martin Willi2009-05-111-1/+1
* Fixed EAP authentication regressionMartin Willi2009-05-115-42/+76
* fixed memleakMartin Willi2009-05-111-0/+1
* started migration to encryption pluginsAndreas Steffen2009-05-0923-249/+5584
* added a configure option to enable the Vstr string library even if register_p...Tobias Brunner2009-04-242-8/+8
* fixing compilation when using the Vstr string libraryTobias Brunner2009-04-243-6/+6
* fixed timezone compensation when parsing ASN.1 datesTobias Brunner2009-05-081-6/+29