tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit 1ca6c52209f7dbf05adea38c0ed31403e423de9a
parent 71d96cefc0314bc3ad6cad867586c492a287c6c9
Author: Nick Mathewson <nickm@torproject.org>
Date:   Tue, 11 Feb 2020 08:35:22 -0500

Merge branch 'maint-0.4.3'

Diffstat:
Mscripts/codegen/makedesc.py | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/scripts/codegen/makedesc.py b/scripts/codegen/makedesc.py @@ -256,8 +256,8 @@ class OnDemandKeys(object): def signdesc(body, args_out=None): - rsa, ident_pem, id_digest = make_key() - _, onion_pem, _ = make_key() + rsa, ident_pem, id_digest = make_rsa_key() + _, onion_pem, _ = make_rsa_key() need_ed = '{ED25519-CERT}' in body or '{ED25519-SIGNATURE}' in body if need_ed: