digitalbazaar / forge

A native implementation of TLS in Javascript and tools to write crypto-based and network-heavy webapps

Home Page:https://digitalbazaar.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bug in signcms code

oceddi opened this issue · comments

I noticed you try to push a new asn1 entry into "values" instead of "value" here:

attrsAsn1.values.push(_attributeToAsn1(attr));

Looks like a bug/typo.