aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan
Commit message (Collapse)AuthorAgeFilesLines
...
* Added a new FETCH_CALLBACK option to fetch data without allocationMartin Willi2011-04-047-22/+97
|
* Migrated fetcher_manager to INIT/METHOD macrosMartin Willi2011-04-041-32/+25
|
* Make availability of glob(3) optional in settings_t.Tobias Brunner2011-03-221-21/+34
| | | | | If glob(3) is not available just try to open the pattern as regular file. The reason for this change is that glob(3) is not available on Android.
* Make sure that files included in settings_t are regular files.Tobias Brunner2011-03-221-1/+20
|
* File lists in Android.mk files updated to those in the Makefiles.Tobias Brunner2011-03-221-2/+1
|
* Do not invoke processor restart() if not requiredMartin Willi2011-03-151-1/+2
| | | | | Doing so might result in a deadlock during shutdown if a delayed restart is locked on the bus during the debug statement.
* fixed asn1_oid_from_string(), allowing it to handle up to 32 bit node numbersAndreas Steffen2011-03-121-11/+12
|
* fixed parsing of X.509 certificatePoliciesAndreas Steffen2011-03-111-4/+4
|
* added tcg-at-tpmIdLabel OIDAndreas Steffen2011-03-111-0/+1
|
* output unknown OIDs in dot string notationAndreas Steffen2011-03-111-4/+14
|
* fixed asn1_oid_to_string() conversionAndreas Steffen2011-03-091-15/+9
|
* Use a boolean expression for refcount check, fixes refcounting if bool is a ↵Martin Willi2011-03-091-1/+1
| | | | signed char
* defined some TCG attribute OIDsAndreas Steffen2011-03-081-1/+7
|
* support of RSAES-OAEP public keysAndreas Steffen2011-03-082-2/+2
|
* added id-RSAES-OAEP and id-pSpecified OIDsAndreas Steffen2011-03-071-0/+2
|
* corrected pkcs11 error messageAndreas Steffen2011-03-011-1/+1
|
* Added a pseudo EAP type to allow an implementation to select the real type ↵Martin Willi2011-02-222-2/+6
| | | | dynamically
* prevent multiple debug outputs in case of non-monolithic pluginsAndreas Steffen2011-02-201-2/+0
|
* Whitelisted another tzset variant and dlsymMartin Willi2011-02-181-0/+2
|
* Merged the monolithic and non-monolithic plugin loaders into one.Tobias Brunner2011-02-101-49/+37
| | | | | This allows to add additional plugins even when the original build was monolithic. Also fixes the pluto/xauth bug with the monolithic build.
* [hopefully] fixed pathlen problem on ARM platformsAndreas Steffen2011-02-106-26/+37
|
* defined OID_STRONGSWANAndreas Steffen2011-02-071-1/+1
|
* Some typos fixed.Tobias Brunner2011-02-072-2/+2
|
* introduced libstrongswan.x509.enforce_critical parameterAndreas Steffen2011-02-054-7/+11
|
* Properly initialize variable 'critical'.Tobias Brunner2011-02-041-1/+1
|
* Replace hashtable key if a put operation replaces valueMartin Willi2011-02-031-0/+1
| | | | Fixes a crash if lifetime of key is bound to value (i.e. key == value)
* Fix check to increase hashtable size properlyMartin Willi2011-02-031-1/+1
|
* Add missing AUTH_RULE for trusted self-signed peer certificatesMartin Willi2011-02-011-0/+5
|
* fixed checking of unknown critical extensions in openssl_x509Andreas Steffen2011-01-311-1/+1
|
* Whitelist gnutls init functionMartin Willi2011-01-171-0/+2
|
* Implemented an alternative HTTP fetcher based on libsoupMartin Willi2011-01-176-0/+340
|
* backtrace->contains_function takes multiple names, speeding up whitelist ↵Martin Willi2011-01-173-26/+16
| | | | check drastically
* Add some common glib non-leaks to whitelistMartin Willi2011-01-171-0/+10
|
* Add missing va_end to va_start in curl_fetcherMartin Willi2011-01-171-6/+10
|
* Do not pass an enum type to va_argMartin Willi2011-01-171-2/+2
|
* Compare ending address in ts->equals, fixes redundant traffic selector ↵Martin Willi2011-01-141-2/+4
| | | | elimination
* compute memory requirement for PEM-encoding correctlyAndreas Steffen2011-01-071-1/+1
|
* Do not print empty DN identities as invalidMartin Willi2011-01-051-2/+8
|
* Added support for delta CRL checking to revocation pluginMartin Willi2011-01-051-12/+109
|
* Verify trustchain for each candidate certificate only onceMartin Willi2011-01-051-0/+19
|
* Added an AUTH_HELPER for revocation certificatesMartin Willi2011-01-053-1/+12
|
* Added CDP support to mem_credMartin Willi2011-01-052-1/+106
|
* Check for issuer only if we actually got a CRLMartin Willi2011-01-051-7/+7
|
* Check inhibitAnyPolicy in constraints pluginMartin Willi2011-01-051-8/+53
|
* Slightly renamed different policyConstraints to distinguish them betterMartin Willi2011-01-053-32/+32
|
* Added support for inhibitAnyPolicy constraint to x509 pluginMartin Willi2011-01-054-33/+62
|
* Use a generic getter for all numerical X.509 constraintsMartin Willi2011-01-054-38/+42
|
* Check inhibitPolicyMapping in constraints pluginMartin Willi2011-01-051-3/+53
|
* Check requireExplicitPolicy in constraints pluginMartin Willi2011-01-051-19/+109
|
* Include subject cert to temporary auth info before completing trustchainMartin Willi2011-01-051-4/+1
|