Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Signing DLLs in sys-root/mingw/bin with SignPath? #684

Open
mlocati opened this issue Sep 29, 2024 · 2 comments
Open

Signing DLLs in sys-root/mingw/bin with SignPath? #684

mlocati opened this issue Sep 29, 2024 · 2 comments

Comments

@mlocati
Copy link

mlocati commented Sep 29, 2024

I'm publishing the gettext and iconv binaries for Windows (see here).

For the next release, I'm planning to sign the executables with SignPath.

As per their rules, I can only sign the binaries that I compile directly.

The problem is that, for the "shared builds" (that is, executables that rely on DLLs), I also distribute some of the DLLs available in Cygwin MinGW-w64's sys-root/mingw/bin directory.

What if MinGW-w64 signed those DLLs too?

@niXman
Copy link
Owner

niXman commented Sep 30, 2024

why can't you build your DLLs using static build of MinGW-W64?

@mlocati
Copy link
Author

mlocati commented Sep 30, 2024

I also offer static builds, but some people prefer shared ones - see https://mlocati.github.io/articles/gettext-iconv-windows.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants