Re: [tor-dev] adding smartcard support to Tor

2016-05-23 Thread Evan Margin
Hello Donncha! Donncha Ó Cearbhaill: > However his code was integrating with a smartcard at a very low > level by sending AT commands manually. I don't think that is the > best approach for compatibility. > > I think a better way would be to interface with the tokens via the > PKCS#11 protocol.

Re: [tor-dev] adding smartcard support to Tor

2016-05-23 Thread Evan Margin
Hey Razvan and tor-dev@! Razvan Dragomirescu: > I wanted to revisit this subject and actually start writing some > code, but it looks like Ivan Markin's GitHub account is gone, > together with all the code there. Ivan, are your modifications to > OnionBalance still available anywhere? Thanks f

[tor-dev] [PATCH torsocks]: Add support for the musl c library

2016-05-23 Thread Felix Janda
Signed-off-by: Felix Janda --- src/common/compat.c | 4 ++-- src/common/compat.h | 4 ++-- src/common/ref.h| 4 ++-- src/lib/torsocks.h | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/common/compat.c b/src/common/compat.c index a861b3d..eb8eb12 100644 --- a/src/c

Re: [tor-dev] adding smartcard support to Tor

2016-05-23 Thread Donncha Ó Cearbhaill
Razvan Dragomirescu: > Hello again, > > I wanted to revisit this subject and actually start writing some code, but > it looks like Ivan Markin's GitHub account is gone, together with all the > code there. Ivan, are your modifications to OnionBalance still available > anywhere? > > Thank you, > Ra