Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Give specific warnings when client-side onionskin handshakes fail | Nick Mathewson | 2014-03-27 |
| | | | | Fix for bug9635. | ||
* | Update the copyright date to 201. | Nick Mathewson | 2013-01-16 |
| | |||
* | Massive refactoring of the various handshake types | Nick Mathewson | 2013-01-03 |
| | | | | | The three handshake types are now accessed from a unified interface; their state is abstracted from the rest of the cpath state, and so on. | ||
* | Split onion.[ch] into onion{,_fast,_tap}.[ch] | Nick Mathewson | 2013-01-02 |
I'm going to want a generic "onionskin" type and set of wrappers, and for that, it will be helpful to isolate the different circuit creation handshakes. Now the original handshake is in onion_tap.[ch], the CREATE_FAST handshake is in onion_fast.[ch], and onion.[ch] now handles the onion queue. This commit does nothing but move code and adjust header files. |