Connecting Tech Pros Worldwide Help | Site Map

PHP, OpenSSL Session Key?

  #1  
Old July 17th, 2005, 01:15 PM
jmkovacs
Guest
 
Posts: n/a
Hello,

Is there a way using PHP's OpenSSL library functions to obtain the
shared session key established between a client and the server used in
the current SSL connection? I intend to use this information to cause
certain data returned by the server to be session dependent based on
that key and become invalid if the session key is has changed or is no
longer available. Any help and direction in using the available
functions for my purposes would be appreciated, thanks.

-Jason Kovacs

  #2  
Old July 17th, 2005, 01:15 PM
Daniel Tryba
Guest
 
Posts: n/a

re: PHP, OpenSSL Session Key?


jmkovacs <jason@cfhost.org> wrote:[color=blue]
> Is there a way using PHP's OpenSSL library functions to obtain the
> shared session key established between a client and the server used in
> the current SSL connection?[/color]

I have absolutely no idea.
[color=blue]
> I intend to use this information to cause certain data returned by the
> server to be session dependent based on that key and become invalid if
> the session key is has changed or is no longer available.[/color]

But why would you do session management this way (I can only guess at
session hijacking)?

Closed Thread


Similar Threads
Thread Thread Starter Forum Replies Last Post
Trying to see Youtube through this proxy script jeddiki answers 7 July 8th, 2009 05:10 PM
Php (4.4) configured to open secure URLs (https)? Chuck Anderson answers 4 October 13th, 2005 08:15 AM
Encrypted File Transfer Philipp Brune answers 8 July 17th, 2005 11:41 AM
PHP-Sessions and squid-proxy Matthias Riechmann answers 0 July 17th, 2005 09:58 AM