Re: Problem changing key/iv on a CIPHER bio

2003-03-14 Thread Brian Hatch
> This isn't something I've had to do personally however... It's not something I've wanted to do... > Popping and pushing the BIO should work provided you get it right. For this to > work properly of course you need change keys and IVs only after a multiple of > the block length has been sent,

Re: Problem changing key/iv on a CIPHER bio

2003-03-13 Thread Dr. Stephen Henson
On Thu, Mar 13, 2003, Brian Hatch wrote: > > > I want to be able to change the key and iv on a connection > that is already established. Currently I just have a simple > socket BIO and cipher BIO chained together. (Cipher is > EVP_bf_cbc() currently.) > > The connection should look like this:

Problem changing key/iv on a CIPHER bio

2003-03-13 Thread Brian Hatch
I want to be able to change the key and iv on a connection that is already established. Currently I just have a simple socket BIO and cipher BIO chained together. (Cipher is EVP_bf_cbc() currently.) The connection should look like this: 1) client connects to server 2) set both