Hello again:

We have an updated patch for this. Github link:

https://github.com/akamai/openssl/commit/17431369cce8e4cd01f6f236fb2d6a75c8c79aef


Attachment: 0009-Add-iovec-based-I-O-routines.patch
Description: Binary data



--
-Todd Short
// “One if by land, two if by sea, three if by the Internet."

On Mar 6, 2015, at 10:02 AM, Short, Todd via RT <r...@openssl.org> wrote:

Hello OpenSSL Org:

This is a change that Akamai has made to its implementation of OpenSSL.

Version: master branch
Description: Add “struct iovec” variants to ssl IO (configurable, disabled by default)

This adds support of iovec-based IO into openSSL. iovec can be faster than normal IO mechanism as there are fewer calls into the kernel.
Regular APIs are modified to use “ssl_bucket” (similar to iovec structures) at the lower level, so the IO path is still the same regardless of whether iovec-based APIs are used or not.

Github link:
https://github.com/akamai/openssl/commit/91f65728bbd7d52ae6b75050d31e197591769d78

And attachment.

Thank you.
--
-Todd Short
// tsh...@akamai.com
// “One if by land, two if by sea, three if by the Internet."


<0001-Add-struct-iovec-variants-to-ssl-IO-configurable-dis.patch>
_______________________________________________
openssl-dev mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev

_______________________________________________
openssl-dev mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev

Reply via email to