[gnutls-devel] GnuTLS | Fix RSAES-PKCS1-v1_5 system-wide configuration (!1830)

Read-only notification of GnuTLS library development activities gnutls-devel at lists.gnutls.org
Wed Apr 10 18:45:26 CEST 2024




Andreas Metzler commented: https://gitlab.com/gnutls/gnutls/-/merge_requests/1830#note_1855900549

I do not understand why it did not fail before, but of-tree-builds are broken:

> tests/system-override-allow-rsa-pkcs1-encrypt.sh../../tests/system-override-allow-rsa-pkcs1-encrypt.sh: line 41: ../../tests/rsaes-pkcs1-v1_5: No such file or directory

Looking at the file we find
```
TEST=${srcdir}/rsaes-pkcs1-v1_5
CONF=${srcdir}/config.$$.tmp
```
rsaes-pkcs1-v1_5 is a built file (i.e. cannot be found in srcdir) and CONF is tempfile that should not be written to srcdir. Suggested trivial patch attached.


[0001-out-of-tree-build.patch](/uploads/44ac535b6575d5f4592d4ab23d859a55/0001-out-of-tree-build.patch)

-- 
Reply to this email directly or view it on GitLab: https://gitlab.com/gnutls/gnutls/-/merge_requests/1830#note_1855900549
You're receiving this email because of your account on gitlab.com.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.gnupg.org/pipermail/gnutls-devel/attachments/20240410/38e87e3b/attachment.html>


More information about the Gnutls-devel mailing list