aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/sa/authenticators/rsa_authenticator.c
Commit message (Collapse)AuthorAgeFilesLines
* ECDSA with OpenSSLTobias Brunner2008-06-101-175/+0
|
* replaced get_public() by create_public_enumerator() to try multiple public ↵Martin Willi2008-03-271-9/+12
| | | | keys for signature verification
* attempt to achieve consistent debugging outputAndreas Steffen2008-03-191-4/+4
|
* merged the modularization branch (credentials) back to trunkMartin Willi2008-03-131-39/+51
|
* removed unused chunk variableAndreas Steffen2007-09-121-3/+1
|
* replaced get_rsa_private_key() by rsa_signature() in order restrict the ↵Andreas Steffen2007-09-111-18/+5
| | | | distribution of private key material
* corrected debug outputAndreas Steffen2007-08-101-1/+1
|
* support of CA-based ipsec policiesAndreas Steffen2007-05-181-0/+1
|
* authentication failure is handled in ike_auth.cAndreas Steffen2007-05-151-3/+5
|
* support of multiple certificates with same peer idAndreas Steffen2007-05-151-18/+7
|
* added support for EAP methods not establishing an MSKMartin Willi2007-04-191-4/+8
|
* restructured file layoutMartin Willi2007-04-101-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 trunkMartin Willi2007-02-121-21/+7
| | | | | includes a lot of other modifications
* moved (myself) in log outputAndreas Steffen2006-10-311-1/+1
|
* moved typedefs to beginning of files to solve some include problemsMartin Willi2006-10-301-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