Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ <h2>Documentation</h2>
<li><a href="doc/gostEngine.html">GOST Engine</a> low-level algorithms refs. GOST 28147, GOST R 34.10, GOST R 34.11, GOST R 34.12 and GOST R 34.13</li>
<li><a href="doc/SubtleCrypto.html">WebCrypto API</a> basic cryptographic operations JavaScript API</li>
<li><a href="doc/GostCert.html">Public Key Infrastructure</a> using X.509 provides facilities for handling certificates, CRLs, etc.</li>
<li><a href="doc/GostCMS.html">Cryptographic Message Syntax</a> implementats RFC-5652 specification.</li>
<li><a href="doc/GostCMS.html">Cryptographic Message Syntax</a> implements RFC-5652 specification.</li>
<li><a href="doc/GostKeys.html">Private Key Management</a> provides the ability to use the key store formats: PFX, CryptoPro, SignalCom and ViPNet.</li>
</ol>
</section>
Expand Down