mirror of
https://github.com/distribution/distribution.git
synced 2026-01-25 14:44:37 +00:00
Merge pull request #5600 from unclejack/sha512_registry_support
import sha512 to make sha512 ssl certs work
This commit is contained in:
@@ -3,6 +3,7 @@ package registry
|
||||
import (
|
||||
"bytes"
|
||||
"crypto/sha256"
|
||||
_ "crypto/sha512"
|
||||
"encoding/json"
|
||||
"errors"
|
||||
"fmt"
|
||||
|
||||
Reference in New Issue
Block a user