tor/src/tools
Nick Mathewson d471795764 Make tor-gencert build on Android
Previously, tor-gencert would call RSA_generate_key() directly.
This won't work on Android, which removes the (deprecated since
OpenSSL 0.9.8) function.  We can't call RSA_generate_key_ex()
unconditionally either, since that didn't exist before 0.9.8.
Instead, we must call our own crypto_pk_generate_key_with_bits,
which knows how to call RSA_generate_key or RSA_generate_key_ex as
appropriate.

 [Based on patch by Nathan Freitas]
2009-09-29 00:53:43 -04:00
..
Makefile.am Update Tor to use Libevent 2.0 APIs when available. 2009-06-12 14:27:52 -04:00
tor-checkkey.c Include util.h and log.h as relative paths. 2009-09-29 00:52:52 -04:00
tor-gencert.c Make tor-gencert build on Android 2009-09-29 00:53:43 -04:00
tor-resolve.c Include util.h and log.h as relative paths. 2009-09-29 00:52:52 -04:00