-
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.