node-x509 icon indicating copy to clipboard operation
node-x509 copied to clipboard

Simple X509 certificate parser.

Results 34 node-x509 issues
Sort by recently updated
recently updated
newest added

Hi I just have a question, sorry if this is misplaced. But is it possible to simply install the library and use it without forcing a compile? the main pages...

``` let cert = x509.parseCert(myCertificatePath); console.log("Certificate public key:"); console.log(cert.publicKey); ``` My console only prints: `{ algorithm: 'id-ecPublicKey' }` Am I not supposed to see the actual public key or other...

x509 fails to compile / install with NPM. NPM version: 6.13.1 Node version: v13.3.0 MacOS version: macOS Catalina 10.15.1 (19B88) Error output: ``` /Users/XXXX/Library/Caches/node-gyp/13.3.0/include/node/v8config.h:419:31: note: expanded from macro 'V8_WARN_UNUSED_RESULT' #define...

I want to read cert information which uploaded by user from input type file. Will I able to read at over there? If yes can you help me out how....

This updates the module to use nan v2.14 and fixes some associated errors and warnings when used with node 10x and 12x.

For some certs (in PEM), v0.3.4 version of this package adds extra characters `\u0004�\b+` to the result of **x509.parseCert** function. The same cert and same code works in v0.3.3. This...

``` > [email protected] install /Users/admejiar/Code/lockhart/lar/node_modules/x509 > node-gyp rebuild CXX(target) Release/obj.target/x509/src/addon.o warning: include path for stdlibc++ headers not found; pass '-std=libc++' on the command line to use the libc++ standard library...

My machine settings: Windows 10 npm -v // 4.5.0 node -v // 6.10.0 'npm install x509' fail to complete with the error: LINK : fatal error LNK1181: cannot open input...

Hey All, There's currently 9 open issues, some dating back over a year. Many have PRs waiting to be merged. I want to try to make an effort here to...