Marcin Cieślak

Results 326 comments of Marcin Cieślak

> your implementation is much more complex than it should https://github.com/OpenSC/pkcs11-helper/pull/69 is my attempt to see if this can be done simpler. For now, this branch can only use URL...

I have also noticed that if there is no AES key already, `testAES()` is skipped. After adding the AES key, I got ``` Unit test finished. 472 tests performed. 0...

I have not submitted this to packagist.org yet - you can create your own namespace there and register this skin - in that case just change the package name in...

Possibly related: https://github.com/microsoft/tslib/pull/135

Great, this was just a stop-gap measure to get it build in my series of patches to get it working on my FreeBSD. Which gcc are you using normally? gcc...

I am a bit confused about how `-DCROSS` works, especially how can I have a cross-tool like `ar` that partially uses host headers like, say `` and our target headers.

Interesting: > printf '%.2f\n' 0,0195 0,01 > printf '%.2f\n' 0,0196 0,02 off by one error?

I mean that while 0.019 are incorrect if we supply another digit things start to get right. Maybe just "n+1" digit factor is wrong somewhere. As @hyenias noticed all is...

> I actually tried the commamds that lefteris suggested, but it complains that nmake is required for that. What if you build and install nmake first?

> still in early organisation phase Is there some group or organisation behind it discussing things offline? or is just about pull requests we put in here... What kind of...