Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ECDSA with OpenSSL | Tobias Brunner | 2008-06-10 | 1 | -175/+0 |
| | |||||
* | replaced get_public() by create_public_enumerator() to try multiple public ↵ | Martin Willi | 2008-03-27 | 1 | -9/+12 |
| | | | | keys for signature verification | ||||
* | attempt to achieve consistent debugging output | Andreas Steffen | 2008-03-19 | 1 | -4/+4 |
| | |||||
* | merged the modularization branch (credentials) back to trunk | Martin Willi | 2008-03-13 | 1 | -39/+51 |
| | |||||
* | removed unused chunk variable | Andreas Steffen | 2007-09-12 | 1 | -3/+1 |
| | |||||
* | replaced get_rsa_private_key() by rsa_signature() in order restrict the ↵ | Andreas Steffen | 2007-09-11 | 1 | -18/+5 |
| | | | | distribution of private key material | ||||
* | corrected debug output | Andreas Steffen | 2007-08-10 | 1 | -1/+1 |
| | |||||
* | support of CA-based ipsec policies | Andreas Steffen | 2007-05-18 | 1 | -0/+1 |
| | |||||
* | authentication failure is handled in ike_auth.c | Andreas Steffen | 2007-05-15 | 1 | -3/+5 |
| | |||||
* | support of multiple certificates with same peer id | Andreas Steffen | 2007-05-15 | 1 | -18/+7 |
| | |||||
* | added support for EAP methods not establishing an MSK | Martin Willi | 2007-04-19 | 1 | -4/+8 |
| | |||||
* | restructured file layout | Martin Willi | 2007-04-10 | 1 | -1/+0 |
| | | | | | | | | | new configuration structure: peer_cfg: configuration related to a peer (authenitcation, ...= ike_cfg: config to use for IKE setup (proposals) child_Cfg: config for CHILD_SA (proposals, traffic selectors) a peer_cfg has one ike_cfg and multiple child_cfg's stroke now uses fixed count of threads | ||||
* | merged EAP framework from branch into trunk | Martin Willi | 2007-02-12 | 1 | -21/+7 |
| | | | | | includes a lot of other modifications | ||||
* | moved (myself) in log output | Andreas Steffen | 2006-10-31 | 1 | -1/+1 |
| | |||||
* | moved typedefs to beginning of files to solve some include problems | Martin Willi | 2006-10-30 | 1 | -0/+194 |
splitted authenticator to have a separate implementation for each auth_method_t using va_copy to clone va_lists, should fix proplems on AMD64 some other cleanups |