update golang.org/x/crypto vendor to use acme v2 (#9056)

This commit is contained in:
techknowlogick 2019-11-20 00:30:46 -05:00 committed by GitHub
parent 108bed2023
commit 05f6eccf27
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
52 changed files with 3430 additions and 2943 deletions

View file

@ -212,7 +212,7 @@ func (group *dhGroup) Server(c packetConn, randSource io.Reader, magics *handsha
HostKey: hostKeyBytes,
Signature: sig,
Hash: crypto.SHA1,
}, nil
}, err
}
// ecdh performs Elliptic Curve Diffie-Hellman key exchange as