Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
| | ||||||
* | added chunk_compare() which compares orders chunks | Andreas Steffen | 2007-03-27 | 2 | -0/+21 | |
| | ||||||
* | fixed case of missing subjectKeyID | Andreas Steffen | 2007-03-14 | 2 | -6/+15 | |
| | ||||||
* | corrected typo | Andreas Steffen | 2007-03-14 | 1 | -2/+2 | |
| | ||||||
* | use CURLOPT_NOSIGNAL | Andreas Steffen | 2007-03-14 | 1 | -0/+1 | |
| | ||||||
* | log reception of trusted signer certificate | Andreas Steffen | 2007-03-14 | 1 | -1/+1 | |
| | ||||||
* | fixed carry bug in FIPS prf | Martin Willi | 2007-03-14 | 1 | -4/+4 | |
| | ||||||
* | cosmetics | Andreas Steffen | 2007-03-14 | 1 | -2/+2 | |
| | ||||||
* | increased control debugging output | Andreas Steffen | 2007-03-14 | 1 | -2/+2 | |
| | ||||||
* | fixed compilation warnings and errors when not using curl | Martin Willi | 2007-03-13 | 5 | -3/+10 | |
| | ||||||
* | results from the single responses is stored in the corresponding certinfo_t ↵ | Andreas Steffen | 2007-03-12 | 3 | -59/+92 | |
| | | | | structs | |||||
* | fixed memory leak by calling curl_slist_free_all(headers) | Andreas Steffen | 2007-03-09 | 1 | -0/+1 | |
| | ||||||
* | whitelisting static Curl_getaddrinfo() memory leak | Andreas Steffen | 2007-03-09 | 1 | -0/+6 | |
| | ||||||
* | fixed a memory leak in response_t | Andreas Steffen | 2007-03-09 | 1 | -25/+22 | |
| | ||||||
* | ocsp signer certificate and ocsp response signature can be verified | Andreas Steffen | 2007-03-08 | 6 | -61/+426 | |
| | ||||||
* | generalized get_ca_certificate() to get_auth_certificate(auth_flags) | Andreas Steffen | 2007-03-08 | 1 | -3/+3 | |
| | ||||||
* | added fetcher_finalize() to clean up libcurl | Andreas Steffen | 2007-03-08 | 2 | -1/+23 | |
| | ||||||
* | support of setting and getting authority flags | Andreas Steffen | 2007-03-08 | 2 | -2/+58 | |
| | ||||||
* | added ocsp_parse_single_response | Andreas Steffen | 2007-03-08 | 1 | -1/+79 | |
| | ||||||
* | experimental SHA2 HMAC and PRF implementations | Martin Willi | 2007-03-08 | 5 | -4/+40 | |
| | ||||||
* | parsing basic ocsp response | Andreas Steffen | 2007-03-08 | 1 | -26/+269 | |
| | ||||||
* | forgot to assign public.is_ocsp_signer() method | Andreas Steffen | 2007-03-07 | 1 | -0/+1 | |
| | ||||||
* | added parsing level to x509_create_from_chunk() and added is_ocsp_signer() ↵ | Andreas Steffen | 2007-03-07 | 2 | -7/+42 | |
| | | | | method | |||||
* | http post fetching using libcurl implemented | Andreas Steffen | 2007-03-07 | 3 | -10/+170 | |
| | ||||||
* | added fetcher.h and fetcher.c | Andreas Steffen | 2007-03-07 | 1 | -0/+1 | |
| | ||||||
* | added | Andreas Steffen | 2007-03-07 | 2 | -0/+132 | |
| | ||||||
* | corrected @ingroup to utils | Andreas Steffen | 2007-03-07 | 1 | -1/+1 | |
| | ||||||
* | corrected comment | Andreas Steffen | 2007-03-07 | 1 | -1/+1 | |
| | ||||||
* | start ocsp checking only if there are any ocspuris present | Andreas Steffen | 2007-03-07 | 1 | -1/+9 | |
| | ||||||
* | nonce in ocsp_t was not properly initialized | Andreas Steffen | 2007-03-07 | 1 | -0/+1 | |
| | ||||||
* | ocsp request is now fully built but without requestor signature | Andreas Steffen | 2007-03-07 | 1 | -12/+85 | |
| | ||||||
* | starting to build ocsp request | Andreas Steffen | 2007-03-06 | 3 | -54/+299 | |
| | ||||||
* | added print hook for certinfo_t printing | Andreas Steffen | 2007-03-06 | 1 | -0/+2 | |
| |