Skip to content

Commit

Permalink
Switch PKCS#12 library to software.sslmate.com/src/go-pkcs12
Browse files Browse the repository at this point in the history
  • Loading branch information
deamen committed Apr 30, 2024
1 parent 32afa12 commit 4143079
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion chk_cert/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@ module chk_cert

go 1.20

require golang.org/x/crypto v0.22.0
require software.sslmate.com/src/go-pkcs12 v0.4.0

require golang.org/x/crypto v0.22.0 // indirect
2 changes: 2 additions & 0 deletions chk_cert/go.sum
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
golang.org/x/crypto v0.22.0 h1:g1v0xeRhjcugydODzvb3mEM9SQ0HGp9s/nh3COQ/C30=
golang.org/x/crypto v0.22.0/go.mod h1:vr6Su+7cTlO45qkww3VDJlzDn0ctJvRgYbC2NvXHt+M=
software.sslmate.com/src/go-pkcs12 v0.4.0 h1:H2g08FrTvSFKUj+D309j1DPfk5APnIdAQAB8aEykJ5k=
software.sslmate.com/src/go-pkcs12 v0.4.0/go.mod h1:Qiz0EyvDRJjjxGyUQa2cCNZn/wMyzrRJ/qcDXOQazLI=
2 changes: 1 addition & 1 deletion chk_cert/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import (
"text/tabwriter"
"time"

"golang.org/x/crypto/pkcs12"
"software.sslmate.com/src/go-pkcs12"
)

var availCmds = []string{
Expand Down

0 comments on commit 4143079

Please sign in to comment.