l

Results 784 comments of l

I don't understand the purpose of this PR. If the core is buggy and provides wrong dimensions, UI has to check and correct it, we can as well just drop...

Where is the generator itself? And the docs regarding regenerating when core is updated are needed.

> I rebased the branch on main but now for some reason some changes from main appear as new changes :( You probably need to `git rebase -i origin/main` and...

Yes, I also think Cargo.lock should be committed for all projects regardless of whether it is a library or not. Otherwise every new dev just downloads arbitrary versions of dependencies...

https://www.rfc-editor.org/rfc/rfc9580.html is now published and includes SEIPDv2. It is supported in https://github.com/rpgp/rpgp/ and Delta Chat using it can decrypt SEIPDv2 packets preceded by [v6 SKESK](https://www.rfc-editor.org/rfc/rfc9580.html#section-5.3.2). Thunderbird using RNP cannot decrypt...

Isn't this issue closed by https://github.com/rnpgp/rnp/commit/aa9a778381ef003574d1c9c12348f57d67e32039 (PR https://github.com/rnpgp/rnp/pull/2126)? Should this issue be closed? Thunderbird can just enable crypto refresh?

Interoperability test suite at https://sequoia-pgp.gitlab.io/openpgp-interoperability-test-suite/results.html?impls=6146#Symmetric_Encryption_Algorithm_support__production_side__OCB__SEIPDv2_ does not indicate that SEIPDv2 is supported: ![Image](https://github.com/user-attachments/assets/ef1737c1-8efa-4135-984d-95103accf4d6) Maybe it was not released in rnp 0.17.1.

> Also no major implementations produce SEIPD v2 artifacts as far as I know, maybe something changed for now. Delta Chat is using rPGP and it can produce SEIPD v2....

> Yup, like any other mail client, or do I miss something? In case of Delta Chat it does not really matter in practice as most Delta Chat users send...

I have looked at the test suite, "Symmetric Encryption Algorithm support, production side, OCB (SEIPDv2)" test is unhappy that PKESK packet is version 3 instead of version 6. [Relevant paragraph...