You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Does it work in the current version of Firefox?
I tried: decrypter, err := gonss3.New(profilePath, []byte{})
It returns:
asn1: structure error: tags don't match (4 vs {class:0 tag:16 length:65 isCompound:true}) {optional:false explicit:false application:false private:false defaultValue: tag: stringType:0 timeType:0 set:false omitEmpty:false}
The text was updated successfully, but these errors were encountered:
Hey @upsground , haven't tested it for a while, switched to another project. I think your best bet would be to call the new native NSS library, most likely something has changed. If you're planning on figuring it out in go, would be great if you could submit a PR?
Does it work in the current version of Firefox?
I tried:
decrypter, err := gonss3.New(profilePath, []byte{})
It returns:
asn1: structure error: tags don't match (4 vs {class:0 tag:16 length:65 isCompound:true}) {optional:false explicit:false application:false private:false defaultValue: tag: stringType:0 timeType:0 set:false omitEmpty:false}
The text was updated successfully, but these errors were encountered: