Andreas Steffen
f865d34b35
fixed output of list_certinfos()
2007-04-12 16:36:12 +00:00
Andreas Steffen
6a132a53e5
corrected copyright statement
2007-04-12 16:21:02 +00:00
Martin Willi
c4d9504a6b
added missing #include
2007-04-12 11:33:43 +00:00
Martin Willi
a1b2d82db0
removed %Q, %Y, %W, %U printf handlers
2007-04-12 09:44:26 +00:00
Martin Willi
5f088665ad
removed IKE_SA_ID (%J) printf hook, two more to go
2007-04-11 13:01:08 +00:00
Martin Willi
a3ce4bc214
removed IKE_SA (%K) and CHILD_SA (%P) printf handlers, 3 more to go
2007-04-11 12:14:51 +00:00
Martin Willi
cd08b6880b
removed %M printf handler, five more to go
2007-04-11 09:12:21 +00:00
Martin Willi
f925b42a5d
two %any IDs are equal
2007-04-11 07:43:23 +00:00
Martin Willi
e0fe765152
restructured file layout
...
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
2007-04-10 06:01:03 +00:00
Andreas Steffen
babdde4fa4
cosmetics in debug output
2007-04-06 10:35:13 +00:00
Andreas Steffen
241d2ff3bc
support of ldap-based crl fetching
2007-04-06 09:44:06 +00:00
Andreas Steffen
3c5c3431b3
removed list_crls() and list_ocsp() methods
2007-04-06 09:42:45 +00:00
Andreas Steffen
8883eef7b8
support cachecrls=yes
2007-04-05 17:07:14 +00:00
Andreas Steffen
e58afb1a0a
support of crlcheckinterval=0 to disable IKEv2 CRL fetching
2007-04-04 07:49:05 +00:00
Andreas Steffen
3d62a7d225
fixed crl fetching bug
2007-04-03 22:02:17 +00:00
Andreas Steffen
a8f02ad5f5
implemented dynamic http-based CRL fetching
2007-04-03 21:09:11 +00:00
Andreas Steffen
f166af2c0a
implemented http get method
2007-04-03 19:46:50 +00:00
Martin Willi
73390cce24
removed unneded includes
2007-03-30 12:24:31 +00:00
Martin Willi
25eaae17db
added chunk_from_thing() macro
2007-03-29 11:06:59 +00:00
Andreas Steffen
6af6c0bfc3
cosmetics
2007-03-28 20:43:25 +00:00
Andreas Steffen
2bfadf7f3b
implemented ipsec purgeocsp
2007-03-28 20:43:11 +00:00
Martin Willi
9179ac9667
merged changes from eap-aka trunk
2007-03-28 07:32:54 +00:00
Andreas Steffen
203e15fe03
fixed delta time format: 2 seconds, 1 second, 0 seconds
2007-03-28 05:37:20 +00:00
Andreas Steffen
7a89380eca
replaced expired since %V by expired %V ago
2007-03-28 05:36:27 +00:00
Andreas Steffen
1bf8530507
implemented ipsec listocsp function
2007-03-27 04:40:25 +00:00
Andreas Steffen
0953f2a65f
registered PRINT_CERTINFO function with symbol Y
2007-03-27 04:38:22 +00:00
Andreas Steffen
ef49c3486a
added chunk_compare() which compares orders chunks
2007-03-27 04:37:15 +00:00
Andreas Steffen
448d8789d5
fixed case of missing subjectKeyID
2007-03-14 21:06:57 +00:00
Andreas Steffen
889feb978b
corrected typo
2007-03-14 19:33:34 +00:00
Andreas Steffen
ab3c5171d6
use CURLOPT_NOSIGNAL
2007-03-14 15:41:58 +00:00
Andreas Steffen
aa407a6b28
log reception of trusted signer certificate
2007-03-14 15:11:58 +00:00
Martin Willi
05d1685372
fixed carry bug in FIPS prf
2007-03-14 14:54:23 +00:00
Andreas Steffen
220e51d27a
cosmetics
2007-03-14 08:01:47 +00:00
Andreas Steffen
d46a73288d
increased control debugging output
2007-03-14 07:22:37 +00:00
Martin Willi
96567fc8a2
fixed compilation warnings and errors when not using curl
2007-03-13 14:52:18 +00:00
Andreas Steffen
db0f828413
results from the single responses is stored in the corresponding certinfo_t structs
2007-03-12 13:42:31 +00:00
Andreas Steffen
dbc45e90d4
fixed memory leak by calling curl_slist_free_all(headers)
2007-03-09 16:08:28 +00:00
Andreas Steffen
bb225522c7
whitelisting static Curl_getaddrinfo() memory leak
2007-03-09 16:07:22 +00:00
Andreas Steffen
d45d2f1e21
fixed a memory leak in response_t
2007-03-09 14:44:34 +00:00
Andreas Steffen
1bcb84605f
ocsp signer certificate and ocsp response signature can be verified
2007-03-08 23:29:04 +00:00
Andreas Steffen
33d108de22
generalized get_ca_certificate() to get_auth_certificate(auth_flags)
2007-03-08 18:56:43 +00:00
Andreas Steffen
54645fb275
added fetcher_finalize() to clean up libcurl
2007-03-08 17:00:32 +00:00
Andreas Steffen
8d0cd21a01
support of setting and getting authority flags
2007-03-08 16:48:16 +00:00
Andreas Steffen
95f6a18fc7
added ocsp_parse_single_response
2007-03-08 00:35:20 +00:00
Martin Willi
3243e90188
experimental SHA2 HMAC and PRF implementations
2007-03-08 00:14:17 +00:00
Andreas Steffen
40695383ae
parsing basic ocsp response
2007-03-08 00:13:15 +00:00
Andreas Steffen
08d42d3994
forgot to assign public.is_ocsp_signer() method
2007-03-07 23:31:03 +00:00
Andreas Steffen
8dfb0a31b5
added parsing level to x509_create_from_chunk() and added is_ocsp_signer() method
2007-03-07 22:57:50 +00:00
Andreas Steffen
78703918aa
http post fetching using libcurl implemented
2007-03-07 19:28:03 +00:00
Andreas Steffen
bdfff62db9
added fetcher.h and fetcher.c
2007-03-07 14:13:01 +00:00