Re: Newbie: Key question

2004-01-06 Thread Ole Hansen
On Fri, 2004-01-02 at 18:03, Schuyler Stultz wrote: > Ole Hansen wrote: > > >I now pass the 32 bytes (after the 5 bytes Record Layer Header) to my > >decrypt function and I expected a result that at least had the handshake > >protocol header as the first 4 bytes indicating the handshake type (20)

Re: Newbie: Key question

2004-01-02 Thread Schuyler Stultz
Ole Hansen wrote: I now pass the 32 bytes (after the 5 bytes Record Layer Header) to my decrypt function and I expected a result that at least had the handshake protocol header as the first 4 bytes indicating the handshake type (20) and length but it is not. Thats what I meant with things not maki

Re: Newbie: Key question

2004-01-02 Thread Ole Hansen
On Mon, 2003-12-29 at 18:43, Jostein Tveit wrote: > Ole Hansen <[EMAIL PROTECTED]> writes: > > > I would like to decrypt the Finished message from the client. What > > functions will do here? I have tried with EVP_Decrypt*() but output does > > not make sense. Which key should I pass to EVP_Decr

Re: Newbie: Key question

2003-12-29 Thread Jostein Tveit
Ole Hansen <[EMAIL PROTECTED]> writes: > I would like to decrypt the Finished message from the client. What > functions will do here? I have tried with EVP_Decrypt*() but output does > not make sense. Which key should I pass to EVP_Decrypt*-functions if > these are to be used? Those from the ke