Merge branch 'maint-0.4.3'

This commit is contained in:
Nick Mathewson 2020-02-11 08:35:22 -05:00
commit 1ca6c52209

View File

@ -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: