Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | handle 0.0.0.0 string and af == AF_INET6 | Andreas Steffen | 2008-11-05 | 1 | -1/+1 | |
| | ||||||
* | OpenSSL requires a signature length of exactly RSA_size() | Martin Willi | 2008-11-04 | 1 | -5/+3 | |
| | ||||||
* | removed superfluous get_other_public_value in diffie_hellman_t interface | Martin Willi | 2008-11-04 | 4 | -76/+4 | |
| | ||||||
* | fixed bignum export if BN_num_bytes() != DH_size() | Martin Willi | 2008-11-04 | 2 | -45/+54 | |
| | ||||||
* | fixed memleak | Martin Willi | 2008-11-04 | 1 | -8/+11 | |
| | ||||||
* | added locking mechanism for multithreaded use of OpenSSL | Martin Willi | 2008-11-03 | 1 | -0/+117 | |
| | ||||||
* | removed accidently checked in debug code | Martin Willi | 2008-11-03 | 1 | -1/+0 | |
| | ||||||
* | reverted 4541, does not fix the problem | Martin Willi | 2008-11-03 | 1 | -0/+8 | |
| | ||||||
* | removed 0-byte truncation, fixes random Openssl RSA signature verification ↵ | Martin Willi | 2008-10-31 | 1 | -7/+0 | |
| | | | | failures | |||||
* | fixed crash in openssl signature verification if sizeof(size_t) != ↵ | Martin Willi | 2008-10-31 | 1 | -1/+3 | |
| | | | | sizeof(int) (64bit) | |||||
* | reverted changeset 4529: | Martin Willi | 2008-10-30 | 1 | -2/+1 | |
| | | | | | Camellia is 22 in IKEv1, but not-yet defined in IKEv2 in IKEv2, 22 is reserved for AES-XTS | |||||
* | added Camellia CBC to list of encryption algorithms | Andreas Steffen | 2008-10-30 | 1 | -1/+2 | |
| | ||||||
* | prf handles zero-length allocations graceful | Martin Willi | 2008-10-29 | 1 | -3/+10 | |
| | ||||||
* | refining changeset 4483 by introducing charon.dh_exponent_ansi_x9_42 key | Andreas Steffen | 2008-10-28 | 3 | -27/+62 | |
| | ||||||
* | remove unused local DH_EXPONENT_ENTROPY definition | Andreas Steffen | 2008-10-27 | 1 | -2/+0 | |
| | ||||||
* | use 512 bits of entropy for secret DH exponents | Andreas Steffen | 2008-10-26 | 3 | -1/+9 | |
| | ||||||
* | fixed perl oid generation | Martin Willi | 2008-10-16 | 1 | -2/+2 | |
| | ||||||
* | condvar->wait() can handle recursive mutex | Martin Willi | 2008-10-16 | 1 | -20/+76 | |
| | ||||||
* | merging kernel_pfkey plugin back from kernel-interface branch | Tobias Brunner | 2008-10-14 | 3 | -9/+15 | |
| | ||||||
* | 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 | |
| |