cache the ephermal key for up to 1 min

fixes #136
This commit is contained in:
Lucas Clemente 2016-07-28 19:07:57 +02:00
parent 769655c43e
commit af56ff2aca
5 changed files with 92 additions and 7 deletions

View file

@ -66,3 +66,6 @@ const CryptoMaxParams = 128
// CryptoParameterMaxLength is the upper limit for the length of a parameter in a crypto message.
const CryptoParameterMaxLength = 2000
// EphermalKeyLifetime is the lifetime of the ephermal key during the handshake, see handshake.getEphermalKEX.
const EphermalKeyLifetime = time.Minute