Descriptioncrypto/x509: fix panic when using unavailable hash function.
crypto.Hash.New() changed to panicking when the hash function isn't
linked in, but crypto/x509 still expects it to return nil.
Patch Set 1 #Patch Set 2 : diff -r d088bc4e2e64 https://go.googlecode.com/hg/ #Patch Set 3 : diff -r d088bc4e2e64 https://go.googlecode.com/hg/ #Patch Set 4 : diff -r 28674da4a22b https://go.googlecode.com/hg/ #MessagesTotal messages: 3
|