Added in commit 8b0b80d923. Closing.
Matt
--
Ticket here: http://rt.openssl.org/Ticket/Display.html?id=4176
Please log in as guest with password guest if prompted
--
openssl-dev mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev
: Thursday, December 10, 2015 2:47 PM
Cc: openssl-dev@openssl.org
Subject: [openssl-dev] [openssl.org #4176] Add support for async jobs in
OpenSSL speed
Hi!
This pull request adds support for async jobs in OpenSSL speed:
https://github.com/openssl/openssl/pull/501
Summary of the changes
: Thursday, December 10, 2015 2:47 PM
Cc: openssl-dev@openssl.org
Subject: [openssl-dev] [openssl.org #4176] Add support for async jobs in
OpenSSL speed
Hi!
This pull request adds support for async jobs in OpenSSL speed:
https://github.com/openssl/openssl/pull/501
Summary of the changes
Hi!
This pull request adds support for async jobs in OpenSSL speed:
https://github.com/openssl/openssl/pull/501
Summary of the changes:
* Move the calls to the crypto operations inside wrapper functions.
This is required because ASYNC_start_job() takes a function as an argument.
* Add