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
9511f1e130
v1.1.8: bugfix increase incorrect loop limit for eager parsing
v1.1.8
2019-03-02 13:19:18 -07:00
9563ffc259
v1.1.7: bugfix (non-fatal) false positive error message
v1.1.7
2018-12-16 23:58:18 -07:00
5c81c5d49f
v1.1.6: bugfix nesting error check
v1.1.6
2018-12-16 23:12:06 -07:00
c9cd2770a8
v1.1.5: bugfix nesting error check
v1.1.5
2018-12-16 22:25:38 -07:00
29dcd995d5
Merge branch 'master' of ssh://git.coolaj86.com:22042/coolaj86/asn1-parser.js
2018-12-01 21:10:40 -07:00
d35e070e67
fix link
2018-12-01 21:10:30 -07:00
94789db042
Update 'README.md'
2018-11-28 16:53:44 +00:00
2a69c280ee
Update 'README.md'
2018-11-28 16:52:26 +00:00
214dc7204e
Update 'README.md'
2018-11-28 16:52:03 +00:00
c46ff1a4f5
v1.1.4: output array format in demo index.html
v1.1.4
2018-11-28 01:19:48 -07:00
304834d6bb
v1.1.3: include minified file
v1.1.3
2018-11-28 00:50:11 -07:00
61aac5df42
v1.1.2: check root node the same as children
v1.1.2
2018-11-28 00:33:47 -07:00
6a108e0849
add utf8 string as primitive type
2018-11-25 23:32:36 -07:00
36592cedc1
v1.1.1: link to online demo
v1.1.1
2018-11-25 23:05:26 -07:00
bf359477a9
v1.1.0: add case for known primitive-only values
v1.1.0
2018-11-25 22:53:43 -07:00
01384daa80
v1.0.2: fix typo in docs
v1.0.2
2018-11-25 21:30:21 -07:00
3d084a52b4
v1.0.1: fix typos in docs and comments
v1.0.1
2018-11-25 21:23:26 -07:00
baf56d7466
v1.0.0: An ASN.1 parser in 100 lines of Vanilla JavaScript, part of the BlueCrypt suite
v1.0.0
2018-11-25 21:17:00 -07:00