cstsw

Results 7 issues of cstsw

Some time ago we ran into the issue that our application (containing some hundred megabytes of libraries) got a verification timeout since one client deployed it on a slow network...

In it's present state ssl-proxy is by default vulnerable to a lot of attacks (as revealed by running e.g. [testssl.sh](https://testssl.sh/) against it). IMHO ssl-proxy should therefore use reasonably secure TLS...

In order to provide a reasonably secure TLS configuration, the following defaults have been set: - Don't use TLS versions below 1.2 as those are vulnerable to attacks such as...

…roblem Alpine has subistituted GNU libc with musl in 2014 (see https://www.alpinelinux.org/posts/Alpine-Linux-has-switched-to-musl-libc.html) So if one builds ssl-proxy on Alpine, the linux binary will contain a reference to the musl library....

When I build the latest master-revision a4f852967d92c09ec4cb638a3f51e3a6b496ec4a via Docker, I get the following error when executing the Linux-Binary: `./ssl-proxy-linux-amd64: No such file or directory` In my use-case I provide a...

Before the arguments to the script are evaluated all variables that are used in the subsequent control flow are unset (in order to avoid conflicts with corresponding variables defined in...

Since the commit from last friday (2020-01-17) the file-option is not working for me. ssl-cert-check tries to connect to the local server (via it's dns name) on port 443 and...