]> git.kaiwu.me - njs.git/commit
WebCrypto: added ECDH support.
authorDmitry Volyntsev <xeioex@nginx.com>
Fri, 9 May 2025 00:13:01 +0000 (17:13 -0700)
committerDmitry Volyntsev <xeioexception@gmail.com>
Fri, 16 May 2025 19:15:29 +0000 (12:15 -0700)
commit1b69415d8c29bde08cc4c79dbb4b88827c55d8b9
treec09dd59e1ecfb7a8c65183359c665c2ab74cddd8
parent637fc26eac8622ccf8c73cfa4604e9afe54c3f34
WebCrypto: added ECDH support.
13 files changed:
external/njs_webcrypto_module.c
external/qjs_webcrypto_module.c
test/harness/webCryptoUtils.js
test/webcrypto/derive_ecdh.t.mjs [new file with mode: 0644]
test/webcrypto/ec2_secp384r1.pkcs8 [new file with mode: 0644]
test/webcrypto/ec2_secp384r1.spki [new file with mode: 0644]
test/webcrypto/ec2_secp521r1.pkcs8 [new file with mode: 0644]
test/webcrypto/ec2_secp521r1.spki [new file with mode: 0644]
test/webcrypto/ec_secp384r1.pkcs8 [new file with mode: 0644]
test/webcrypto/ec_secp384r1.spki [new file with mode: 0644]
test/webcrypto/ec_secp521r1.pkcs8 [new file with mode: 0644]
test/webcrypto/ec_secp521r1.spki [new file with mode: 0644]
test/webcrypto/export.t.mjs