]> granicus.if.org Git - libevent/commit
Add unit tests for SSL session renegotiation.
authorNick Mathewson <nickm@torproject.org>
Thu, 30 Jul 2009 20:41:21 +0000 (20:41 +0000)
committerNick Mathewson <nickm@torproject.org>
Thu, 30 Jul 2009 20:41:21 +0000 (20:41 +0000)
commit7a2a51a3a1ea6ece8bab492f9f494dece207eaf7
tree20d29f0f100f60610eee6dd1d11bcdcf6c553a34
parent595f7e3877c7597ce2349e725b901f0d5c4e4479
Add unit tests for SSL session renegotiation.

This tickles the write-blocked-on-read code, and in this case turned
up a bug in it.

svn:r1397
bufferevent_openssl.c
test/regress_ssl.c