aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan
Commit message (Collapse)AuthorAgeFilesLines
...
* extract_token() now handles whitespaceAndreas Steffen2008-04-251-0/+8
|
* replaced freeswan ttodata by own chunk_{to|from}_{hex|base64} functionsMartin Willi2008-04-246-510/+203
|
* experimental Padlock plugin supportin SHA1 and AES-128 for VIA C7 EstherMartin Willi2008-04-228-0/+602
|
* removed status result from crypter interface to be consistent with other ↵Martin Willi2008-04-224-149/+67
| | | | crypto interfaces
* functions invoked on all linked list items now support up to five additional ↵Tobias Brunner2008-04-182-10/+22
| | | | arguments
* support for hash and URL encoded certificate payloads in charonTobias Brunner2008-04-183-3/+37
|
* typoTobias Brunner2008-04-181-1/+1
|
* cosmetics to chunk_write()Martin Willi2008-04-172-20/+19
|
* extended credential_set_t interface by a cache_cert() methodMartin Willi2008-04-172-0/+12
| | | | allows persistent or in-memory caching of fetched certificates
* added error logging to sqlite pluginMartin Willi2008-04-151-4/+24
|
* build plugins after daemon/libstrongswanMartin Willi2008-04-151-1/+1
|
* added API for random number generators, served through credential factoryMartin Willi2008-04-1518-330/+578
| | | | ported randomizer_t to a rng_t on top of /dev/(u)random (plugin random)
* removed stale ocsp headerMartin Willi2008-04-081-79/+0
|
* fixed doxygen groups to avoid recursionMartin Willi2008-04-073-3/+3
|
* compare certificates against full encoding to allow equality check of ↵Martin Willi2008-04-075-36/+50
| | | | untrusted certs
* added ./configure option --with-strongswan-conf=Martin Willi2008-04-071-1/+1
| | | | defaults to /etc/strongswan.conf
* fixed segfault when opening a SQLite database failsMartin Willi2008-04-071-1/+2
|
* do not build leak_detective.o if not enabledMartin Willi2008-04-042-6/+8
|
* defining hook functions ourself as definition in uClibc and glibc differ, ↵Martin Willi2008-04-041-4/+7
| | | | fixes #36
* removed unused gmp.h to build libstrongswan without libgmpMartin Willi2008-04-042-2/+0
|
* redirecting all leak_report information to stderrMartin Willi2008-04-031-18/+30
|
* some code cleanupsMartin Willi2008-04-031-49/+23
|
* replaced mutex in leak detective with thread schedulingTobias Brunner2008-04-031-18/+36
|
* fixed compile warningsMartin Willi2008-04-021-0/+1
|
* added missing files for commit [3721]Martin Willi2008-04-012-0/+197
|
* loading of subjectPublicKeyInfo wrapped keys using KEY_ANY (openssl format)Martin Willi2008-04-013-1/+9
| | | | testcase
* removed unneded publicKeyInfo ASN1 structureMartin Willi2008-04-011-16/+1
|
* changed enumerator implementation to handle reentrant codeMartin Willi2008-04-011-11/+23
|
* demoted ldap debug output to level 2Andreas Steffen2008-03-281-1/+1
|
* leak detective detects heap over- and underflowMartin Willi2008-03-281-13/+71
|
* updated leak_detective whitelist: libxml and clearsilver functionsMartin Willi2008-03-281-1/+12
|
* fixed compiler warningMartin Willi2008-03-281-1/+1
|
* whitelisted FCGX_InitMartin Willi2008-03-271-5/+11
| | | | reporting count of leaks suppressed by whitelist
* makeshift fix of --enable-integrity-test optionAndreas Steffen2008-03-263-3/+10
|
* caching of ocsp responses (experimental), no crl caching yetMartin Willi2008-03-2610-114/+56
|
* treat sig_alg and algorithm comparison in a consistent way over all ↵Andreas Steffen2008-03-262-3/+9
| | | | certificate types
* fixed compiler warningsMartin Willi2008-03-263-10/+15
|
* certificate factory can load certs from fileAndreas Steffen2008-03-2510-201/+415
|
* added component BUILD_FROM_FILEAndreas Steffen2008-03-253-2/+6
|
* renamed certificate field in x509_cert.c to encodingAndreas Steffen2008-03-251-9/+5
|
* added ac.cAndreas Steffen2008-03-251-0/+55
|
* defined *_create_from_file() constructors in ↵Andreas Steffen2008-03-256-3/+97
| | | | libstrongswan/credentials/certificates
* fixed refence counts before calling attribute certificate factoryAndreas Steffen2008-03-251-0/+4
|
* corrected some doxygen entriesAndreas Steffen2008-03-224-26/+13
|
* optimized self-signed certificate detectionAndreas Steffen2008-03-211-7/+6
|
* self-signed certificates were not marked by x509_cert.cAndreas Steffen2008-03-211-14/+22
|
* added ietf group attribute support to attibute certificate factoryAndreas Steffen2008-03-214-2/+10
|
* fixed memory allocation problem in openacAndreas Steffen2008-03-211-13/+9
|
* added BUILD_SERIAL component and fixed several ac bugsAndreas Steffen2008-03-214-7/+19
|
* added VALIDATION_UNKNOWN to cert_validation_namesAndreas Steffen2008-03-211-0/+1
|