bh4rtp

Results 8 comments of bh4rtp

@bestbeforetoday BTW, when ca, peer and orderer use sha3-384, how can I set for ca client using node sdk?

@bestbeforetoday Does sdk support SHA3-384 when using softhsm2? ``` const hsmOptions = { lib: await findSoftHSMPKCS11Lib(), pin: process.env.PKCS11_PIN || pkcs11Pin, label: process.env.PKCS11_LABEL || pkcs11Label, keysize: 384, algorithm: 'SHA3', }; const...

@bestbeforetoday I wonder why node sdk app runs ok without any option configuration if peer and orderer using SHA3 384. But if I change options to SHA3 384, it will...

@bestbeforetoday I have reported an issue in fabric: hyperledger/fabric#4179

I use sdk 2.2.18. Connect the fabric network and submit tens of transactions and then disconnect the network. It also ends with core dumped. ``` node[30909]: ../src/node_http2.cc:561:static void* node::http2::Http2Session::MemoryAllocatorInfo::H2Realloc(void*, size_t,...

I found this issue too. It should be caused by wrong copy operation of admin cert. The cert is located in /data/adminOrg1MSP/admincerts/signcerts/cert.pem. I cannot fix it.

Which release will support BFT?

> The documentation should also be checked to see if it states that TLS certificates cannot be managed by HSM for fabric (for a start TLS certs are outside the...