Control: tags -1 -moreinfo On Sun, Sep 13, 2026 at 12:06 PM Sebastian Ramacher <[email protected]> wrote: > Ah, I missed that botan3 also has self-test failures. then let's wait > until this is fixed. Please remove the moreinfo tag once botan3 is > ready. My bad wording. Botan itself is fine, built and self-tested on all architectures; but it is stricter on RSA keys it accepts. It is src:rnp that has self-test failures when compiled against the new botan3 release. In short, the reason is the following. New opengpg removes leading zero bytes from keys. rnp uses such keys for self-testing. But new botan3 no longer consider this valid. as RSA ciphertexts and signatures are not fully qualified; these are now one byte shorter than the modulus. In very short, botan3 will build fine, reverse dependencies build fine, src:rnp self-testing will fail.
Regards, Laszlo/GCS

