Skip to content

Commit

Permalink
[FAB-13075] Move to updated x509
Browse files Browse the repository at this point in the history
Change-Id: I8e8500f4c9f5b691a99932397a69dee920b72a86
Signed-off-by: Matthew B. White <whitemat@uk.ibm.com>
  • Loading branch information
mbwhite committed Jan 15, 2019
1 parent 33b0478 commit 4891f64
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion fabric-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"callsite": "^1.0.0",
"elliptic": "^6.2.3",
"fs-extra": "^6.0.1",
"grpc": "1.14.2",
"grpc": "1.17.0",
"hoek": "^4.2.1",
"ignore-walk": "^3.0.0",
"js-sha3": "^0.7.0",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"tslint": "^5.11.0",
"typescript": "2.8.3",
"winston": "^2.2.0",
"x509": "0.3.3"
"@ampretia/x509": "^0.4.0"
},
"nyc": {
"check-coverage": true,
Expand Down
2 changes: 1 addition & 1 deletion test/integration/fabric-ca-services-tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const tape = require('tape');
const _test = require('tape-promise').default;
const test = _test(tape);

const X509 = require('x509');
const X509 = require('@ampretia/x509');

const util = require('util');
const fs = require('fs-extra');
Expand Down
2 changes: 1 addition & 1 deletion test/unit/ecdsa-key.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const ecdsaKey = require('fabric-client/lib/impl/ecdsa/key.js');
const jsrsa = require('jsrsasign');
const KEYUTIL = jsrsa.KEYUTIL;
const asn1 = jsrsa.asn1;
const X509 = require('x509');
const X509 = require('@ampretia/x509');

test('\n\n ** ECDSA Key Impl tests **\n\n', (t) => {
testutil.resetDefaults();
Expand Down

0 comments on commit 4891f64

Please sign in to comment.