Skip to content

Commit

Permalink
完善pkcs12
Browse files Browse the repository at this point in the history
  • Loading branch information
deatil committed Oct 28, 2024
1 parent 1b3c9d2 commit d3d3c04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkcs12/ber/pkcs12.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ func (this MacData) Verify(message []byte, password []byte) error {
Algorithm: pkix.AlgorithmIdentifier{
Algorithm: asn1.ObjectIdentifier(this.Mac.Algorithm.Algorithm),
Parameters: asn1.RawValue{
Tag: asn1.TagNull,
FullBytes: this.Mac.Algorithm.Parameters.FullBytes,
},
},
Digest: this.Mac.Digest,
Expand Down

0 comments on commit d3d3c04

Please sign in to comment.