summaryrefslogtreecommitdiff
path: root/bufferevent_openssl.c
Commit message (Expand)AuthorAge
* Set mem_offset for every bufferevent typeNick Mathewson2010-03-13
* Fix a possible double-free bug in SSL bufferevents with CLOSE_ON_FREENick Mathewson2010-03-13
* Improve robustness for refcountingNick Mathewson2010-03-13
* Update all our copyright notices to say "2010"Nick Mathewson2010-03-04
* Provide consistent, tested semantics for bufferevent timeoutsNick Mathewson2010-02-23
* Clean up formatting: use tabs, not 8-spaces, to indent.Nick Mathewson2010-02-18
* Check more internal event_add() calls for failureNick Mathewson2010-01-22
* Merge branch 'ratelimit'Nick Mathewson2010-01-06
|\
| * Do not make bufferevent_setfd implicitly disable EV_READ and EV_WRITE.Nick Mathewson2009-12-28
| * Rate-limiting for bufferevents; group and individual limits are supported.Nick Mathewson2009-12-28
* | Fix crash bugs when a bufferevent's eventcb is not set.Nick Mathewson2009-12-29
|/
* Fix a segfault when freeing SSL bufferevents in an unusual orderJoachim Bauch2009-12-18
* Fix a segfault when writing a very fragmented evbuffer onto an SSLJoachim Bauch2009-12-17
* Change an err to a warn in bufferevent_opensslNick Mathewson2009-11-09
* We do not work any more without an event-config.h; stop pretending that it is...Nick Mathewson2009-11-06
* Fix a few types to use compatible versionsNick Mathewson2009-11-05
* Keep openssl errors associated with the right bufferevent object.Nick Mathewson2009-10-30
* Use EVUTIL_ASSERT() consistently instead of assert.Nick Mathewson2009-10-26
* Treat the bitwise OR of two enum values as an int.Nick Mathewson2009-10-21
* Spelling fixes in comments and strings.Nick Mathewson2009-10-16
* New function to put an SSL bufferevent into a renegotiating state.Nick Mathewson2009-08-14
* Disable whichever struct event we don't want during ssl handshaking.Nick Mathewson2009-08-14
* Only send a connected event _after_ we've adjusted the SSL state.Nick Mathewson2009-08-14
* More unit tests for Openssl, including initializing with no socket. Up to 75%...Nick Mathewson2009-07-30
* Add unit tests for SSL session renegotiation.Nick Mathewson2009-07-30
* Always retry SSL_write() with the same number you told it last time.Nick Mathewson2009-07-30
* Add a function to extract the SSL object from a bufferevent_openssl.Nick Mathewson2009-07-30
* Set the SSL_MODE_ACCEPT_MOVING_WRITE_BUFFER flag, and explain why.Nick Mathewson2009-07-30
* Use SSL_do_handshake in place of SSL_connect/SSL_acceptNick Mathewson2009-07-30
* Bufferevent support for openssl.Nick Mathewson2009-07-28