Wouter Verhelst

Results 70 comments of Wouter Verhelst

ping? Contrary to what you may think, if your code has no license, then the default means "only the person who wrote it can ever use it". Since you have...

On Tue, Jun 20, 2017 at 02:48:11PM -0700, Frank Morgner wrote: > I absolutely consider your code acceptable! Your code concentrates on your card > without changing (and potentially breaking)...

I got side-tracked by other things that had way higher priority. Those are almost finished by now, and then I plan to take this up again. Thanks for your interest...

> You can probably rebuild your curl yourself instead with that option set until they come to their senses and fix their installations. FWIW, the context here is a Cisco...

So, I'm guessing you guys haven't heard much of this yet because it's a fairly new change in OpenSSL. I suspect that once the change is more widespread, either servers...

FYI: I've packaged python-xxhash as a Debian package (I wish to upload mycroft into Debian, which uses python-xxhash). It's still waiting to be reviewed, but it's available at https://ftp-master.debian.org/new/python-xxhash_3.0.0-1.html for...

According to [the docs](https://github.com/Fedict/eid-mw/blob/master/doc/sdk/documentation/Public_Belpic_Applet_v1%207_Ref_Manual%20-%20A01.pdf) (page 24), a SW12 of 6B00 means "Wrong parameter P1-P2 (offset outside of the EF)". I can't reproduce this with my card. Not sure why it...

It would probably help if you could provide a backtrace of the core dump...

So it turns out it's actually a crash inside libopensc.dylib: $ lldb /usr/local/bin:eidenv -c core.72666 Core file '/Users/.../core.72666' (x86_64) was loaded. (lldb) bt * thread #1, stop reason = signal...

So, after recompiling on the 0.17.0 tag (so I have debug symbols) and running it inside the debugger, I find that it's memory corruption. See the debug session: [typescript.txt](https://github.com/OpenSC/OpenSC/files/1785386/typescript.txt) This...