Re: [tor-dev] [tor-assistants] Python metrics-lib

2012-05-05 Thread sc28
Hi Karsten & Damian, Extending stem to implement #2768 seems a good option to start with; I looked at the Java code and felt doing it in stem should not be complicated. However, I need some suggestions for the choice of Python cryptography API, since I haven't used any before. A simple Goog

Re: [tor-dev] [tor-assistants] Python metrics-lib

2012-05-05 Thread Damian Johnson
Hi Beck, hi Karsten. First I'd like to make sure that I'm clear on what we're trying to do. The javadocs for VerifyDescriptors [1] says that it... > Verify server descriptors using the contained signing key. Verify that > 1) a contained fingerprint is actually a hash of the signing key and > 2)

[tor-dev] tbb-build for Windows

2012-05-05 Thread Shondoit Walker
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 The last couple of days I've been working on recreating my build environment. I remember from the last time that it was a major PITA. (Especially with outdated docs, that aside) I decided to automate as much as possible and I came up with the following

Re: [tor-dev] Can we stop sanitizing nicknames in bridge descriptors?

2012-05-05 Thread Ondrej Mikle
On 05/05/2012 03:05 PM, Ian Goldberg wrote: > On Sat, May 05, 2012 at 01:47:45AM +0200, Ondrej Mikle wrote: >> One trick I had in mind was create "secret hash function" (take the following >> with a grain of salt, algebra is not my "primary thing"): >> >> - you keep generators g_i secret, which tur

Re: [tor-dev] Win32/MSVC: tinytest.c problems

2012-05-05 Thread Sebastian Hahn
On May 5, 2012, at 3:30 PM, Gisle Vanem wrote: > There are 2 problems with the use of 'stricmp()' (line 295) in tinytest.c. > > 1. As it is now, I'm getting an undefined reference to 'stricmp' when > linking tinytest.exe and using '-nodefault:oldnames' in the link-flags. Can > we please remo

[tor-dev] Win32/MSVC: tinytest.c problems

2012-05-05 Thread Gisle Vanem
There are 2 problems with the use of 'stricmp()' (line 295) in tinytest.c. 1. As it is now, I'm getting an undefined reference to 'stricmp' when linking tinytest.exe and using '-nodefault:oldnames' in the link-flags. Can we please remove this lib from the requirements? 2. 'stricmp()' is use

Re: [tor-dev] Can we stop sanitizing nicknames in bridge descriptors?

2012-05-05 Thread Ian Goldberg
On Sat, May 05, 2012 at 01:47:45AM +0200, Ondrej Mikle wrote: > One trick I had in mind was create "secret hash function" (take the following > with a grain of salt, algebra is not my "primary thing"): > > - you keep generators g_i secret, which turns the problem from discrete-log > into > a prob

Re: [tor-dev] [tor-assistants] Python metrics-lib

2012-05-05 Thread Karsten Loesing
[Moving this thread to tor-dev as suggested by Damian in separate mail.] Hi Damian, hi Beck, On 5/4/12 6:59 PM, Damian Johnson wrote: > Hi Beck. > >> I noticed that stem has not been updated during the last ten days > > Yup, I've been busy for a while with a new arm release [1] and a > variety