LuckyTurtleDev

Results 120 comments of LuckyTurtleDev

I have execute the install command listed above. But the executable is missing. Sadly I am not familiar enough with python, to be able to say, why this happen. I...

rust tls does support EC since 0.20.3: https://github.com/rustls/rustls/blob/5bda754ac18f37eb39132f89fb5522494b6202eb/rustls/src/sign.rs#L288 0.21.0-alpha use rustls 0.20.0, witch does **not** support EC yet. If you remove the `Cargo.lock` rustls 0.20.4 is used. So the lockfile...

> Actually rustls did support such keys, just not the particular encoding used. So you could still make it work by reencoding the key in (I believe) PKCS #8. The...

hi, sorry I have not much time at the moment, I will checkout this at the next week.

hi, I was finally able to test this. I have use the following config file: ```toml listen_addrs_ipv4 = ["0.0.0.0"] tls_cert = { path = "/home/lukas/test/****.de.key", endpoint_name = "****.de" } ```...

I am a bit confused, why I can not use Rustls for PKCS12, because I had though that Rustls does support it now: https://github.com/rustls/rustls/pull/998

Thanks for the fast answer. I have checkout the provided example. The only different I see is the `tls_cert =` line. How can trust-dns recolonize if it should use dot...

Are their are any plans plans for a fdroid release of extRact? rcx seems not been maintained anymore.

I have try to open the https://i.pximg.net/img-original/img/2021/01/29/00/18/38/87369838_p0.png from Firefox Desktop and it does also return a 403. But if I open https://www.pixiv.net/en/artworks/87369838#big_0 and click on view image, Firefox Desktop open...

Maybe their is no option to get the image from GeckoView. So they simple redownload it. But I agree a option to save the image without redownloading should be the...