aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan
Commit message (Collapse)AuthorAgeFilesLines
* implemented more flexible iterator hook APIMartin Willi2007-06-152-33/+68
| | | | kernel interface handles interface changes and updates address list
* case insensitive identification_t.equals() for FQDN and RFC822ADDRMartin Willi2007-06-141-3/+25
|
* disabling leak detective at runtime by setting LEAK_DETECTIVE_DISABLE env varMartin Willi2007-06-081-3/+14
|
* included a certificate label in the is_trusted() methodAndreas Steffen2007-05-252-2/+3
|
* x509_t* argument in get_issuer() method is not constant any more because a ↵Andreas Steffen2007-05-251-1/+1
| | | | short cut to the ca might be set
* added parsing of charging and group attributesAndreas Steffen2007-05-251-14/+63
|
* added #define LDAP_DEPRECATED in order to use old ldap_init() functionAndreas Steffen2007-05-241-0/+3
|
* defined ietfAttr_t type and its destroy functionAndreas Steffen2007-05-231-2/+26
|
* support of CA-based ipsec policiesAndreas Steffen2007-05-181-1/+2
|
* add is_ca() methodAndreas Steffen2007-05-182-2/+21
|
* added set_ca_info() and get_ca_info() methodsAndreas Steffen2007-05-182-2/+47
|
* export MAX_CA_PATH_LENAndreas Steffen2007-05-171-1/+2
|
* check self-signedness of certificate at creation timeAndreas Steffen2007-05-171-2/+26
|
* support of multiple certificates with same peer idAndreas Steffen2007-05-151-9/+12
|
* list crlnumberAndreas Steffen2007-04-271-0/+18
|
* added crlNumber OIDAndreas Steffen2007-04-271-3/+4
|
* initialize isCA to FALSEAndreas Steffen2007-04-201-0/+1
|
* isOcspSigner was not initializedAndreas Steffen2007-04-201-0/+1
|
* implementation of strictcrlpolicy=ifuriAndreas Steffen2007-04-203-3/+39
|
* cloning %any ID without zero-byte memleakMartin Willi2007-04-161-1/+4
|
* fixed destroy() bugAndreas Steffen2007-04-143-28/+46
|
* exported parse_generalNames()Andreas Steffen2007-04-141-0/+13
|
* added trailing newline to list()Andreas Steffen2007-04-121-6/+6
|
* started to parse attribute certificatesAndreas Steffen2007-04-121-0/+209
|
* cosmeticsAndreas Steffen2007-04-121-1/+0
|
* moved parse_time() from x509.c to asn1.cAndreas Steffen2007-04-122-0/+42
|
* replace cert by this in parse_certificate()Andreas Steffen2007-04-121-68/+37
|
* parse_authorityKeyIdentifier() is made available externallyAndreas Steffen2007-04-121-2/+14
|
* external functions are defined in asn1.h and x509.h nowAndreas Steffen2007-04-121-4/+0
|
* started support of X.509 attribute certificatesAndreas Steffen2007-04-125-0/+466
|
* fixed output of list_certinfos()Andreas Steffen2007-04-121-1/+1
|
* corrected copyright statementAndreas Steffen2007-04-122-6/+12
|
* added missing #includeMartin Willi2007-04-121-0/+1
|
* removed %Q, %Y, %W, %U printf handlersMartin Willi2007-04-128-225/+132
|
* removed IKE_SA_ID (%J) printf hook, two more to goMartin Willi2007-04-111-4/+2
|
* removed IKE_SA (%K) and CHILD_SA (%P) printf handlers, 3 more to goMartin Willi2007-04-111-4/+0
|
* removed %M printf handler, five more to goMartin Willi2007-04-111-2/+0
|
* two %any IDs are equalMartin Willi2007-04-111-2/+9
|
* restructured file layoutMartin Willi2007-04-101-1/+1
| | | | | | | | | 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
* cosmetics in debug outputAndreas Steffen2007-04-062-16/+27
|
* support of ldap-based crl fetchingAndreas Steffen2007-04-063-20/+198
|
* removed list_crls() and list_ocsp() methodsAndreas Steffen2007-04-061-18/+0
|
* support cachecrls=yesAndreas Steffen2007-04-056-18/+144
|
* support of crlcheckinterval=0 to disable IKEv2 CRL fetchingAndreas Steffen2007-04-042-32/+62
|
* fixed crl fetching bugAndreas Steffen2007-04-031-3/+6
|
* implemented dynamic http-based CRL fetchingAndreas Steffen2007-04-034-38/+84
|
* implemented http get methodAndreas Steffen2007-04-032-4/+39
|
* removed unneded includesMartin Willi2007-03-301-1/+0
|
* added chunk_from_thing() macroMartin Willi2007-03-291-0/+5
|
* cosmeticsAndreas Steffen2007-03-281-2/+2
|