mirror of
https://github.com/DNSCrypt/dnscrypt-proxy.git
synced 2025-04-05 14:17:36 +03:00
Massive dependencies update
This commit is contained in:
parent
e6ccf7f3c0
commit
4f4daf41b7
28 changed files with 292 additions and 127 deletions
1
vendor/github.com/miekg/dns/dnssec.go
generated
vendored
1
vendor/github.com/miekg/dns/dnssec.go
generated
vendored
|
@ -73,6 +73,7 @@ var StringToAlgorithm = reverseInt8(AlgorithmToString)
|
|||
// AlgorithmToHash is a map of algorithm crypto hash IDs to crypto.Hash's.
|
||||
var AlgorithmToHash = map[uint8]crypto.Hash{
|
||||
RSAMD5: crypto.MD5, // Deprecated in RFC 6725
|
||||
DSA: crypto.SHA1,
|
||||
RSASHA1: crypto.SHA1,
|
||||
RSASHA1NSEC3SHA1: crypto.SHA1,
|
||||
RSASHA256: crypto.SHA256,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue