Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
dms3
go-dms3
Commits
98f56ab7
Commit
98f56ab7
authored
10 years ago
by
Jeromy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove sha1 from hmac hash suite options
parent
95095724
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
crypto/spipe/handshake.go
crypto/spipe/handshake.go
+1
-1
net/mux/mux.go
net/mux/mux.go
+1
-1
No files found.
crypto/spipe/handshake.go
View file @
98f56ab7
...
...
@@ -35,7 +35,7 @@ var SupportedExchanges = "P-256,P-224,P-384,P-521"
var
SupportedCiphers
=
"AES-256,AES-128,Blowfish"
// List of supported Hashes
var
SupportedHashes
=
"SHA256,SHA512
,SHA1
"
var
SupportedHashes
=
"SHA256,SHA512"
// ErrUnsupportedKeyType is returned when a private key cast/type switch fails.
var
ErrUnsupportedKeyType
=
errors
.
New
(
"unsupported key type"
)
...
...
This diff is collapsed.
Click to expand it.
net/mux/mux.go
View file @
98f56ab7
t
package
mux
package
mux
import
(
"errors"
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment