Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | implemented ipsec listalgs as a stroke command | Andreas Steffen | 2008-10-08 | 1 | -1/+1 | |
| | ||||||
* | get_subject() of a CERT_TRUSTED_PUBKEY object returns ID_PUBKEY_INFO_SHA1 ↵ | Andreas Steffen | 2008-10-08 | 1 | -1/+1 | |
| | | | | hash consistent with the IKEv2 keyid philosophy | |||||
* | Implemented BUILD_BLOB_ASN1_DER for the CERT_TRUSTED_PUBKEY subtype | Andreas Steffen | 2008-10-08 | 2 | -4/+24 | |
| | ||||||
* | fixed builder_cancel macro to return NULL on failed build | Martin Willi | 2008-10-06 | 2 | -1/+15 | |
| | ||||||
* | using signed return value for read() | Martin Willi | 2008-09-30 | 1 | -1/+2 | |
| | ||||||
* | fixed DH value range testing | Martin Willi | 2008-09-17 | 1 | -1/+1 | |
| | ||||||
* | checking mpz_export return value properly | Martin Willi | 2008-09-17 | 3 | -8/+28 | |
| | | | | fixes a potential DoS attack if a DH value of zero gets processed | |||||
* | stroke parses and lists AC groups | Andreas Steffen | 2008-09-17 | 2 | -4/+11 | |
| | ||||||
* | time values in strongswan.conf can be optionally specified in days (d), ↵ | Andreas Steffen | 2008-09-04 | 2 | -4/+50 | |
| | | | | hours (h), minutes (m), or seconds (s) | |||||
* | agent plugin optionally accepts a BUILD_PUBLIC_KEY to select a specific ↵ | Martin Willi | 2008-09-04 | 1 | -18/+68 | |
| | | | | private key from the agent | |||||
* | libstrongswan agent plugin to use ssh-agent for RSA signatures | Martin Willi | 2008-09-02 | 6 | -0/+710 | |
| | ||||||
* | refactored credential builder | Martin Willi | 2008-09-02 | 17 | -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 strongSwan | Andreas Steffen | 2008-09-01 | 1 | -1/+1 | |
| | ||||||
* | capability API to allow plugin-controlled capability set | Martin Willi | 2008-08-28 | 3 | -0/+8 | |
| | ||||||
* | creating default IKE proposals dynamically using algorithm enumeration API | Martin Willi | 2008-08-28 | 4 | -31/+31 | |
| | ||||||
* | separated sha1_prf implementation from sha1_hasher | Martin Willi | 2008-08-28 | 6 | -133/+208 | |
| | ||||||
* | crypto_factory algorithm enumeration API | Martin Willi | 2008-08-28 | 2 | -93/+221 | |
| | | | | implementation of "ipsec listalgs" | |||||
* | mkdir_p: utility function to create a directory and all required parent ↵ | Tobias Brunner | 2008-08-28 | 2 | -0/+61 | |
| | | | | directories | |||||
* | ported parts of two-sim branch | Martin Willi | 2008-08-22 | 4 | -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 PAM | Martin Willi | 2008-08-21 | 1 | -0/+1 | |
| | ||||||
* | corrected caption | Andreas Steffen | 2008-08-21 | 1 | -1/+1 | |
| | ||||||
* | added sqlite busy handler: retries on locking conflicts | Martin Willi | 2008-08-21 | 1 | -0/+14 | |
| | ||||||
* | fixed libstrongswan integrity test | Andreas Steffen | 2008-08-19 | 3 | -11/+27 | |
| | ||||||
* | added options for virtual IP, UDP encapsulation, IPComp | Martin Willi | 2008-07-31 | 1 | -2/+6 | |
| | | | | proper handling of libstrongswan/glib TRUE/FALSE conflict | |||||
* | added a driver type getter for database implementations | Martin Willi | 2008-07-21 | 3 | -0/+38 | |
| | ||||||
* | using token enumerator to parser plugin list | Martin Willi | 2008-07-02 | 1 | -28/+7 | |
| | ||||||
* | implementation of a simple "token enumerator" | Martin Willi | 2008-07-02 | 3 | -0/+157 | |
| | ||||||
* | whitelisting leaks of ENGINE_load_builtin_engines | Martin Willi | 2008-07-01 | 1 | -0/+1 | |
| | ||||||
* | sqlite plugin requires libsqlite3 => 3.3.1 to share connections | Martin Willi | 2008-06-30 | 1 | -5/+13 | |
| | | | | use recursive locking if libsqlite3 < 3.5.0 | |||||
* | fixed ifndef typo for MYSQL_DATA_TRUNCATED check | Martin Willi | 2008-06-26 | 1 | -1/+1 | |
| | ||||||
* | fixed plugin loader destruction | Martin Willi | 2008-06-25 | 1 | -1/+1 | |
| | ||||||
* | enabling support for hardware accelerators in OpenSSL | Tobias Brunner | 2008-06-25 | 1 | -0/+6 | |
| | ||||||
* | reintroducing MYSQL_DATA_TRUNCATED if supported on that mysql version | Martin Willi | 2008-06-24 | 1 | -0/+7 | |
| | ||||||
* | enumerating loaded plugins in "ipsec statusall" | Martin Willi | 2008-06-24 | 2 | -2/+33 | |
| | ||||||
* | support of ECDSA signatures for all certificate types | Andreas Steffen | 2008-06-22 | 4 | -0/+13 | |
| | ||||||
* | removed unused MYSQL_DATA_TRUNCATED check for compatibility with older mysql ↵ | Martin Willi | 2008-06-20 | 1 | -1/+0 | |
| | | | | versions | |||||
* | fixed matches() check for RFC822/FQDN without wildcards | Martin Willi | 2008-06-13 | 1 | -2/+2 | |
| | ||||||
* | implemented identification_t.match() case insensitive for RFC822/FQDN | Martin Willi | 2008-06-12 | 1 | -2/+2 | |
| | ||||||
* | loading PEM encoded public keys | Martin Willi | 2008-06-11 | 4 | -2/+23 | |
| | ||||||
* | reduced default debug hook verbosity | Martin Willi | 2008-06-11 | 1 | -5/+8 | |
| | ||||||
* | fixed resolving numerical IPv6 addresses in host_create_from_dns() | Martin Willi | 2008-06-11 | 1 | -0/+5 | |
| | ||||||
* | fixed resolving numerical addresses in host_create_from_dns() | Martin Willi | 2008-06-11 | 1 | -1/+1 | |
| | ||||||
* | refactoring | Tobias Brunner | 2008-06-10 | 1 | -27/+3 | |
| | ||||||
* | ECDSA with OpenSSL | Tobias Brunner | 2008-06-10 | 12 | -8/+1230 | |
| | ||||||
* | parsing of subjectPublicKeyInfo of x509 certificates extracted | Tobias Brunner | 2008-06-10 | 1 | -48/+26 | |
| | ||||||
* | oids for elliptic curves | Tobias Brunner | 2008-06-10 | 1 | -0/+70 | |
| | ||||||
* | making the parsing of parameters of a subjectAlgorithmIdentifier optional | Tobias Brunner | 2008-06-10 | 1 | -2/+18 | |
| | ||||||
* | fixed "enabled" value key word | Martin Willi | 2008-06-10 | 1 | -1/+3 | |
| | | | | more debugging for settings parser | |||||
* | DNS resolving of ike_cfg hosts dynamically on demand | Martin Willi | 2008-06-06 | 3 | -0/+65 | |
| | ||||||
* | extended leak detective white list for OpenSSL | Martin Willi | 2008-06-06 | 1 | -0/+3 | |
| |