Valters Jansons
36e450659d
v1.1.9: bugfix Node.js `atob` invocation
...
Browsers have a global `atob` function, but Node.js does not.
This is very important for allowing `PEM.parseBlock` to work
out of the box, as it calls `Enc.base64ToBuf` directly.
2020-02-14 02:12:29 +02:00
AJ ONeal
9511f1e130
v1.1.8: bugfix increase incorrect loop limit for eager parsing
2019-03-02 13:19:18 -07:00
AJ ONeal
9563ffc259
v1.1.7: bugfix (non-fatal) false positive error message
2018-12-16 23:58:18 -07:00
AJ ONeal
5c81c5d49f
v1.1.6: bugfix nesting error check
2018-12-16 23:12:06 -07:00
AJ ONeal
c9cd2770a8
v1.1.5: bugfix nesting error check
2018-12-16 22:25:38 -07:00
AJ ONeal
29dcd995d5
Merge branch 'master' of ssh://git.coolaj86.com:22042/coolaj86/asn1-parser.js
2018-12-01 21:10:40 -07:00
AJ ONeal
d35e070e67
fix link
2018-12-01 21:10:30 -07:00
AJ ONeal
94789db042
Update 'README.md'
2018-11-28 16:53:44 +00:00
AJ ONeal
2a69c280ee
Update 'README.md'
2018-11-28 16:52:26 +00:00
AJ ONeal
214dc7204e
Update 'README.md'
2018-11-28 16:52:03 +00:00
AJ ONeal
c46ff1a4f5
v1.1.4: output array format in demo index.html
2018-11-28 01:19:48 -07:00
AJ ONeal
304834d6bb
v1.1.3: include minified file
2018-11-28 00:50:11 -07:00
AJ ONeal
61aac5df42
v1.1.2: check root node the same as children
2018-11-28 00:33:47 -07:00
AJ ONeal
6a108e0849
add utf8 string as primitive type
2018-11-25 23:32:36 -07:00
AJ ONeal
36592cedc1
v1.1.1: link to online demo
2018-11-25 23:05:26 -07:00
AJ ONeal
bf359477a9
v1.1.0: add case for known primitive-only values
2018-11-25 22:53:43 -07:00
AJ ONeal
01384daa80
v1.0.2: fix typo in docs
2018-11-25 21:30:21 -07:00
AJ ONeal
3d084a52b4
v1.0.1: fix typos in docs and comments
2018-11-25 21:23:26 -07:00
AJ ONeal
baf56d7466
v1.0.0: An ASN.1 parser in 100 lines of Vanilla JavaScript, part of the BlueCrypt suite
2018-11-25 21:17:00 -07:00