Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-01-03 | Check all crypto_rand return values for ntor. | Nick Mathewson | |
2013-01-03 | Complete all DOCDOC entries from the ntor branch | Nick Mathewson | |
2013-01-03 | Refactor the CREATE_FAST handshake code to match the others. | Nick Mathewson | |
2013-01-02 | Split onion.[ch] into onion{,_fast,_tap}.[ch] | Nick Mathewson | |
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. |