mirror repository of the tor core protocol in case of issues
Go to file
Nick Mathewson 4caa6fad4c Add curve25519->ed25519 key conversion per proposal 228
For proposal 228, we need to cross-certify our identity with our
curve25519 key, so that we can prove at descriptor-generation time
that we own that key.  But how can we sign something with a key that
is only for doing Diffie-Hellman?  By converting it to the
corresponding ed25519 point.

See the ALL-CAPS warning in the documentation.  According to djb
(IIUC), it is safe to use these keys in the ways that ntor and prop228
are using them, but it might not be safe if we start providing crazy
oracle access.

(Unit tests included.  What kind of a monster do you take me for?)
2014-09-25 15:08:31 -04:00
changes Merge remote-tracking branch 'public/bug10163' 2014-08-26 09:44:16 -04:00
contrib Merge remote-tracking branch 'origin/maint-0.2.5' 2014-07-30 14:18:11 -04:00
doc Merge remote-tracking branch 'origin/maint-0.2.5' 2014-08-15 17:41:13 -04:00
m4 Use pc_from_ucontext.m4 from Google Performance Tools 2013-11-18 10:43:15 -05:00
scripts Improve comments in checkSpace.pl to explain how to fix its warnings 2014-08-18 10:03:14 -04:00
src Add curve25519->ed25519 key conversion per proposal 228 2014-09-25 15:08:31 -04:00
.gitignore Add Ed25519 support, wrappers, and tests. 2014-09-25 15:08:20 -04:00
acinclude.m4 remove a stray " while warning about missing packages on redhat 2014-06-02 02:30:25 -04:00
autogen.sh Use a nicely written autoconf macro to determine the sign of a type 2013-02-07 16:23:48 -05:00
ChangeLog and bring all the changelogs into master too 2014-07-28 04:21:45 -04:00
configure.ac bump to 0.2.5.6-alpha 2014-07-28 04:13:18 -04:00
Doxyfile.in Fix up all doxygen warnings other than "foo is not documented" 2011-03-16 14:47:27 -04:00
INSTALL Small fixes for the 2702 implementation 2011-04-02 12:15:08 +02:00
LICENSE Raw import of Marek Majkowski's cisphash.c 2014-02-12 10:09:45 -05:00
Makefile.am Tweak coverage-html target 2014-07-16 06:04:55 -04:00
Makefile.nmake Add clean target and test subdir to makefile.nmake 2013-01-16 22:29:38 -05:00
README Fix some URLs in the README 2014-08-09 15:57:44 -04:00
ReleaseNotes and bring all the changelogs into master too 2014-07-28 04:21:45 -04:00

Tor protects your privacy on the internet by hiding the connection
between your Internet address and the services you use. We believe Tor
is reasonably secure, but please ensure you read the instructions and
configure it properly.

To build Tor from source:
        ./configure && make && make install

Home page:
        https://www.torproject.org/

Download new versions:
        https://www.torproject.org/download/download.html

Documentation, including links to installation and setup instructions:
        https://www.torproject.org/docs/documentation.html

Making applications work with Tor:
        https://wiki.torproject.org/projects/tor/wiki/doc/TorifyHOWTO

Frequently Asked Questions:
        https://www.torproject.org/docs/faq.html


To get started working on Tor development:
        See the doc/HACKING file.