aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan
Commit message (Collapse)AuthorAgeFilesLines
...
* pluto uses the libstrongswan leak detective and a stripped-down version of ↵Andreas Steffen2009-04-162-0/+3
| | | | library_t
* 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 ↵Andreas Steffen2009-03-271-8/+13
| | | | 03:14:07 UTC 2038
* implementation of contains_wildcards() for ID_DER_ASN1_DN identitiesMartin Willi2009-03-261-2/+32
|
* updated DoxyfileMartin Willi2009-03-24110-137/+133
| | | | | | properly close all doxygen groups fixed remaining doxygen warnings
* 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 ↵Tobias Brunner2009-03-1223-321/+587
| | | | without glibc-compatible customizable printf - the Vstr string library is currently required on such platforms).
* 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
|
* adding MD4 and DES (ECB) to openssl pluginTobias Brunner2009-02-183-1/+9
|
* removed unused extract_last_token() and the required memrchr implementationMartin Willi2009-02-184-88/+3
|
* support of dynamic/128 and %any6Andreas Steffen2009-02-052-0/+5
|
* proper initialization and disposal of keying materialAndreas Steffen2009-01-151-2/+5
|
* add a compatible memrchr() function if the platform does not support it ↵Andreas Steffen2009-01-093-0/+49
| | | | (e.g. old glibc). Patch courtesy to Thomas Jarosch
* support for Padlock RNGMartin Willi2008-12-184-1/+206
|
* proper feature probing for padlockMartin Willi2008-12-171-10/+107
|
* correct use of calloc in hashtable_tTobias Brunner2008-12-171-2/+1
|
* added an additional frame to lock profiling backtracesMartin Willi2008-12-151-1/+1
|
* leak detective binds execution to a signle core, avoids corruption on SMP ↵Martin Willi2008-12-121-0/+12
| | | | machines
* incremental version of chunk_hashTobias Brunner2008-12-102-2/+15
|
* using rwlock to parallel build credentialsMartin Willi2008-12-091-10/+10
|
* use thread-safe variant of gmtimeMartin Willi2008-12-091-4/+5
|
* fixed hashtable->get_count() after doubling table sizeMartin Willi2008-12-091-1/+0
|
* removed debugging leftoversMartin Willi2008-12-081-4/+0
|
* basic x509 certificate generationMartin Willi2008-12-081-49/+246
|
* whitelisted another pthread_setspecific implementationMartin Willi2008-12-081-0/+1
|
* accept NULL values in hashtable enumeratorMartin Willi2008-12-051-2/+8
|
* hashtable enumerator enumerates over both, key and valuesMartin Willi2008-12-052-5/+8
|
* fixed off by one errorTobias Brunner2008-12-041-1/+1
|
* leak whitelisting of OPENSSL_config()Martin Willi2008-12-041-0/+1
|
* fixed refactoring error in openacAndreas Steffen2008-12-041-1/+3
|
* add support for smartcards in charon by using the ENGINE API provided by ↵Tobias Brunner2008-12-035-3/+104
| | | | OpenSSL, based on patches by Michael Roßberg.
* enable quoted tokens in the token enumeratorTobias Brunner2008-12-031-18/+40
|