Nick Mathewson
e40bafe796
Merge remote-tracking branch 'origin/patches-2.0'
...
Conflicts:
Makefile.am
WIN32-Code/event2/event-config.h
configure.in
test/regress_ssl.c
2011-06-04 21:40:55 -04:00
Nick Mathewson
bdfb8330df
Fix regress_ssl.c build on openbsd
2011-06-03 17:06:17 -04:00
Nick Mathewson
9f560bfa11
Use "_WIN32", not WIN32: it's standard and we don't need to fake it
...
This patch was automatically generated with perl.
Based on a patch by Peter Rosin.
2011-05-25 20:03:15 -04:00
Evan Jones
c0bf63cecb
tests: Use relative includes ("") instead of system includes (<>)
2010-12-03 12:57:15 -05:00
Nick Mathewson
02f6259fc3
New unit test for ssl bufferevents starting with connected SSLs.
2010-10-14 12:17:28 -04:00
Nick Mathewson
34331e456d
The corrected bufferevent filter semantics let us fix our openssl tests
2010-10-14 10:55:04 -04:00
Nick Mathewson
a5ce9ad4af
Make SSL tests cover enabling/disabling EV_READ.
...
I want my 80% coverage.
2010-09-09 16:01:42 -04:00
Nick Mathewson
17efc1cdfa
Update all our copyright notices to say "2010"
2010-03-04 01:38:48 -05:00
Nick Mathewson
e5bbd40ad7
Clean up formatting: use tabs, not 8-spaces, to indent.
2010-02-18 17:44:09 -05:00
Nick Mathewson
d17c720c05
Remove an extraneous puts().
...
svn:r1415
2009-08-14 20:07:01 +00:00
Nick Mathewson
cf54d74a65
More unit tests for Openssl, including initializing with no socket. Up to 75% coverage.
...
svn:r1399
2009-07-30 20:41:41 +00:00
Nick Mathewson
7a2a51a3a1
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
2009-07-30 20:41:21 +00:00
Nick Mathewson
eecefc50e7
Add a function to extract the SSL object from a bufferevent_openssl.
...
svn:r1395
2009-07-30 20:41:00 +00:00
Nick Mathewson
709c21c48c
Bufferevent support for openssl.
...
This code adds a new Bufferevent type that is only compiled when the
openssl library is present. It supports using an SSL object and an
event alert mechanism, which can either be an fd or an underlying
bufferevent.
There is still more work to do: the unit tests are incomplete, and we
need to support flush and shutdown much better. Sometimes events are
generated needlessly: this will hose performance.
There's a new encrypting proxy in sample/le-proxy.c.
This code has only been tested on OSX, and nowhere else.
svn:r1382
2009-07-28 04:03:57 +00:00