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