Floris Bruynooghe
Floris Bruynooghe
This is great, thanks! From here -and a compiling/linking perspective- this all looks fine, I learned that debian/ubuntu ship with libetpan linked against gnutls rather than openssl though. Maybe that...
Could you also show the output of `gnutls-cli --list`? I've
Here's the list of cipher suites I think your imap server supports: [imap.strato.de-stuites.txt](https://github.com/deltachat/deltachat-core/files/3065832/imap.strato.de-stuites.txt)
Currently my best bet is that your system's libgnutls does not support the cipher suites your imap server has, but that your system's libssl does. Could you paste the output...
Great analysis, thanks! Guess we found out how your system has been behaving (summarising here for ppl catching up so they don't have to read the whole thread): the crypto...
@Ampli-fier could you also try `echo -n | gnutls-cli -p 993 imap.strato.de` and post the output btw?
Oh, well I guess our earlier conclusion won't do then and we'll have to figure out some more debugging. :(
could be because of `--all-features` use by CI, so this may need more CI tweaks to make this work.
Hi, interesting case and thanks for the detailed description. Your solution is practical, but as you say I'm not sure if this is reasonable behaviour in the runtime model of...
FWIW sentry ([inside relay](https://github.com/getsentry/relay/blob/9ee668f6b8e07c439b85eccc1e36097d53537f76/relay-general/src/pii/minidumps.rs)) also scrubs minidumps, we did not go through the effort of ensuring we can still stackwalk afterwards and instead let customers scurb/mask whatever they want in...