On Tue, Sep 10, 2002 at 08:52:42AM +0200, Leif Thuresson via RT wrote:
> 
> I want to implement an external session cache with openssl
> but I can't find a function that will give me the session id when
> storing a new session in the cache.
> According to the man pages the get-session-callback used for retrieval 
> of session
> from the cache will give me the session id as an argument,
> but the new-session-callback used to store a session only
> gives a SSL_SESSION *session pointer.
> How do I retrieve the session id from that ?

I have cross-checked: there is currently no API for that.
(I even use session->session_id in Postfix/TLS myself without thinking
about the missing API :-).

I have thus bounced your mail into the request tracker, such that a
suitable API will be added.

Best regards,
        Lutz
-- 
Lutz Jaenicke                             [EMAIL PROTECTED]
http://www.aet.TU-Cottbus.DE/personen/jaenicke/
BTU Cottbus, Allgemeine Elektrotechnik
Universitaetsplatz 3-4, D-03044 Cottbus

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to