aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan
Commit message (Collapse)AuthorAgeFilesLines
...
* refactored credential builderMartin Willi2008-09-0217-351/+333
| | | | | | | | | allow enumeration of matching builders try a second builder if the first one fails builder clones resources internally on demand caller frees added resources on failure and success stricter handling of non-supported build parts
* OIDs used by strongSwanAndreas Steffen2008-09-011-1/+1
|
* capability API to allow plugin-controlled capability setMartin Willi2008-08-283-0/+8
|
* creating default IKE proposals dynamically using algorithm enumeration APIMartin Willi2008-08-284-31/+31
|
* separated sha1_prf implementation from sha1_hasherMartin Willi2008-08-286-133/+208
|
* crypto_factory algorithm enumeration APIMartin Willi2008-08-282-93/+221
| | | | implementation of "ipsec listalgs"
* mkdir_p: utility function to create a directory and all required parent ↵Tobias Brunner2008-08-282-0/+61
| | | | directories
* ported parts of two-sim branchMartin Willi2008-08-224-6/+26
| | | | | | eap_identity parameter to exchange in eap_identity some auth_info/peer_cfg refactorings fixed some bugs, introduced new ones
* a (incomplete) implementation of draft-sheffer-ikev2-gtc-00.txt using PAMMartin Willi2008-08-211-0/+1
|
* corrected captionAndreas Steffen2008-08-211-1/+1
|
* added sqlite busy handler: retries on locking conflictsMartin Willi2008-08-211-0/+14
|
* fixed libstrongswan integrity testAndreas Steffen2008-08-193-11/+27
|
* added options for virtual IP, UDP encapsulation, IPCompMartin Willi2008-07-311-2/+6
| | | | proper handling of libstrongswan/glib TRUE/FALSE conflict
* added a driver type getter for database implementationsMartin Willi2008-07-213-0/+38
|
* using token enumerator to parser plugin listMartin Willi2008-07-021-28/+7
|
* implementation of a simple "token enumerator"Martin Willi2008-07-023-0/+157
|
* whitelisting leaks of ENGINE_load_builtin_enginesMartin Willi2008-07-011-0/+1
|
* sqlite plugin requires libsqlite3 => 3.3.1 to share connectionsMartin Willi2008-06-301-5/+13
| | | | use recursive locking if libsqlite3 < 3.5.0
* fixed ifndef typo for MYSQL_DATA_TRUNCATED checkMartin Willi2008-06-261-1/+1
|
* fixed plugin loader destructionMartin Willi2008-06-251-1/+1
|
* enabling support for hardware accelerators in OpenSSLTobias Brunner2008-06-251-0/+6
|
* reintroducing MYSQL_DATA_TRUNCATED if supported on that mysql versionMartin Willi2008-06-241-0/+7
|
* enumerating loaded plugins in "ipsec statusall"Martin Willi2008-06-242-2/+33
|
* support of ECDSA signatures for all certificate typesAndreas Steffen2008-06-224-0/+13
|
* removed unused MYSQL_DATA_TRUNCATED check for compatibility with older mysql ↵Martin Willi2008-06-201-1/+0
| | | | versions
* fixed matches() check for RFC822/FQDN without wildcardsMartin Willi2008-06-131-2/+2
|
* implemented identification_t.match() case insensitive for RFC822/FQDNMartin Willi2008-06-121-2/+2
|
* loading PEM encoded public keysMartin Willi2008-06-114-2/+23
|
* reduced default debug hook verbosityMartin Willi2008-06-111-5/+8
|
* fixed resolving numerical IPv6 addresses in host_create_from_dns()Martin Willi2008-06-111-0/+5
|
* fixed resolving numerical addresses in host_create_from_dns()Martin Willi2008-06-111-1/+1
|
* refactoringTobias Brunner2008-06-101-27/+3
|
* ECDSA with OpenSSLTobias Brunner2008-06-1012-8/+1230
|
* parsing of subjectPublicKeyInfo of x509 certificates extractedTobias Brunner2008-06-101-48/+26
|
* oids for elliptic curvesTobias Brunner2008-06-101-0/+70
|
* making the parsing of parameters of a subjectAlgorithmIdentifier optionalTobias Brunner2008-06-101-2/+18
|
* fixed "enabled" value key wordMartin Willi2008-06-101-1/+3
| | | | more debugging for settings parser
* DNS resolving of ike_cfg hosts dynamically on demandMartin Willi2008-06-063-0/+65
|
* extended leak detective white list for OpenSSLMartin Willi2008-06-061-0/+3
|
* link against openssl crypto library onlyMartin Willi2008-06-061-1/+1
|
* fixed NULL string mysql parameterMartin Willi2008-06-051-1/+4
|
* removed unused variableMartin Willi2008-06-031-2/+1
|
* added missing comma in enumerationAndreas Steffen2008-05-292-11/+10
|
* handle default key sizes in openssl_crypterAndreas Steffen2008-05-281-4/+11
|
* fixed copy-and-paste errorAndreas Steffen2008-05-231-1/+1
|
* check if parsing of the RSA public key in an X.509 certificate was successfulAndreas Steffen2008-05-231-0/+5
|
* check if crypter is available in pem_to_bin()Andreas Steffen2008-05-232-18/+31
|
* fixed some compiler warningsMartin Willi2008-05-231-1/+1
|
* added display of holderIssuer, holderSerial, and authorityKeyIdentifierAndreas Steffen2008-05-232-3/+68
|
* fixed the strongswan.conf pathAndreas Steffen2008-05-221-8/+7
|