Peter Gerber
Peter Gerber
I'd be very careful changing the encoding in any way. I've seen mixed encoding (some using NFC and some NFD) when the files where created on Windows in particular. I'm...
I just remembered, I've also seen NFD encoded file names on Linux when the file wasn't copied from another platform. This can happen when you copy and paste the parts...
I tried to figure out how others dealt with the situation and the more I research the more confusing the station gets. If I understand [this blog post](https://blog.yorkxin.org/2017/04/07/apfs-docker-unicode.html#problem-of-file-name-with-combined-chars-inhfs) correctly the...
Since this issue dates back to 2014 I'm not sure this is the same issue but at least switching to debuglogs.org the `Content-Type` is `text/html` instead of `text/plain`. This would...
I just ran into the ~~same~~ simalar issue on FreeBSD 14. Looking at openssl-probe, I believe the /etc/ssh/certs/ is what openssl-probe is supposed to find. Openssl-probe can return a file...
Okay, reading certs from `ProbeResult::cert_dir` seems indeed to fix the issue on FreeBSD 14. See my draft commit. Tests now pass on FreeBSD 14. I'm not sure this solves the...
Can I assume the goal here is that rustls-native-certs is designed to be a OpenSSL drop-in replacement? In that case, we should probably try to be closer to what OpenSSL...
Okay, having given this some though, I'll open a pull request with the following changes (as compared to my draft commit): * Remove parsing for SSL_CERT_FILE and have `openssl_probe::probe()` handling...