indutny / asn1.js

ASN.1 Decoder/Encoder/DSL
MIT License
181 stars 64 forks source link

Update asn1.js #32

Closed guybedford closed 9 years ago

guybedford commented 9 years ago

These also need to be updated to iron out the bn.js 0.15 dependency.

guybedford commented 9 years ago

And if this becomes a minor upgrade, https://github.com/calvinmetcalf/parse-asn1/blob/master/package.json#L17 will also need to be updated.

indutny commented 9 years ago

I'm thinking about bumping this stuff to 1.x.x to use semver ;)

indutny commented 9 years ago

Fixed now please update your deps ;)

guybedford commented 9 years ago

Oh man, this is going to take a while to push up the tree:

       npm:asn1.js@0.6.7
         bn.js 0.15.2 (^0.15.0)

       npm:browserify-rsa@1.1.0
         bn.js 0.16.1 (^0.16.0)

       npm:browserify-sign@2.7.2
         bn.js 0.16.1 (^0.16.0)

       npm:create-ecdh@1.0.1
         bn.js 0.16.1 (^0.16.0)

       npm:diffie-hellman@2.2.2
         bn.js 0.16.1 (^0.16.0)

       npm:elliptic@0.15.17
         bn.js 0.16.1 (^0.16.0)

       npm:miller-rabin@1.1.5
         bn.js 1.0.0 (^1.0.0)

       npm:public-encrypt@1.1.0
         bn.js 0.16.1 (^0.16.0)

Will see what I can do...

guybedford commented 9 years ago

Ok, so the steps I've done are:

There will be more to move up the other layers too I expect, since there are exact version locks in https://github.com/dominictarr/crypto-browserify/blob/master/package.json and another project I think.

indutny commented 9 years ago

Thank you!

calvinmetcalf commented 9 years ago

well good thing every single one of these are mine and I am not on my honey moon this time

guybedford commented 9 years ago

Thanks for looking into it so quickly.

indutny commented 9 years ago

Yay! @calvinmetcalf you rock!