Re: TLS does not invoke hardware acceleration except on Intel/AMD platform

2019-09-26 Thread Matt Caswell
On 25/09/2019 18:02, Mark Hack wrote: > This was on 1.0.2 and I just checked 1.1.1, and for libssl I still only > see the call for libcrypto. I can recompile and confirm later in the > day to be 100% certain. The call to OPENSSL_cpuid_setup() in 1.1.1 is inside ossl_init_base in libcrypto. That

Re: TLS does not invoke hardware acceleration except on Intel/AMD platform

2019-09-25 Thread Mark Hack
This was on 1.0.2 and I just checked 1.1.1, and for libssl I still only see the call for libcrypto. I can recompile and confirm later in the day to be 100% certain. On Wed, 2019-09-25 at 16:26 +0100, Matt Caswell wrote: > > On 25/09/2019 15:26, Mark Hack wrote: > > ssl_algs.c is missing the req

Re: TLS does not invoke hardware acceleration except on Intel/AMD platform

2019-09-25 Thread Matt Caswell
On 25/09/2019 15:26, Mark Hack wrote: > ssl_algs.c is missing the required call to OPENSSL_cpuid_setup() which > means that all the platforms which rely on the CPU ID to be set > (everything except Intel/AMD) never use any of the EVP calls and do not > hardware accelerate TLS. Yes, the performan

TLS does not invoke hardware acceleration except on Intel/AMD platform

2019-09-25 Thread Mark Hack
ssl_algs.c is missing the required call to OPENSSL_cpuid_setup() which means that all the platforms which rely on the CPU ID to be set (everything except Intel/AMD) never use any of the EVP calls and do not hardware accelerate TLS. Yes, the performance tests work but these do not use libssl. Patch

AF_ALG for openssl hardware acceleration?

2013-05-25 Thread rkj
Is the AF_ALG plugin still the current method to enable openssl to make use of hardware acceleration via Linux kernel crypto-api? The current board support package for my embedded system uses Linux 3.0.4 with openssl 1.0.0j. The processor is Freescale P2020E which has security engine

Re: OpenSSL hardware acceleration exploration...

2009-11-04 Thread Michael S. Zick
On Wed November 4 2009, Lou Picciano wrote: > OpenSSL Friends: > > We're looking at implementing hardware acceleration for our OpenSSL > environment. Hardware would probably be PCI bus x86, though SPARC is not out > of the question... > > Does anyone have any strong

Re: Hardware Acceleration.

2005-06-08 Thread Riaz Rahaman
Since the card does IPSec hardware acceleration, then I believe you can use it for SSL acceleration as well..provided you are planning to port openssl to the card and write you engine driver code using the low level hardware api's which should be provided with the card..I can give you more in

RE: Hardware Acceleration.

2005-06-07 Thread David Schwartz
> I was wondering if there is a list of all the hardware > accelerators that openssl supports? Or at the very least if > someone can tell > me if this card from Intel would be supported by OpenSSL. > > http://www.intel.com/network/connectivity/products/pro100dport_adapter.htm As I unders

Hardware Acceleration.

2005-06-07 Thread Cole
Hi I was wondering if there is a list of all the hardware accelerators that openssl supports? Or at the very least if someone can tell me if this card from Intel would be supported by OpenSSL. http://www.intel.com/network/connectivity/products/pro100dport_adapter.htm Regards /Cole