]> git.kaiwu.me - nginx.git/commit
SSL: fixed $ssl_session_id variable.
authorMaxim Dounin <mdounin@mdounin.ru>
Wed, 22 Jan 2014 12:05:06 +0000 (16:05 +0400)
committerMaxim Dounin <mdounin@mdounin.ru>
Wed, 22 Jan 2014 12:05:06 +0000 (16:05 +0400)
commit096bcd03c30280778178fd3698afd56a8e3938e5
treeb2f94c5c89332e0ec97f0fd210b3d8bd3b34ef30
parentabcbe5421990ddfd8ff87bd905bdc62c5675a6c8
SSL: fixed $ssl_session_id variable.

Previously, it used to contain full session serialized instead of just
a session id, making it almost impossible to use the variable in a safe
way.

Thanks to Ivan Ristić.
src/event/ngx_event_openssl.c