tor/src
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
..
common Alter keygen function to generate keys of different lengths. 2009-09-29 00:53:25 -04:00
config Revert to the "June 3 2009" ip-to-country file. 2009-09-24 19:15:24 -04:00
or Include util.h and log.h as relative paths. 2009-09-29 00:52:52 -04:00
test Improved fix for test_memeq_hex leak. 2009-09-27 12:07:33 -04:00
tools Make tor-gencert build on Android 2009-09-29 00:53:43 -04:00
win32 Bump version to 0.2.2.3-alpha-dev 2009-09-23 00:24:37 -04:00
Makefile.am Move testing code into new src/test directory. 2009-09-23 00:24:43 -04:00