Package Exports
- node-openssl-cert2
- node-openssl-cert2/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (node-openssl-cert2) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
https://developer.ibm.com/tutorials/awb-quantum-safe-openssl/
Build dev container
docker build -t lspiehler/node-openssl-cert2-dev:latest .
Run dev container
docker run --name node-openssl-cert2-dev -it lspiehler/node-openssl-cert2:dc5a41a
#test openssl server openssl s_server -cert /tmp/ecc.pem -key /tmp/ecc.key -groups x25519_kyber768:x25519_kyber512:p256_kyber768 -sigalgs ECDSA+SHA256:ECDSA+SHA384:ECDSA+SHA512:ed25519:ed448:RSA- PSS+SHA256:RSA-PSS+SHA384:RSA-PSS+SHA512:rsa_pss_rsae_sha256:rsa_pss_rsae_sha384:rsa_pss_rsae_sha512:RSA+SHA256:RSA+SHA384:RSA+SHA512:ECDSA+SHA224:RSA+SHA224:DSA+SHA224:DSA+SHA256:DSA+SHA384:DSA+SHA512 -ww w -tls1_3 -accept 0.0.0.0:4433
#test final nist standard openssl s_server -cert /tmp/ecc.pem -key /tmp/ecc.key -groups X25519MLKEM768 -www -tls1_3 -accept 0.0.0.0:4433