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

"Missing signatures" error in case signatures files have a prefix #19

Open
Andres-Unt opened this issue Dec 13, 2023 · 0 comments
Open

Comments

@Andres-Unt
Copy link

Andres-Unt commented Dec 13, 2023

Based on https://www.etsi.org/deliver/etsi_en/319100_319199/31916201/01.01.01_60/en_31916201v010101p.pdf 4.4.3.2 signatures files may have the form: *signatures*.xml, which includes e.g. "edoc-signatures-S1.xml". (Some .asice files seem to have such file names)

Currently no prefix seems to be allowed: https://github.com/open-eid/SiGa/blob/develop/siga-signature-service/src/main/java/ee/openeid/siga/service/signature/hashcode/HashcodeContainer.java#L166
} else if (entryName.startsWith(SIGNATURE_FILE_PREFIX)) {

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