tor/src/common
Nick Mathewson efa21bb941 Implement proposal 228: cross-certification with onion keys
Routers now use TAP and ntor onion keys to sign their identity keys,
and put these signatures in their descriptors.  That allows other
parties to be confident that the onion keys are indeed controlled by
the router that generated the descriptor.
2015-05-28 10:40:57 -04:00
..
address.c Fix deadcode warning in get_interface_addresses_raw(). 2015-02-16 15:28:36 -05:00
address.h Actually get all interface addresses 2015-02-12 14:54:39 +01:00
aes.c Bump copyright dates to 2015, in case someday this matters. 2015-01-02 14:27:39 -05:00
aes.h Bump copyright dates to 2015, in case someday this matters. 2015-01-02 14:27:39 -05:00
backtrace.c Merge remote-tracking branch 'public/bug14988_025' 2015-02-23 11:33:07 -05:00
backtrace.h Bump copyright dates to 2015, in case someday this matters. 2015-01-02 14:27:39 -05:00
ciphers.inc Update ciphers.inc to match ff28 2014-04-08 11:42:07 -04:00
compat_libevent.c Merge remote-tracking branch 'public/bug12985_025' 2015-01-07 11:55:50 -05:00
compat_libevent.h src/common/compat_libevent.h: include testsupport.h 2015-01-12 01:03:47 -05:00
compat_pthreads.c Move a redundant _GNU_SOURCE to where it is not redundant 2015-01-22 14:18:10 -05:00
compat_threads.c Fix: check r < 0 before checking errno 2015-01-30 15:18:40 -05:00
compat_threads.h Fix check-spaces 2015-01-14 11:19:35 -05:00
compat_winthreads.c Fix check-spaces 2015-01-14 11:19:35 -05:00
compat.c Quiet "caching debian-tor for debian-tor" notice 2015-02-19 12:30:34 -05:00
compat.h Split threading-related code out of compat.c 2015-01-14 10:41:53 -05:00
container.c More documentation for proposal 227 work 2015-01-10 15:44:32 -05:00
container.h Merge remote-tracking branch 'public/bug11454_11457' 2015-02-20 01:08:12 -05:00
crypto_curve25519.c Bump copyright dates to 2015, in case someday this matters. 2015-01-02 14:27:39 -05:00
crypto_curve25519.h Bump copyright dates to 2015, in case someday this matters. 2015-01-02 14:27:39 -05:00
crypto_ed25519.c Implement ed25519-signed descriptors 2015-05-28 10:40:56 -04:00
crypto_ed25519.h Implement ed25519-signed descriptors 2015-05-28 10:40:56 -04:00
crypto_format.c Implement ed25519-signed descriptors 2015-05-28 10:40:56 -04:00
crypto_pwbox.c Silence spurious clang warnings 2014-10-30 22:34:46 +11:00
crypto_pwbox.h Rudimentary-but-sufficient passphrase-encrypted box code. 2014-09-25 11:58:13 -04:00
crypto_s2k.c Bump copyright dates to 2015, in case someday this matters. 2015-01-02 14:27:39 -05:00
crypto_s2k.h Bump copyright dates to 2015, in case someday this matters. 2015-01-02 14:27:39 -05:00
crypto.c Implement proposal 228: cross-certification with onion keys 2015-05-28 10:40:57 -04:00
crypto.h Implement proposal 228: cross-certification with onion keys 2015-05-28 10:40:57 -04:00
di_ops.c Bump copyright dates to 2015, in case someday this matters. 2015-01-02 14:27:39 -05:00
di_ops.h Bump copyright dates to 2015, in case someday this matters. 2015-01-02 14:27:39 -05:00
include.am Remove mempools and buf freelists 2015-02-11 09:03:50 -05:00
linux_syscalls.inc Move code-generation scripts to scripts/codegen 2014-05-07 01:17:41 -04:00
log.c Avoid logging startup messages twice 2015-02-06 21:34:21 +01:00
Makefile.nmake Clean up the MVSC nmake files so they work again. 2014-09-09 10:27:05 -04:00
memarea.c Bump copyright dates to 2015, in case someday this matters. 2015-01-02 14:27:39 -05:00
memarea.h Bump copyright dates to 2015, in case someday this matters. 2015-01-02 14:27:39 -05:00
procmon.c Bump copyright dates to 2015, in case someday this matters. 2015-01-02 14:27:39 -05:00
procmon.h Bump copyright dates to 2015, in case someday this matters. 2015-01-02 14:27:39 -05:00
sandbox.c Let AF_UNIX connections through the sandbox 2015-02-23 12:35:20 -05:00
sandbox.h Bump copyright dates to 2015, in case someday this matters. 2015-01-02 14:27:39 -05:00
testsupport.h Bump copyright dates to 2015, in case someday this matters. 2015-01-02 14:27:39 -05:00
torgzip.c Merge remote-tracking branch 'public/feature11791' 2015-01-06 13:52:54 -05:00
torgzip.h Merge remote-tracking branch 'public/feature11791' 2015-01-06 13:52:54 -05:00
torint.h Bump copyright dates to 2015, in case someday this matters. 2015-01-02 14:27:39 -05:00
torlog.h Bump copyright dates to 2015, in case someday this matters. 2015-01-02 14:27:39 -05:00
tortls.c Fix whitespace from tor_x509_cert rename 2015-02-24 12:03:11 -05:00
tortls.h Fix whitespace from tor_x509_cert rename 2015-02-24 12:03:11 -05:00
util_codedigest.c Resolve about 24 DOCDOCs 2012-06-05 00:17:54 -04:00
util_process.c Bump copyright dates to 2015, in case someday this matters. 2015-01-02 14:27:39 -05:00
util_process.h Bump copyright dates to 2015, in case someday this matters. 2015-01-02 14:27:39 -05:00
util.c Bug #8405: Report SOCKS username/password in CIRC status events 2015-01-28 12:02:15 -05:00
util.h Add more parenthesis to the definition of ARRAY_LENGTH 2015-02-02 14:14:35 -05:00
workqueue.c Check thread count for negative; realloc->reallocarray 2015-02-17 08:46:11 -05:00
workqueue.h Update workqueue implementation to use a single queue for the work 2015-01-15 11:05:22 -05:00