mirror of
https://github.com/square/certigo.git
synced 2024-04-21 12:32:40 +00:00
Fix bug in PKCS#7 certificate parser
This commit is contained in:
+1
-1
@@ -36,7 +36,7 @@ type SignedDataEnvelope struct {
|
||||
// Refer to RFC 2315, Section 9.1 for definition of this type.
|
||||
type SignedData struct {
|
||||
Version int
|
||||
DigestAlgorithms []asn1.ObjectIdentifier `asn1:"set"`
|
||||
DigestAlgorithms []asn1.RawValue `asn1:"set"`
|
||||
ContentInfo asn1.RawValue
|
||||
Certificates []asn1.RawValue `asn1:"tag:0,optional,set"`
|
||||
RevocationLists []asn1.RawValue `asn1:"tag:1,optional,set"`
|
||||
|
||||
Reference in New Issue
Block a user