On Feb 27, 2006, at 12:46 PM, Martin Preuss wrote:

On Monday 27 February 2006 18:17, Roman Dilken wrote:
Hi!

I would gladly add a call to such a function from within GWEN's SSL
code for
Mac only, if only I new what function to call...

Would this document be helpful?

http://developer.apple.com/documentation/Security/Reference/
secureTransportRef/index.html
[...]

But the function you mentioned does only release the certificate in memory, I
can't see how that would help us...

Perhaps:

SSL_CTX_set_session_cache_mode(ctx, SSL_SESS_CACHE_OFF);

http://developer.apple.com/documentation/Darwin/Reference/ManPages/ man3/SSL_CTX_set_session_cache_mode.3ssl.html

(though this looks like it is only the openssl man page...)

I can't say that I understand potential side effects, but it looks like this command attempts to force both the server and client not to keep a cache of the session in the first place. Now if only the Mac will keep its interfering fingers off the process...



Regards
Martin

Thanks for all your help.
Dave
--
David Reiser
[EMAIL PROTECTED]



-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Aqbanking-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/aqbanking-devel

Reply via email to