ziti-sdk-c icon indicating copy to clipboard operation
ziti-sdk-c copied to clipboard

A C-based sdk for delivering secure applications over a Ziti Network

Results 18 ziti-sdk-c issues
Sort by recently updated
recently updated
newest added

ctrl_body_cb doesn't check resp->body before copying into it, and it is possible for it to be null. One way to trigger this is by attempting to enroll an ER identity:...

Logs attached. Example run: ``` ubuntu@ip-10-0-0-234:~$ curl -k --header "Host: ziti-smoketest-files.s3-us-west-1.amazonaws.com" --fail-early --fail-with-body -SL -o afb12cc2-86a0-40e9-aedd-f9b24d401fa3 https://files-zet.s3-us-west-1.amazonaws.ziti/1KB.zip % Total % Received % Xferd Average Speed Time Time Time Current Dload...

bug

right now there is no ~convinient~ way to use an external jwt signer for authentication of api sessions in the c sdk. provide a way to use a jwt to...

enhancement
HA

I'm running a Python edge SDK app continuously, which uses the C SDK, and it became de-authorized a few hours ago and seems to be stuck, unable to recover. I...

the gist of the problem, sometimes the closest ER is not the best for Dialing a service. some ideas: - keep track of Dial latency -- time between sending dial...

enhancement

ziti server sockets should support forking pattern: parent binds to a service, children/workers call accept on the server fd. see https://github.com/openziti/ziti-sdk-py/issues/59

a recent release of the c sdk broke unwrapped identities. Ziti C SDK version 0.31.4 works (though it expects `file://` to be used, not `file:///`). **Working in 0.31.4:** `file://c:/Windows` etc....

bug

The fix addresses a `Ziti_resolve` defects that triggers segfault. The `getaddrinfo` interface contract permits `host == NULL`, but `Ziti_resolve` assumes `host != NULL`. Additionally, `Ziti_resolve` leaks `res` and `addr` if...

see https://github.com/openziti/desktop-edge-ui/issues/115 for initial bug report and steps to reproduce see https://github.com/openziti/ziti-tunnel-sdk-c/issues/632 for tunneler bug When an identity that was connected to a controller is updated with a new auth...

bug