mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-05-17 23:42:52 +00:00
update golang.org/x/crypto vendor to use acme v2 (#9056)
This commit is contained in:
parent
108bed2023
commit
05f6eccf27
52 changed files with 3430 additions and 2943 deletions
2
vendor/golang.org/x/crypto/ssh/kex.go
generated
vendored
2
vendor/golang.org/x/crypto/ssh/kex.go
generated
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue