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

Support for signing multiple files at a time #34

Open
tomasr opened this issue Sep 1, 2023 · 0 comments
Open

Support for signing multiple files at a time #34

tomasr opened this issue Sep 1, 2023 · 0 comments

Comments

@tomasr
Copy link

tomasr commented Sep 1, 2023

First of all, let me say I've been testing Relic for our needs and have been very impressed by it. Documentation could be improved, but it only took a couple of hours to get something working.

One minor suggestion for improvement that would be useful, at least when running as a standalone signing tool would be able to provide multiple files to sign at a time (with the same signature type, of course), particularly if that can lead to performance improvements during the operation. For example, we often use SignTool passing in 16-20 files at a time, and it reduces total signing time by ~50% compared to signing them one at a time.

I took a quick look at the code and doesn't seem like the "take multiple files at a time" part would be too hard to do, though not sure about the performance part.

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

1 participant