feature15652 449 B

123456789
  1. o Code simplifications and refactoring:
  2. - Use our own Base64 encoder instead of OpenSSL's, to allow more control
  3. over the output. Part of ticket 15652.
  4. o Removed code:
  5. - Remove `USE_OPENSSL_BASE64` and the corresponding fallback code and
  6. always use the internal Base64 decoder. The internal decoder has been
  7. part of tor since tor-0.2.0.10-alpha, and no one should be using the
  8. OpenSSL one. Part of ticket 15652.