[openssl-dev] [openssl.org #4176] Add support for async jobs in OpenSSL speed

2016-05-10 Thread Matt Caswell via RT
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

Re: [openssl-dev] [openssl.org #4176] Add support for async jobs in OpenSSL speed

2015-12-17 Thread Grandi, Andrea via RT
: 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

Re: [openssl-dev] [openssl.org #4176] Add support for async jobs in OpenSSL speed

2015-12-17 Thread Grandi, Andrea
: 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

[openssl-dev] [openssl.org #4176] Add support for async jobs in OpenSSL speed

2015-12-10 Thread Grandi, Andrea via RT
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