tlsfuzzer/tlslite-ng

Accelerate ECDSA/ECDHE

Open

#367 opened on Nov 5, 2019

View on GitHub
 (2 comments) (0 reactions) (0 assignees)Python (95 forks)auto 404
complexhelp wanted

Repository metrics

Stars
 (269 stars)
PR merge metrics
 (PR metrics pending)

Description

use m2crypto, pycryptodome, cryptography or some other native library to accelerate ECDSA and ECDHE operations

some mechanism similar to the one used for RSA keys should be used to select the backend implementing the actual crypto

this is continuation of work from #196

Contributor guide