Clark

Results 7 comments of Clark

v3.0.3 does not work for me. But v2.10.4 (with node 6.4 ) does not pop at all.

> Cannot recreate: > I guess I found the problem here: ``` # works fine nvm node_mirror https://npm.taobao.org/mirrors/node/ # does not work nvm node_mirror https://npm.taobao.org/mirrors/node ``` ~~Becuase `https://npm.taobao.org/mirrors/node/v8.15.1` returns 404...

Searching through the code, there is only OID registered at https://github.com/digitalbazaar/forge/blob/main/lib/oids.js#L174. One may have to hack a little bit to insert those bytes into the extension attributes manually.

Made a fork and implemented OCSP support [here](https://github.com/digitalbazaar/forge/compare/main...clarkttfu:forge:main). The generated cert could be correctly parsed and loaded by node-forge, openssl and my Mac (Sonoma). No time to work on OCSP...