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
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)
-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
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
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
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
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
[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