Issue 57942

Summary: xmlsecurity: verification of signatures always fail
Product: xml Reporter: joachim.lingner
Component: codeAssignee: frank
Status: CLOSED FIXED QA Contact: issues@xml <issues>
Severity: Trivial    
Priority: P3 CC: issues, pavel, stx123
Version: 680m136Keywords: security
Target Milestone: OOo 2.0.3   
Hardware: All   
OS: Windows 98   
Issue Type: DEFECT Latest Confirmation in: ---
Developer Difficulty: ---

Description joachim.lingner 2005-11-15 16:01:41 UTC
The reason is the use of the CSP "MS_STRONG_PROV" when calling
CryptAcquireContext in the function 
xmlSecMSCryptoDigestInitialize

Fix: Use as fallback the CSP "MS_ENHANCED_PROV".

This is now fixed in  revision 1.4 of xmlsecsrc/mscrypto/digests.c (the original
repository, not our libxmlsec project)
Comment 1 joachim.lingner 2005-11-18 08:19:40 UTC
.
Comment 2 frank 2005-12-14 12:33:13 UTC
checked and found not fixed
Comment 3 pavel 2006-01-18 20:11:28 UTC
jl: what is the status: can you make the fix for OOo 2.0.2 also?


What does it mean original repository? Upstream? If so, can you update our version too?
Comment 4 Mathias_Bauer 2006-01-20 17:17:20 UTC
We will not finish this until 2.0.2 code freeze -> retargetting to 2.0.3
Comment 5 kai.sommerfeld 2006-02-14 14:55:28 UTC
.
Comment 6 joachim.lingner 2006-03-01 16:34:42 UTC
Fixed again
Comment 7 joachim.lingner 2006-03-01 16:35:11 UTC
.
Comment 8 frank 2006-03-09 09:27:30 UTC
checked and found fixed on cws jl26.
Comment 9 frank 2006-05-11 12:17:41 UTC
found integrated on master m168