[openssl-users] Possible to control session reuse from the client?

2016-09-29 Thread Daniel Janzon
Hi! For performance testing purposes, I would like to turn off session reuse in the (homegrown) client I use for testing. Is there a function in the openssl library to do it? I tried googling for "openssl client don't send session id" but I didn't find anything useful. Cheers, Daniel --

Re: [openssl-users] Possible to control session reuse from the client?

2016-10-01 Thread Daniel Janzon
Viktor Dukhovni <openssl-us...@dukhovni.org> wrote: > > > On Sep 29, 2016, at 11:55 AM, Daniel Janzon <jan...@gmail.com> wrote: > > > > For performance testing purposes, I would like to turn off session reuse > in the (homegrown) client I use for testing. Is there