Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Remove spurious semi | Nick Mathewson | 2004-04-26 |
| | | | | svn:r1724 | ||
* | Add a macro to catch unhandled openssl errors. | Nick Mathewson | 2004-04-26 |
| | | | | svn:r1723 | ||
* | Merge flagday into main branch. | Nick Mathewson | 2004-04-24 |
| | | | | svn:r1683 | ||
* | Document stuff, reduce magic numbers, add emacs magic | Nick Mathewson | 2004-04-06 |
| | | | | svn:r1502 | ||
* | Note discrepency between N bytes transmitted over TLS and actual bandwidth ↵ | Nick Mathewson | 2004-01-13 |
| | | | | | | use; add 2 functions to help resolve. svn:r986 | ||
* | Code to get nicknames from peer certs | Nick Mathewson | 2003-10-19 |
| | | | | svn:r627 | ||
* | shift read_file_to_str() into util.c | Roger Dingledine | 2003-09-28 |
| | | | | svn:r504 | ||
* | Add function to wrap SSL_pending | Nick Mathewson | 2003-09-27 |
| | | | | svn:r501 | ||
* | Refactor buffers; implement descriptors. | Nick Mathewson | 2003-09-25 |
| | | | | | | | | | | | | | | | | | '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 | ||
* | Add certificate verification functions | Nick Mathewson | 2003-09-10 |
| | | | | svn:r438 | ||
* | Add prototypes for functions to check whether the peer certificate is | Nick Mathewson | 2003-09-10 |
| | | | | | | | | valid (if it is present); and to get a public key from a peer certificate (in order to identify the peer). svn:r436 | ||
* | another wishlist function for the tls interface | Roger Dingledine | 2003-09-08 |
| | | | | svn:r433 | ||
* | hide the global tls context inside tortls.c | Roger Dingledine | 2003-09-08 |
| | | | | svn:r431 | ||
* | Add initial interfaces and code for TLS support. Interfaces are right; code ↵ | Nick Mathewson | 2003-09-04 |
needs work and testing. svn:r424 |