]> git.kaiwu.me - njs.git/commit
QuickJS: added WebCrypto module.
authorDmitry Volyntsev <xeioex@nginx.com>
Fri, 10 Jan 2025 03:25:58 +0000 (19:25 -0800)
committerDmitry Volyntsev <xeioexception@gmail.com>
Sat, 25 Jan 2025 02:49:40 +0000 (18:49 -0800)
commit75ca26f8347123c3163439a3652c1218bcb3bfa7
tree27cc46b6214488fc57d3f073f5c0b6049af97975
parente257fba89a1627c121d9886aeabd3bc822371dda
QuickJS: added WebCrypto module.
14 files changed:
auto/qjs_modules
external/qjs_webcrypto_module.c [new file with mode: 0644]
nginx/config
nginx/ngx_http_js_module.c
nginx/ngx_js.h
nginx/ngx_stream_js_module.c
nginx/t/js_webcrypto.t [new file with mode: 0644]
nginx/t/stream_js_webcrypto.t [new file with mode: 0644]
src/qjs.c
src/qjs.h
src/qjs_buffer.c
src/test/njs_unit_test.c
test/webcrypto/sign.t.mjs
test/webcrypto/verify.t.mjs