Print

Print


Hi!

I have received one more problem report with xrootd 4.6.0:
https://bodhi.fedoraproject.org/updates/FEDORA-2017-0eca8dbb12

The report says the followong:
* xrootd-4.6.0-5.fc25 don't work http://pastebin.com/raw/GKPxXJXr
* xrootd-4.6.0-4.fc25 was fine http://pastebin.com/raw/GHXnwMEs

The problem is caused by the commit 00b2cd8 where in the call to LoadCRL(), chain->Begin() is changed to chain->EffCA(). But here chain->EffCA() is 0, so the LoadCRL fails. Nothing has triggered a call to SetEffectiveCA() on the chain object since it was built in the call to ParseFile().

I am not sure how to fix this. SetEffectiveCA() is protected so adding a call to chain->SetEffectiveCA() is not possible without making it public. And where should such a call be added? Just before the call to LoadCRL or in the ParseFile function or ...?




-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/xrootd/xrootd/issues/476

########################################################################
Use REPLY-ALL to reply to list

To unsubscribe from the XROOTD-DEV list, click the following link:
https://listserv.slac.stanford.edu/cgi-bin/wa?SUBED1=XROOTD-DEV&A=1