A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/cloudflare/cfssl/commit/1c7526010688af74c36733d69dcccebd0c23c19e below:

fix error check when check signature · cloudflare/cfssl@1c75260 · GitHub

File tree Expand file treeCollapse file tree 1 file changed

+1

-2

lines changed

Filter options

Expand file treeCollapse file tree 1 file changed

+1

-2

lines changed Original file line number Diff line number Diff line change

@@ -32,8 +32,7 @@ func parseCertificateRequest(priv crypto.Signer, csrBytes []byte) (template *x50

32 32

return

33 33

}

34 34 35 -

csr.CheckSignature()

36 -

if err != nil {

35 +

if err = csr.CheckSignature(); err != nil {

37 36

err = cferr.Wrap(cferr.CSRError, cferr.KeyMismatch, err)

38 37

return

39 38

}

You can’t perform that action at this time.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4