Skip to content

Commit 17137c5

Browse files
save file
1 parent b7e3983 commit 17137c5

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

blog/25-09-29/name-constraints-in-x509-certificate/name-constraints-in-x509-certificate.html

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,10 @@
2525

2626

2727

28-
28+
<!--
2929
<script src='https://www.cryptool.org/wasm/openssl.js'></script>
30+
-->
31+
<script src='https://javascript-2020.github.io/libs/js/external/openssl/openssl.js'></script>
3032
<script src='https://ajaxorg.github.io/ace-builds/src-noconflict/ace.js'></script>
3133

3234

@@ -428,8 +430,9 @@ <h4>
428430

429431
output.clear();
430432

431-
//openssl = mod.openssl(output);
432-
openssl = opensslmod(output);
433+
var params = {EmscrJSR_openssl,stdout:output.stdout,stderr:output.stderr};
434+
openssl = opensslmod(output);
435+
433436
openssl.fs.clear();
434437
var Module = await openssl.init();
435438
console.log(Module);

0 commit comments

Comments
 (0)