Alexandre Julliard pushed to branch master at wine / wine
Commits: dfd4d625 by Mohamad Al-Jaf at 2025-08-18T13:10:21+02:00 cryptxml: Add stub dll.
- - - - - 3183eea6 by Mohamad Al-Jaf at 2025-08-18T13:10:21+02:00 include: Add cryptxml.h.
- - - - - 712a3c99 by Mohamad Al-Jaf at 2025-08-18T13:10:21+02:00 cryptxml: Implement CryptXmlOpenToDecode() stub.
Needed by Lenovo USBRecoveryCreator.
- - - - - e4eb103f by Mohamad Al-Jaf at 2025-08-18T13:10:21+02:00 cryptxml: Implement CryptXmlClose().
- - - - - 99cb9b98 by Mohamad Al-Jaf at 2025-08-18T13:10:21+02:00 cryptxml: Implement CryptXmlGetDocContext().
- - - - - e84303bb by Mohamad Al-Jaf at 2025-08-18T13:10:21+02:00 cryptxml: Implement CryptXmlGetSignature().
- - - - - 618903c8 by Mohamad Al-Jaf at 2025-08-18T13:10:21+02:00 cryptxml: Implement CryptXmlVerifySignature() stub.
Needed by Lenovo USBRecoveryCreator.
- - - - - 1af15b6e by Mohamad Al-Jaf at 2025-08-18T13:10:21+02:00 cryptxml: Implement CryptXmlGetStatus().
Needed by Lenovo USBRecoveryCreator.
- - - - - f0d0f3ae by Mohamad Al-Jaf at 2025-08-18T13:10:21+02:00 cryptxml/tests: Add some signature verification tests.
- - - - -
9 changed files:
- configure - configure.ac - + dlls/cryptxml/Makefile.in - + dlls/cryptxml/cryptxml.c - + dlls/cryptxml/cryptxml.spec - + dlls/cryptxml/tests/Makefile.in - + dlls/cryptxml/tests/cryptxml.c - include/Makefile.in - + include/cryptxml.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/765fff593c58569c56d924db89876f...