Re: [tor-talk] Hardware accel by default

2011-09-12 Thread Nick Mathewson
On Thu, Sep 8, 2011 at 1:18 PM, coderman wrote: [...] >> My question is... Why wasn't AES-NI taken advantage of by default? Why >> did I have to come across it by accident? > > some engines are actually slower than host optimized code. > > hw accel is experimental, and by default all providers in

Re: [tor-talk] Hardware accel by default

2011-09-08 Thread coderman
On Thu, Sep 8, 2011 at 7:40 AM, wrote: > ... > new laptop has the AES-NI CPU instruction set. I added this to my torrc: > > HardwareAccel 1 > AccelName     aesni > > And now when I start Tor I get this: > > [notice] Using OpenSSL engine Intel AES-NI engine [aesni] for AES nice! glad to know this

[tor-talk] Hardware accel by default

2011-09-08 Thread tor
Hi, I was just reading through the tor man page, and I came across the HardwareAccel and AccelName options. This peaked my interest because my new laptop has the AES-NI CPU instruction set. I added this to my torrc: HardwareAccel 1 AccelName aesni And now when I start Tor I get this: [notic