Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-09-16 | bugfixes and refactoringstor-0.0.2pre8 | Roger Dingledine | |
svn:r468 | |||
2003-09-16 | More fine-grained logging messages on ZeroReturn/Syscall error cases | Nick Mathewson | |
svn:r467 | |||
2003-09-16 | Make sequential ACI selection logic handle HIGHER/LOWER | Nick Mathewson | |
svn:r466 | |||
2003-09-16 | Use EXIT properly in assert_connection_ok | Nick Mathewson | |
svn:r465 | |||
2003-09-16 | Add first cut of assert_*_ok functions | Nick Mathewson | |
svn:r464 | |||
2003-09-16 | Add backend support for multiple logfiles, including console logs. | Nick Mathewson | |
Also optimize logging by formatting messages in memory before sending them through stdio. (It turns out (according to gprof) that logging performance matters.) svn:r463 | |||
2003-09-16 | Add #ifdef'd code (on by default) to allocate ACIs sequentially. | Nick Mathewson | |
svn:r462 | |||
2003-09-16 | clean up exported api's | Roger Dingledine | |
svn:r461 | |||
2003-09-16 | refactor connects into connection_connect() | Roger Dingledine | |
svn:r460 | |||
2003-09-15 | Cipher lists need to be colon separated. Also make initialization more ↵ | Nick Mathewson | |
bulletproof svn:r459 | |||
2003-09-15 | Fix TLS error logging | Nick Mathewson | |
svn:r458 | |||
2003-09-15 | Log protocol errors | Nick Mathewson | |
svn:r457 | |||
2003-09-14 | bugfix: onion pending queue now works | Roger Dingledine | |
and fixed recent memory leak svn:r456 | |||
2003-09-14 | finally tracked down the seg fault | Roger Dingledine | |
svn:r455 | |||
2003-09-14 | fix the cpuworker circ-had-vanished bug (maybe) | Roger Dingledine | |
still several (many) tls-related bugs outstanding. svn:r454 | |||
2003-09-14 | let tor compile with tls on rh9 | Roger Dingledine | |
nick: is this the right way to do the autoconf stuff? what happens when /usr/kerberos/include/ doesn't exist? an alternate way is to add `pkg-config --cflags openssl` to CFLAGS, but it seems that command only works on rh9. yay portability issues. svn:r453 | |||
2003-09-13 | fix two more bugs | Roger Dingledine | |
svn:r452 | |||
2003-09-12 | reshuffle functions for cleaner organization | Roger Dingledine | |
svn:r451 | |||
2003-09-12 | tls works between routers now too | Roger Dingledine | |
things are still a bit shaky svn:r450 | |||
2003-09-12 | tls works with onion proxies now. | Roger Dingledine | |
svn:r449 | |||
2003-09-12 | serious bug in cpuworker. need to think about redesign or how to handle it. | Roger Dingledine | |
svn:r448 | |||
2003-09-11 | Fix bugs in certificate generation and SSL context creation. Both seem to ↵ | Nick Mathewson | |
work now. svn:r447 | |||
2003-09-11 | update onion router configs for tls | Roger Dingledine | |
svn:r446 | |||
2003-09-11 | check for funny business from the remote peer | Roger Dingledine | |
svn:r445 | |||
2003-09-11 | Non-debugging messages are nice to log too | Nick Mathewson | |
svn:r444 | |||
2003-09-11 | Resolve XXXXs in tortls.c | Nick Mathewson | |
svn:r443 | |||
2003-09-11 | Simplify some code paths in TLS; cut down on memory leaks; use | Nick Mathewson | |
reasonable ciphers if not everyone has OpenSSL 0.9.7. svn:r442 | |||
2003-09-11 | Add router_get_by_pk function; use in connection_tls_finish_handshake. | Nick Mathewson | |
svn:r441 | |||
2003-09-11 | fix typo that's been bugging me | Roger Dingledine | |
svn:r440 | |||
2003-09-11 | collect info from peer we just handshaked with | Roger Dingledine | |
svn:r439 | |||
2003-09-10 | Add certificate verification functions | Nick Mathewson | |
svn:r438 | |||
2003-09-10 | Make crypto structures private to crypto.c | Nick Mathewson | |
svn:r437 | |||
2003-09-10 | Add prototypes for functions to check whether the peer certificate is | Nick Mathewson | |
valid (if it is present); and to get a public key from a peer certificate (in order to identify the peer). svn:r436 | |||
2003-09-08 | fix confirmed win32 bug | Roger Dingledine | |
svn:r435 | |||
2003-09-08 | tls infrastructure now in place, give or take | Roger Dingledine | |
svn:r434 | |||
2003-09-08 | another wishlist function for the tls interface | Roger Dingledine | |
svn:r433 | |||
2003-09-08 | add CertFile, Nickname | Roger Dingledine | |
write new certfile if you don't have one already set up a tls context on startup svn:r432 | |||
2003-09-08 | hide the global tls context inside tortls.c | Roger Dingledine | |
svn:r431 | |||
2003-09-08 | clean up config.c so it doesn't expose as much | Roger Dingledine | |
svn:r430 | |||
2003-09-07 | more futzing towards tls | Roger Dingledine | |
not there yet svn:r429 | |||
2003-09-05 | clean read_to_buf more | Roger Dingledine | |
svn:r428 | |||
2003-09-05 | fill in a gap in the spec | Roger Dingledine | |
svn:r427 | |||
2003-09-05 | general cleanup and reabstraction, to prepare for tls | Roger Dingledine | |
svn:r426 | |||
2003-09-05 | move variable declarations to top of function | Roger Dingledine | |
svn:r425 | |||
2003-09-04 | Add initial interfaces and code for TLS support. Interfaces are right; code ↵ | Nick Mathewson | |
needs work and testing. svn:r424 | |||
2003-08-31 | update the TODO | Roger Dingledine | |
svn:r423 | |||
2003-08-29 | point out why router_forget_router probably doesn't work | Roger Dingledine | |
svn:r422 | |||
2003-08-28 | Fix memory leaks in directory parsing | Nick Mathewson | |
svn:r421 | |||
2003-08-27 | remove op_port from the spec also | Roger Dingledine | |
svn:r420 | |||
2003-08-27 | router formats don't include op_port now either | Roger Dingledine | |
svn:r419 |