Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | added #define LDAP_DEPRECATED in order to use old ldap_init() function | Andreas Steffen | 2007-05-24 | 1 | -0/+3 | |
| | ||||||
* | defined ietfAttr_t type and its destroy function | Andreas Steffen | 2007-05-23 | 1 | -2/+26 | |
| | ||||||
* | support of CA-based ipsec policies | Andreas Steffen | 2007-05-18 | 1 | -1/+2 | |
| | ||||||
* | add is_ca() method | Andreas Steffen | 2007-05-18 | 2 | -2/+21 | |
| | ||||||
* | added set_ca_info() and get_ca_info() methods | Andreas Steffen | 2007-05-18 | 2 | -2/+47 | |
| | ||||||
* | export MAX_CA_PATH_LEN | Andreas Steffen | 2007-05-17 | 1 | -1/+2 | |
| | ||||||
* | check self-signedness of certificate at creation time | Andreas Steffen | 2007-05-17 | 1 | -2/+26 | |
| | ||||||
* | support of multiple certificates with same peer id | Andreas Steffen | 2007-05-15 | 1 | -9/+12 | |
| | ||||||
* | list crlnumber | Andreas Steffen | 2007-04-27 | 1 | -0/+18 | |
| | ||||||
* | added crlNumber OID | Andreas Steffen | 2007-04-27 | 1 | -3/+4 | |
| | ||||||
* | initialize isCA to FALSE | Andreas Steffen | 2007-04-20 | 1 | -0/+1 | |
| | ||||||
* | isOcspSigner was not initialized | Andreas Steffen | 2007-04-20 | 1 | -0/+1 | |
| | ||||||
* | implementation of strictcrlpolicy=ifuri | Andreas Steffen | 2007-04-20 | 3 | -3/+39 | |
| | ||||||
* | cloning %any ID without zero-byte memleak | Martin Willi | 2007-04-16 | 1 | -1/+4 | |
| | ||||||
* | fixed destroy() bug | Andreas Steffen | 2007-04-14 | 3 | -28/+46 | |
| | ||||||
* | exported parse_generalNames() | Andreas Steffen | 2007-04-14 | 1 | -0/+13 | |
| | ||||||
* | added trailing newline to list() | Andreas Steffen | 2007-04-12 | 1 | -6/+6 | |
| | ||||||
* | started to parse attribute certificates | Andreas Steffen | 2007-04-12 | 1 | -0/+209 | |
| | ||||||
* | cosmetics | Andreas Steffen | 2007-04-12 | 1 | -1/+0 | |
| | ||||||
* | moved parse_time() from x509.c to asn1.c | Andreas Steffen | 2007-04-12 | 2 | -0/+42 | |
| | ||||||
* | replace cert by this in parse_certificate() | Andreas Steffen | 2007-04-12 | 1 | -68/+37 | |
| | ||||||
* | parse_authorityKeyIdentifier() is made available externally | Andreas Steffen | 2007-04-12 | 1 | -2/+14 | |
| | ||||||
* | external functions are defined in asn1.h and x509.h now | Andreas Steffen | 2007-04-12 | 1 | -4/+0 | |
| | ||||||
* | started support of X.509 attribute certificates | Andreas Steffen | 2007-04-12 | 5 | -0/+466 | |
| | ||||||
* | fixed output of list_certinfos() | Andreas Steffen | 2007-04-12 | 1 | -1/+1 | |
| | ||||||
* | corrected copyright statement | Andreas Steffen | 2007-04-12 | 2 | -6/+12 | |
| | ||||||
* | added missing #include | Martin Willi | 2007-04-12 | 1 | -0/+1 | |
| | ||||||
* | removed %Q, %Y, %W, %U printf handlers | Martin Willi | 2007-04-12 | 8 | -225/+132 | |
| | ||||||
* | removed IKE_SA_ID (%J) printf hook, two more to go | Martin Willi | 2007-04-11 | 1 | -4/+2 | |
| | ||||||
* | removed IKE_SA (%K) and CHILD_SA (%P) printf handlers, 3 more to go | Martin Willi | 2007-04-11 | 1 | -4/+0 | |
| | ||||||
* | removed %M printf handler, five more to go | Martin Willi | 2007-04-11 | 1 | -2/+0 | |
| | ||||||
* | two %any IDs are equal | Martin Willi | 2007-04-11 | 1 | -2/+9 | |
| | ||||||
* | restructured file layout | Martin Willi | 2007-04-10 | 1 | -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 output | Andreas Steffen | 2007-04-06 | 2 | -16/+27 | |
| | ||||||
* | support of ldap-based crl fetching | Andreas Steffen | 2007-04-06 | 3 | -20/+198 | |
| | ||||||
* | removed list_crls() and list_ocsp() methods | Andreas Steffen | 2007-04-06 | 1 | -18/+0 | |
| | ||||||
* | support cachecrls=yes | Andreas Steffen | 2007-04-05 | 6 | -18/+144 | |
| | ||||||
* | support of crlcheckinterval=0 to disable IKEv2 CRL fetching | Andreas Steffen | 2007-04-04 | 2 | -32/+62 | |
| | ||||||
* | fixed crl fetching bug | Andreas Steffen | 2007-04-03 | 1 | -3/+6 | |
| | ||||||
* | implemented dynamic http-based CRL fetching | Andreas Steffen | 2007-04-03 | 4 | -38/+84 | |
| | ||||||
* | implemented http get method | Andreas Steffen | 2007-04-03 | 2 | -4/+39 | |
| | ||||||
* | removed unneded includes | Martin Willi | 2007-03-30 | 1 | -1/+0 | |
| | ||||||
* | added chunk_from_thing() macro | Martin Willi | 2007-03-29 | 1 | -0/+5 | |
| | ||||||
* | cosmetics | Andreas Steffen | 2007-03-28 | 1 | -2/+2 | |
| | ||||||
* | implemented ipsec purgeocsp | Andreas Steffen | 2007-03-28 | 2 | -0/+22 | |
| | ||||||
* | merged changes from eap-aka trunk | Martin Willi | 2007-03-28 | 1 | -1/+19 | |
| | ||||||
* | fixed delta time format: 2 seconds, 1 second, 0 seconds | Andreas Steffen | 2007-03-28 | 1 | -4/+4 | |
| | ||||||
* | replaced expired since %V by expired %V ago | Andreas Steffen | 2007-03-28 | 3 | -3/+3 | |
| | ||||||
* | implemented ipsec listocsp function | Andreas Steffen | 2007-03-27 | 5 | -17/+203 | |
| | ||||||
* | registered PRINT_CERTINFO function with symbol Y | Andreas Steffen | 2007-03-27 | 1 | -1/+1 | |
| |