mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 13:13:44 +01:00
Merge branch 'maint-0.4.3'
This commit is contained in:
commit
1ca6c52209
@ -256,8 +256,8 @@ class OnDemandKeys(object):
|
|||||||
|
|
||||||
|
|
||||||
def signdesc(body, args_out=None):
|
def signdesc(body, args_out=None):
|
||||||
rsa, ident_pem, id_digest = make_key()
|
rsa, ident_pem, id_digest = make_rsa_key()
|
||||||
_, onion_pem, _ = make_key()
|
_, onion_pem, _ = make_rsa_key()
|
||||||
|
|
||||||
need_ed = '{ED25519-CERT}' in body or '{ED25519-SIGNATURE}' in body
|
need_ed = '{ED25519-CERT}' in body or '{ED25519-SIGNATURE}' in body
|
||||||
if need_ed:
|
if need_ed:
|
||||||
|
Loading…
Reference in New Issue
Block a user