RE: How to copy certifivate from SSL_CTX to SSL object

2007-09-12 Thread Kukosa, Tomas
> > is there any reasonable way how to copy certificate (and > private key) from > SSL_CTX to SSL object if > > certificate in SSL_CTX is changed? > > Are you asking if you can change the key and certificate > being used by a > session that's already in progress? My question is not "if" but "h

RE: How to copy certifivate from SSL_CTX to SSL object

2007-09-12 Thread David Schwartz
> is there any reasonable way how to copy certificate (and private key) from SSL_CTX to SSL object if > certificate in SSL_CTX is changed? Are you asking if you can change the key and certificate being used by a session that's already in progress? DS __