mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Use a custom Base64 encoder with more control over the output format.
This commit is contained in:
committed by
Nick Mathewson
parent
ba2485f7df
commit
196499da73
@@ -1,3 +1,7 @@
|
||||
o Code simplifications and refactoring:
|
||||
- Use our own Base64 encoder instead of OpenSSL's, to allow more control
|
||||
over the output. Part of ticket 15652.
|
||||
|
||||
o Removed code:
|
||||
- Remove `USE_OPENSSL_BASE64` and the corresponding fallback code and
|
||||
always use the internal Base64 decoder. The internal decoder has been
|
||||
|
||||
Reference in New Issue
Block a user