how to add info to SSL SESSION PARAMETERS?

2001-07-26 Thread Jeffrey Altman
In order to allow the RFC 2712 Kerberos support in 0.9.7-dev to work with cached sessions I need to save the contents of the KSSL_CTX structure with the SSL SESSION PARAMETERS. Should this be added to the ssl_session_st structure? Or should a new structure just for the KSSL_CTX be created?

Re: how to add info to SSL SESSION PARAMETERS?

2001-07-26 Thread Lutz Jaenicke
On Thu, Jul 26, 2001 at 07:35:05AM -0400, Jeffrey Altman wrote: In order to allow the RFC 2712 Kerberos support in 0.9.7-dev to work with cached sessions I need to save the contents of the KSSL_CTX structure with the SSL SESSION PARAMETERS. Should this be added to the ssl_session_st