Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | fixed a certinfo_t memory leak in verify() | Andreas Steffen | 2007-03-09 | 1 | -1/+4 | |
| | ||||||
* | 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 | 8 | -64/+495 | |
| | ||||||
* | fixed memleaks when using EAP authentication | Martin Willi | 2007-03-08 | 2 | -43/+64 | |
| | | | | | fixed configuration payloads when using EAP | |||||
* | fixed payload order (again) | Martin Willi | 2007-03-08 | 2 | -6/+6 | |
| | ||||||
* | including peers certificate when his certreq is empty | Martin Willi | 2007-03-08 | 1 | -2/+11 | |
| | ||||||
* | implemented cookies as initiator | Martin Willi | 2007-03-08 | 2 | -9/+44 | |
| | | | | proper logging of notifies in IKE_SA setup | |||||
* | disabling routing for IPv6, does not work correctly | Martin Willi | 2007-03-08 | 1 | -1/+2 | |
| | ||||||
* | 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 | 4 | -11/+13 | |
| | ||||||
* | added fetcher_finalize() to clean up libcurl | Andreas Steffen | 2007-03-08 | 3 | -1/+24 | |
| | ||||||
* | some cleanups | Martin Willi | 2007-03-08 | 2 | -11/+10 | |
| | | | | | not installing %any DNS servers | |||||
* | support of setting and getting authority flags | Andreas Steffen | 2007-03-08 | 2 | -2/+58 | |
| | ||||||
* | support if ocsp signing certificates | Andreas Steffen | 2007-03-08 | 4 | -22/+53 | |
| | ||||||
* | support if ocsp signing certificates | Andreas Steffen | 2007-03-08 | 2 | -61/+97 | |
| | ||||||
* | fixed payload order in IKE_AUTH | Martin Willi | 2007-03-08 | 1 | -7/+27 | |
| | ||||||
* | removed SHA2 kernel proposals from default, the kernel doesn't support them yet | Martin Willi | 2007-03-08 | 1 | -6/+0 | |
| | ||||||
* | allocation fixes, not complete | Martin Willi | 2007-03-08 | 1 | -8/+16 | |
| | ||||||
* | handling "No policy found" properly | Martin Willi | 2007-03-08 | 1 | -4/+4 | |
| | ||||||
* | 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 | |||||
* | fixed CHILD_SA creation within existing IKE_SA | Martin Willi | 2007-03-08 | 1 | -0/+1 | |
| | ||||||
* | added ocsp_parse_single_response | Andreas Steffen | 2007-03-08 | 1 | -1/+79 | |
| | ||||||
* | ported changes from EAP branch, renabling EAP framework | Martin Willi | 2007-03-08 | 2 | -126/+371 | |
| | ||||||
* | added (not yet supported) sha2 algorithms to kernel | Martin Willi | 2007-03-08 | 1 | -7/+10 | |
| | | | | only adding a route if using tunnel mode | |||||
* | added SHA2 MAC and PRF to default proposal | Martin Willi | 2007-03-08 | 1 | -23/+58 | |
| | ||||||
* | added more debug output | Martin Willi | 2007-03-08 | 1 | -0/+2 | |
| | ||||||
* | 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() | Andreas Steffen | 2007-03-07 | 1 | -1/+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 | 6 | -11/+180 | |
| | ||||||
* | 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 | |
| | ||||||
* | prevent from initiating multiple exchanges the same time | Martin Willi | 2007-03-06 | 1 | -0/+9 | |
| | ||||||
* | updated apidoc documentation | Martin Willi | 2007-03-06 | 1 | -4/+3 | |
| | ||||||
* | fixed notify handling in IKE_AUTH | Martin Willi | 2007-03-06 | 2 | -16/+25 | |
| | | | | moved nonce payload before TS in CHILD_SA setup | |||||
* | moved REKEY_SA notify to the beginning of the message | Martin Willi | 2007-03-06 | 1 | -7/+7 | |
| | ||||||
* | 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 | |
| | ||||||
* | added print hook for certinfo_t printing | Andreas Steffen | 2007-03-06 | 1 | -0/+2 | |
| | ||||||
* | fixed typo | Andreas Steffen | 2007-03-06 | 1 | -1/+1 | |
| | ||||||
* | sending an SPI of 0 as responder when IKE_SA_INIT fails | Martin Willi | 2007-03-06 | 1 | -0/+7 | |
| | ||||||
* | iterate certinfos linked list for matching serialNumber | Andreas Steffen | 2007-03-05 | 3 | -2/+45 | |
| |