Tim Seaward

Results 31 comments of Tim Seaward

Parts needed off the top of my head Protocol Version Parser (to figure out which version of the protocol is going to be used) Record (R/W) RecordType RecordHeader Main record...

There are a few questions here to answer. Are you wanting to do all of the protocol handling in OpenSsl and make a simple PInvoke layer (ala Sslstream) or something...

Yes I have seen that one also (the next is slow jogged my memory).

I think the openssl client is probably a good start for testing for the configuration of a server. I agree that it is pointless replicating all tests for TLS as...

Absolutely, and from my digging in frameworks the way they use openssl etc can make a massive difference, including unneeded memory copies and locks. What I hope is that this...

One point you will potentially be measuring a whole stack of areas that just aren't measured today and might tell you very little about TLS performance per se. If this...

Which is what I thought ;) I guess my concern people will look at this test and think... Wow TLS is expensive when in the real world keep alive is...

Oh good idea can we have a Com interface?

And a GH-pages page with a .io custom domain, logo and documentation generated.

I think the real question is. We're the zero tests written before the code wasn't that will tell us if TDD was used because if it wasn't then this library...