Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | restructured file layout | Martin Willi | 2007-04-10 | 22 | -2622/+2579 | |
| | | | | | | | | | 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 | |||||
* | removed list_crls() and list_ocsp() methods | Andreas Steffen | 2007-04-06 | 1 | -57/+2 | |
| | ||||||
* | support cachecrls=yes | Andreas Steffen | 2007-04-05 | 1 | -5/+13 | |
| | ||||||
* | implemented dynamic http-based CRL fetching | Andreas Steffen | 2007-04-03 | 1 | -8/+3 | |
| | ||||||
* | merged changes from eap-aka trunk | Martin Willi | 2007-03-28 | 1 | -15/+48 | |
| | ||||||
* | is_trusted() adds cert_status to cert_to_be_trusted | Andreas Steffen | 2007-03-28 | 1 | -3/+37 | |
| | ||||||
* | implemented ipsec listocsp function | Andreas Steffen | 2007-03-27 | 1 | -5/+32 | |
| | ||||||
* | adjusted rekey-retry delay and jitter | Martin Willi | 2007-03-21 | 1 | -2/+2 | |
| | ||||||
* | fixed some rekey collision issues | Martin Willi | 2007-03-21 | 2 | -2/+32 | |
| | | | | added retry with jitter when rekeying fails | |||||
* | renamed keyingtries attribute | Martin Willi | 2007-03-20 | 2 | -13/+10 | |
| | ||||||
* | added AES-192/256 proposals to IKE | Martin Willi | 2007-03-13 | 1 | -0/+2 | |
| | ||||||
* | results from the single responses is stored in the corresponding certinfo_t ↵ | Andreas Steffen | 2007-03-12 | 1 | -2/+2 | |
| | | | | structs | |||||
* | moved credential_store.h from charon/config/credentials to libstrongswan | Andreas Steffen | 2007-03-09 | 2 | -286/+1 | |
| | ||||||
* | fixed a certinfo_t memory leak in verify() | Andreas Steffen | 2007-03-09 | 1 | -1/+4 | |
| | ||||||
* | ocsp signer certificate and ocsp response signature can be verified | Andreas Steffen | 2007-03-08 | 2 | -3/+69 | |
| | ||||||
* | fixed call of add_auth_certificate() | Andreas Steffen | 2007-03-08 | 2 | -7/+9 | |
| | ||||||
* | generalized get_ca_certificate() to get_auth_certificate(auth_flags) | Andreas Steffen | 2007-03-08 | 2 | -7/+9 | |
| | ||||||
* | support if ocsp signing certificates | Andreas Steffen | 2007-03-08 | 2 | -61/+97 | |
| | ||||||
* | removed SHA2 kernel proposals from default, the kernel doesn't support them yet | Martin Willi | 2007-03-08 | 1 | -6/+0 | |
| | ||||||
* | added more debugging output for policy lookup | Martin Willi | 2007-03-08 | 1 | -3/+17 | |
| | | | | | returning a (dummy) policy even when TS does not match, so we can properly send a TS_UNACCEPTABLE | |||||
* | added SHA2 MAC and PRF to default proposal | Martin Willi | 2007-03-08 | 1 | -23/+58 | |
| | ||||||
* | fixed traffic selector redundancy removal code (not completely tested) | Martin Willi | 2007-03-06 | 2 | -7/+17 | |
| | ||||||
* | add crl and ocsp uris to linked list after partial verification | Andreas Steffen | 2007-03-06 | 1 | -22/+35 | |
| | ||||||
* | some cleanups | Martin Willi | 2007-03-05 | 1 | -5/+1 | |
| | | | | | | not assigning %any virtual IPs to peer anymore | |||||
* | fixed double free bug | Martin Willi | 2007-03-05 | 5 | -4/+77 | |
| | ||||||
* | refactored ca_info_t | Andreas Steffen | 2007-03-03 | 2 | -166/+115 | |
| | ||||||
* | added support for 0.0.0.0/0 traffic selectors | Martin Willi | 2007-03-01 | 4 | -31/+86 | |
| | | | | fixed routing to make correct 0.0.0.0/0 routes | |||||
* | merged tasking branch into trunk | Martin Willi | 2007-02-28 | 6 | -68/+136 | |
| | ||||||
* | added support of OCSP accessLocations | Andreas Steffen | 2007-02-25 | 1 | -5/+17 | |
| | ||||||
* | full support of ca info records | Andreas Steffen | 2007-02-24 | 2 | -22/+111 | |
| | ||||||
* | support of ca info records | Andreas Steffen | 2007-02-23 | 2 | -0/+45 | |
| | ||||||
* | merged EAP framework from branch into trunk | Martin Willi | 2007-02-12 | 4 | -15/+37 | |
| | | | | | includes a lot of other modifications | |||||
* | %T requires time_t ptr | Andreas Steffen | 2007-02-08 | 1 | -1/+1 | |
| | ||||||
* | added support for NULL encryption in ESP | Martin Willi | 2007-02-08 | 1 | -1/+5 | |
| | ||||||
* | include NO_EXT_SEQUENCE_NUMBER in default proposal | Martin Willi | 2007-02-08 | 1 | -0/+6 | |
| | ||||||
* | support for transport in create_child_sa | Martin Willi | 2007-01-08 | 2 | -2/+15 | |
| | | | | include TRANSPORT/TUNNEL information in statusall | |||||
* | added support for transport mode and (experimental!) BEET mode | Martin Willi | 2006-12-21 | 4 | -13/+65 | |
| | | | | | support for the type=transport/tunnel parameter in charon | |||||
* | implemented reauthentication using the new reauth=yes|no parameter | Martin Willi | 2006-12-19 | 2 | -3/+28 | |
| | ||||||
* | fixed output of proto/port selectors | Andreas Steffen | 2006-11-02 | 1 | -33/+38 | |
| | ||||||
* | cosmetics | Andreas Steffen | 2006-11-01 | 1 | -3/+3 | |
| | ||||||
* | better split up of library files "types.h" & "definitions.h" | Martin Willi | 2006-10-31 | 16 | -47/+23 | |
| | | | | | | | | | centralized all printf specifier character definitions reuse of arginfo handlers more cleanups fixed more AMD64 issues added DEBUG_LEVEL compile flag to exclude DBGn() statements | |||||
* | preparations to include certreqs in policy decisions | Andreas Steffen | 2006-10-31 | 2 | -15/+19 | |
| | ||||||
* | moved typedefs to beginning of files to solve some include problems | Martin Willi | 2006-10-30 | 13 | -100/+46 | |
| | | | | | | | 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 | |||||
* | support of certreq payload in IKE_AUTH messages | Andreas Steffen | 2006-10-28 | 2 | -0/+39 | |
| | ||||||
* | added method get_ca_certificate() | Andreas Steffen | 2006-10-28 | 2 | -10/+54 | |
| | ||||||
* | added methods get_my_ca() and get_other_ca() | Andreas Steffen | 2006-10-28 | 1 | -0/+18 | |
| | ||||||
* | added methods get_my_ca() and get_other_ca() | Andreas Steffen | 2006-10-28 | 1 | -2/+22 | |
| | ||||||
* | improved signal handling and emitting | Martin Willi | 2006-10-26 | 5 | -59/+59 | |
| | ||||||
* | removed deprecated iterator methods (has_next & current) | Martin Willi | 2006-10-24 | 6 | -88/+50 | |
| | | | | added iterator hook to manipulate iterator the clean way | |||||
* | linked list cleanups | Martin Willi | 2006-10-24 | 6 | -122/+19 | |
| | | | | | added list methods invoke(), destroy_offset(), destroy_function() simplified list destruction when destroying its items |