Opened 16 months ago

#8831 enhancement new

Conch should use cryptography's DH primitives

Reported by: mark williams Owned by:
Priority: normal Milestone:
Component: core Keywords:
Cc: Branch:
Author:

Description

conch uses Python's pow to calculate the shared security during Diffie-Hellman key exchange. Instead it should use cryptography's bindings for DH, which should be both faster and less susceptible to timing attacks.

Change History (0)

Note: See TracTickets for help on using tickets.