[Pkg-javascript-commits] [node-asn1.js] 21/22: Import node-asn1.js_5.0.0.orig.tar.gz

Bastien Roucariès rouca at moszumanska.debian.org
Thu Nov 9 11:07:35 UTC 2017


This is an automated email from the git hooks/post-receive script.

rouca pushed a commit to branch upstream
in repository node-asn1.js.

commit 88b338c469af9501c0b4bf6b5e67f5f583c053f8
Merge: 33e8f17 83d1a2f
Author: Bastien ROUCARIÈS <roucaries.bastien at gmail.com>
Date:   Thu Nov 9 12:06:26 2017 +0100

    Import node-asn1.js_5.0.0.orig.tar.gz

 .eslintrc.js                     |   27 +
 README.md                        |    2 +-
 lib/asn1.js                      |    4 +-
 lib/asn1/api.js                  |   12 +-
 lib/asn1/base/buffer.js          |   18 +-
 lib/asn1/base/index.js           |    4 +-
 lib/asn1/base/node.js            |  163 ++---
 lib/asn1/base/reporter.js        |   30 +-
 lib/asn1/constants/der.js        |    4 +-
 lib/asn1/constants/index.js      |    8 +-
 lib/asn1/decoders/der.js         |  140 ++--
 lib/asn1/decoders/index.js       |    4 +-
 lib/asn1/decoders/pem.js         |   30 +-
 lib/asn1/encoders/der.js         |   84 +--
 lib/asn1/encoders/index.js       |    4 +-
 lib/asn1/encoders/pem.js         |   16 +-
 package-lock.json                | 1325 ++++++++++++++++++++++++++++++++++++++
 package.json                     |    8 +-
 rfc/2560/index.js                |   59 +-
 rfc/2560/package-lock.json       |  222 +++++++
 rfc/2560/package.json            |   10 +-
 rfc/2560/test/basic-test.js      |   23 +-
 rfc/5280/index.js                |  323 +++++-----
 rfc/5280/package-lock.json       |  214 ++++++
 rfc/5280/package.json            |    8 +-
 rfc/5280/test/basic-test.js      |  119 ++--
 rfc/5280/test/fixtures/cert1.crl |  Bin 0 -> 541 bytes
 rfc/5280/test/fixtures/cert4.crl |  Bin 0 -> 462 bytes
 test/der-decode-test.js          |   49 +-
 test/der-encode-test.js          |   41 +-
 test/error-test.js               |   35 +-
 test/fixtures.js                 |    5 +-
 test/pem-test.js                 |   23 +-
 test/ping-pong-test.js           |   21 +-
 test/tracking-test.js            |   23 +-
 test/use-test.js                 |   65 +-
 36 files changed, 2515 insertions(+), 608 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-asn1.js.git



More information about the Pkg-javascript-commits mailing list