Merge pull request #5600 from unclejack/sha512_registry_support

import sha512 to make sha512 ssl certs work
Upstream-commit: eadf004fcba8431769b03125a6d6a8d415c79f5f
Component: engine
This commit is contained in:
Victor Vieux
2014-05-05 15:27:11 -07:00
+1
View File
@@ -3,6 +3,7 @@ package registry
import (
"bytes"
"crypto/sha256"
_ "crypto/sha512"
"encoding/json"
"errors"
"fmt"