[openssl-dev] [openssl.org #3729] Patch to add support for iovec-based IO in OpenSSL

2016-06-15 Thread Rich Salz via RT
I like the idea; let's keep it open for the future. -- Ticket here: http://rt.openssl.org/Ticket/Display.html?id=3729 Please log in as guest with password guest if prompted -- openssl-dev mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev

[openssl-dev] [openssl.org #3729]

2016-06-15 Thread Short, Todd via RT
The changes to master/1.1.0 for pipelining completely break this patch. So, there’s little point in trying to add this. -- -Todd Short // tsh...@akamai.com // "One if by land, two if by sea, three if by the Internet." -- Ticket here: http://rt.openssl.org/Ticket/Displa

Re: [openssl-dev] [openssl.org #3729] Patch to add support for iovec-based IO in OpenSSL

2015-09-14 Thread Short, Todd via RT
Hello, We have another update for this patch: updates to documentation and APIs. Github link: https://github.com/akamai/openssl/commit/a6086d9cdde13a8b5ce22cbdcef3fe8733d0e892 And attachment: Thanks, -- -Todd Short // tsh...@akamai.com // "One if by land, two if by sea, three if by the Intern

Re: [openssl-dev] [openssl.org #3729] Patch to add support for iovec-based IO in OpenSSL

2015-05-26 Thread Short, Todd
Hello again: We have an updated patch for this. Github link: https://github.com/akamai/openssl/commit/17431369cce8e4cd01f6f236fb2d6a75c8c79aef 0009-Add-iovec-based-I-O-routines.patch Description: 0009-Add-iovec-based-I-O-routines.patch ---Todd Short// tsh...@akamai.com// “One if by land, two

Re: [openssl-dev] [openssl.org #3729] Patch to add support for iovec-based IO in OpenSSL

2015-05-26 Thread Short, Todd via RT
Hello again: We have an updated patch for this. Github link: https://github.com/akamai/openssl/commit/17431369cce8e4cd01f6f236fb2d6a75c8c79aef 0009-Add-iovec-based-I-O-routines.patch Description: Binary data ---Todd Short// tsh...@akamai.com// “One if by land, two if by sea, three if by the

[openssl-dev] [openssl.org #3729] Patch to add support for iovec-based IO in OpenSSL

2015-03-06 Thread Short, Todd via RT
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 mechanis