diff options
author | Nick Mathewson <nickm@torproject.org> | 2009-09-29 00:49:43 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2009-09-29 00:53:43 -0400 |
commit | d4717957646d9a2f97dd3ca6139e13f67b9b5ff0 (patch) | |
tree | 42350fda29c7dbf27caee7d326781eda331eafc9 /ChangeLog | |
parent | cfba9c01bf37a3c2f67b18275522df81c081e898 (diff) | |
download | tor-d4717957646d9a2f97dd3ca6139e13f67b9b5ff0.tar.gz tor-d4717957646d9a2f97dd3ca6139e13f67b9b5ff0.zip |
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]
Diffstat (limited to 'ChangeLog')
0 files changed, 0 insertions, 0 deletions