aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan
Commit message (Expand)AuthorAgeFilesLines
...
* use prfs for IKEv1 hmacsAndreas Steffen2009-05-041-2/+2
* fixed typoAndreas Steffen2009-05-041-1/+1
* added support for AUTH_HMAC_SHA1_160Andreas Steffen2009-05-043-4/+11
* moved hasher to the correct doxygen groupMartin Willi2009-05-041-2/+2
* pluto and scepclient use the random plugin from libstrongswanAndreas Steffen2009-04-302-2/+6
* removing svn keyword $Id$ from all filesTobias Brunner2009-04-30160-320/+0
* merging changes from portability branch back to trunkTobias Brunner2009-04-3015-32/+43
* added .gitignore files, ready for the switchMartin Willi2009-04-301-0/+1
* changed RNG_REAL to RNG_TRUEAndreas Steffen2009-04-298-11/+11
* pluto and scepclient use the curl and ldap fetcher pluginsAndreas Steffen2009-04-293-12/+43
* set default CFLAGS globally, including -Wno-formatMartin Willi2009-04-272-3/+2
* added return_true/false() dummy functionsMartin Willi2009-04-242-0/+26
* fixed compiler warnings on 64bitMartin Willi2009-04-221-2/+2
* pluto and scepclient use the regular libstrongswan libraryAndreas Steffen2009-04-211-19/+1
* scepclient and pluto use asn1 from libstrongswanAndreas Steffen2009-04-207-9/+16
* support of the enum printf_hookAndreas Steffen2009-04-201-0/+1
* migrated write_chunk() to chunk_write()Andreas Steffen2009-04-202-8/+15
* scepclient uses the optionsfrom parser from libstrongswanAndreas Steffen2009-04-181-2/+4
* created pluto and scepclient now use libstrongswan-liteAndreas Steffen2009-04-181-2/+16
* pluto and scepclient now use chunk_t from libstrongswanAndreas Steffen2009-04-171-1/+1
* ported most of the libstrongswan chunk_t macros to plutoAndreas Steffen2009-04-171-2/+2
* moved strcaseeq() macro from constants.h to utils.hAndreas Steffen2009-04-172-8/+13
* support of the ESP CAMELLIA-CBC cipher by charonAndreas Steffen2009-04-172-23/+36
* fixed OID encodingMartin Willi2009-04-171-2/+2
* pluto uses the libstrongswan leak detective and a stripped-down version of li...Andreas Steffen2009-04-162-0/+3
* asn1_build_known_oid() includes ASN1_OID tag and lengthAndreas Steffen2009-04-163-6/+9
* added missing curly bracketsAndreas Steffen2009-04-151-0/+4
* added create_part_enumerator() to indentity, allows to enumerate RDNs etc.Martin Willi2009-04-142-5/+185
* moved RDN OIDs to oid.txt, use asn1_get_known_oid() for lookupMartin Willi2009-04-142-149/+102
* implemented asn1_get_known_oid(), mapping OID index to ASN1 OIDMartin Willi2009-04-143-1/+42
* added missing string.h includeMartin Willi2009-04-141-0/+1
* merged multi-auth branch back into trunkMartin Willi2009-04-148-69/+67
* moved AUTH_HMAC_MD5_128 to IANA defined numberMartin Willi2009-04-022-5/+6
* remove ambiguity by setting parenthesesAndreas Steffen2009-03-271-1/+1
* fixed ASN.1 to time_t conversion on 32-bit system for dates after Jan 19 03:1...Andreas Steffen2009-03-271-8/+13
* implementation of contains_wildcards() for ID_DER_ASN1_DN identitiesMartin Willi2009-03-261-2/+32
* updated DoxyfileMartin Willi2009-03-24110-137/+133
* reintegrated eap-radius branch into trunkMartin Willi2009-03-243-0/+8
* respect port in create_dns/create_from_string when passing %anyMartin Willi2009-03-191-4/+16
* print IPv6 %any hosts as %any6Martin Willi2009-03-191-1/+2
* fixed compiler warningMartin Willi2009-03-191-1/+1
* fallback to family specific %any(6) if kernel lookup failsMartin Willi2009-03-161-0/+4
* the parameters field in an ASN.1 algorithmIdentifier is optionalAndreas Steffen2009-03-131-14/+1
* fixing DES ECB decryptionTobias Brunner2009-03-121-6/+6
* printf hooks refactored to increase portability (i.e. support for platforms w...Tobias Brunner2009-03-1223-321/+587
* ECB mode added to the DES pluginTobias Brunner2009-02-192-1/+106
* des ecb enum value changed, ignores set for md4 pluginTobias Brunner2009-02-191-1/+1
* added Id svn:keywordAndreas Steffen2009-02-192-2/+2
* support of MD4 hashAndreas Steffen2009-02-196-0/+528
* adding enum elements for MD4 and DES (ECB)Tobias Brunner2009-02-184-4/+10