| Commit message (Expand) | Author | Age |
* | doxygen markup for common/*.h•••svn:r1840
| Roger Dingledine | 2004-05-10 |
* | Handle windows socket errors correctly; comment most of common.•••svn:r1756
| Nick Mathewson | 2004-05-01 |
* | Remove spurious semi•••svn:r1724
| Nick Mathewson | 2004-04-26 |
* | Add a macro to catch unhandled openssl errors.•••svn:r1723
| Nick Mathewson | 2004-04-26 |
* | Merge flagday into main branch.•••svn:r1683
| Nick Mathewson | 2004-04-24 |
* | Document stuff, reduce magic numbers, add emacs magic•••svn:r1502
| Nick Mathewson | 2004-04-06 |
* | Note discrepency between N bytes transmitted over TLS and actual bandwidth us...•••svn:r986
| Nick Mathewson | 2004-01-13 |
* | Code to get nicknames from peer certs•••svn:r627
| Nick Mathewson | 2003-10-19 |
* | shift read_file_to_str() into util.c•••svn:r504
| Roger Dingledine | 2003-09-28 |
* | Add function to wrap SSL_pending•••svn:r501
| Nick Mathewson | 2003-09-27 |
* | Refactor buffers; implement descriptors.•••'buf_t' is now an opaque type defined in buffers.c .
Router descriptors now include all keys; routers generate keys as
needed on startup (in a newly defined "data directory"), and generate
their own descriptors. Descriptors are now self-signed.
Implementation is not complete: descriptors are never published; and
upon receiving a descriptor, the directory doesn't do anything with
it.
At least "routers.or" and orkeygen are now obsolete, BTW.
svn:r483
| Nick Mathewson | 2003-09-25 |
* | Add certificate verification functions•••svn:r438
| Nick Mathewson | 2003-09-10 |
* | Add prototypes for functions to check whether the peer certificate is•••valid (if it is present); and to get a public key from a peer
certificate (in order to identify the peer).
svn:r436
| Nick Mathewson | 2003-09-10 |
* | another wishlist function for the tls interface•••svn:r433
| Roger Dingledine | 2003-09-08 |
* | hide the global tls context inside tortls.c•••svn:r431
| Roger Dingledine | 2003-09-08 |
* | Add initial interfaces and code for TLS support. Interfaces are right; code ...•••svn:r424
| Nick Mathewson | 2003-09-04 |