Re: [tor-dev] generate relay fingerprint without tor given the datadir/keys folder?

2017-02-03 Thread Ivan Markin
On Fri, Feb 03, 2017 at 04:12:00PM +, nusenu wrote: > Hi, > > given the files within the datadir/keys folder (without the > datadir/fingerprint file), is there an easy way to generate the relay > fingerprint? (using openssl?) > > According to the spec [1] the fingerprint is the SHA1 hash of t

Re: [tor-dev] generate relay fingerprint without tor given the datadir/keys folder?

2017-02-03 Thread Ivan Markin
-$ go get https://github.com/nogoegst/whatonion +$ go get github.com/nogoegst/whatonion Whoops, sorry. ___ tor-dev mailing list tor-dev@lists.torproject.org https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-dev

Re: [tor-dev] generate relay fingerprint without tor given the datadir/keys folder?

2017-02-03 Thread Ivan Markin
On Fri, Feb 03, 2017 at 04:12:00PM +, nusenu wrote: > Hi, > > given the files within the datadir/keys folder (without the > datadir/fingerprint file), is there an easy way to generate the relay > fingerprint? (using openssl?) I'm sure that it will be a mess to do it via openssl utility. Some

[tor-dev] generate relay fingerprint without tor given the datadir/keys folder?

2017-02-03 Thread nusenu
Hi, given the files within the datadir/keys folder (without the datadir/fingerprint file), is there an easy way to generate the relay fingerprint? (using openssl?) According to the spec [1] the fingerprint is the SHA1 hash of the public key. (I assume RSA pubkey) According to the tor man page [2]