comparison xml/en/docs/njs/reference.xml @ 2950:a412c1fffbf1

Added SHA1 algorithm to сrypto.subtle.importKey in njs.
author Yaroslav Zhuravlev <yar@nginx.com>
date Mon, 10 Apr 2023 17:11:39 +0100
parents ee84a44fa7f7
children c231cd046ac5
comparison
equal deleted inserted replaced
2949:1cff7cdb78da 2950:a412c1fffbf1
7 <!DOCTYPE article SYSTEM "../../../../dtd/article.dtd"> 7 <!DOCTYPE article SYSTEM "../../../../dtd/article.dtd">
8 8
9 <article name="Reference" 9 <article name="Reference"
10 link="/en/docs/njs/reference.html" 10 link="/en/docs/njs/reference.html"
11 lang="en" 11 lang="en"
12 rev="100"> 12 rev="101">
13 13
14 <section id="summary"> 14 <section id="summary">
15 15
16 <para> 16 <para>
17 <link doc="index.xml">njs</link> provides objects, methods and properties 17 <link doc="index.xml">njs</link> provides objects, methods and properties
2345 </listitem> 2345 </listitem>
2346 2346
2347 <listitem> 2347 <listitem>
2348 <literal>hash</literal> is a string that represents 2348 <literal>hash</literal> is a string that represents
2349 the name of the <literal>digest</literal> function to use, can be 2349 the name of the <literal>digest</literal> function to use, can be
2350 <literal>SHA-1</literal>,
2350 <literal>SHA-256</literal>, 2351 <literal>SHA-256</literal>,
2351 <literal>SHA-384</literal>, or 2352 <literal>SHA-384</literal>, or
2352 <literal>SHA-512</literal> 2353 <literal>SHA-512</literal>
2353 </listitem> 2354 </listitem>
2354 </list> 2355 </list>