Skip to content

Commit

Permalink
Update FAQ page, regenerate API docs, minor updates to other pages (#725
Browse files Browse the repository at this point in the history
)
  • Loading branch information
lsh123 authored Nov 2, 2023
1 parent f2f173f commit 2763eae
Show file tree
Hide file tree
Showing 34 changed files with 559 additions and 660 deletions.
15 changes: 1 addition & 14 deletions docs/api/xmlsec-app.html
Original file line number Diff line number Diff line change
Expand Up @@ -932,10 +932,6 @@ <h2><span class="refentrytitle"><a name="xmlsec-app.top_of_page"></a>app</span><
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="xmlsec-app.html#xmlSecKeyDataEcdsaId" title="xmlSecKeyDataEcdsaId">xmlSecKeyDataEcdsaId</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="xmlsec-app.html#xmlSecKeyDataEcId" title="xmlSecKeyDataEcId">xmlSecKeyDataEcId</a></td>
</tr>
<tr>
Expand Down Expand Up @@ -2884,7 +2880,6 @@ <h2><span class="refentrytitle"><a name="xmlsec-app.top_of_page"></a>app</span><
<em class="parameter"><code>const <font><span class="type">char</span></font> *pwd</code></em>,
<em class="parameter"><code><font><span class="type">void</span></font> *pwdCallback</code></em>,
<em class="parameter"><code><font><span class="type">void</span></font> *pwdCallbackCtx</code></em>);</pre>
<div class="warning"><p><code class="literal">xmlSecCryptoAppKeyLoadEx</code> is deprecated and should not be used in newly-written code.</p></div>
<p>Reads key from the a file.</p>
<div class="refsect3">
<a name="xmlSecCryptoAppKeyLoadEx.parameters"></a><h4>Parameters</h4>
Expand Down Expand Up @@ -3000,7 +2995,7 @@ <h2><span class="refentrytitle"><a name="xmlsec-app.top_of_page"></a>app</span><
<em class="parameter"><code><font><span class="type">void</span></font> *pwdCallback</code></em>,
<em class="parameter"><code><font><span class="type">void</span></font> *pwdCallbackCtx</code></em>);</pre>
<p>Reads key and all associated certificates from the PKCS12 file.
For uniformity, call xmlSecCryptoAppKeyLoad instead of this function. Pass
For uniformity, call xmlSecCryptoAppKeyLoadEx instead of this function. Pass
in format=xmlSecKeyDataFormatPkcs12.</p>
<div class="refsect3">
<a name="xmlSecCryptoAppPkcs12Load.parameters"></a><h4>Parameters</h4>
Expand Down Expand Up @@ -3230,17 +3225,9 @@ <h2><span class="refentrytitle"><a name="xmlsec-app.top_of_page"></a>app</span><
</div>
<hr>
<div class="refsect2">
<a name="xmlSecKeyDataEcdsaId"></a><h3>xmlSecKeyDataEcdsaId</h3>
<pre class="programlisting">#define xmlSecKeyDataEcdsaId xmlSeckeyDataEcGetKlass()
</pre>
<p>Deprecated. The EC key klass.</p>
</div>
<hr>
<div class="refsect2">
<a name="xmlSecKeyDataEcId"></a><h3>xmlSecKeyDataEcId</h3>
<pre class="programlisting">#define xmlSecKeyDataEcId xmlSecKeyDataEcetKlass()
</pre>
<div class="warning"><p><code class="literal">xmlSecKeyDataEcId</code> is deprecated and should not be used in newly-written code.</p></div>
<p>The EC key klass.</p>
</div>
<hr>
Expand Down
1 change: 0 additions & 1 deletion docs/api/xmlsec-gcrypt-app.html
Original file line number Diff line number Diff line change
Expand Up @@ -586,7 +586,6 @@ <h2><span class="refentrytitle"><a name="xmlsec-gcrypt-app.top_of_page"></a>app<
<em class="parameter"><code>const <font><span class="type">char</span></font> *pwd</code></em>,
<em class="parameter"><code><font><span class="type">void</span></font> *pwdCallback</code></em>,
<em class="parameter"><code><font><span class="type">void</span></font> *pwdCallbackCtx</code></em>);</pre>
<div class="warning"><p><code class="literal">xmlSecGCryptAppKeyLoadEx</code> is deprecated and should not be used in newly-written code.</p></div>
<p>Reads key from the a file.</p>
<div class="refsect3">
<a name="xmlSecGCryptAppKeyLoadEx.parameters"></a><h4>Parameters</h4>
Expand Down
12 changes: 0 additions & 12 deletions docs/api/xmlsec-gcrypt-crypto.html
Original file line number Diff line number Diff line change
Expand Up @@ -692,10 +692,6 @@ <h2><span class="refentrytitle"><a name="xmlsec-gcrypt-crypto.top_of_page"></a>c
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="xmlsec-gcrypt-crypto.html#xmlSecGCryptKeyDataEcdsaId" title="xmlSecGCryptKeyDataEcdsaId">xmlSecGCryptKeyDataEcdsaId</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="xmlsec-gcrypt-crypto.html#xmlSecGCryptTransformEcdsaSha1Id" title="xmlSecGCryptTransformEcdsaSha1Id">xmlSecGCryptTransformEcdsaSha1Id</a></td>
</tr>
<tr>
Expand Down Expand Up @@ -2148,16 +2144,8 @@ <h2><span class="refentrytitle"><a name="xmlsec-gcrypt-crypto.top_of_page"></a>c
</div>
<hr>
<div class="refsect2">
<a name="xmlSecGCryptKeyDataEcdsaId"></a><h3>xmlSecGCryptKeyDataEcdsaId</h3>
<pre class="programlisting">#define xmlSecGCryptKeyDataEcdsaId xmlSecGCryptKeyDataEcId
</pre>
<p>Deprecated. The EC key klass.</p>
</div>
<hr>
<div class="refsect2">
<a name="xmlSecGCryptTransformEcdsaSha1Id"></a><h3>xmlSecGCryptTransformEcdsaSha1Id</h3>
<pre class="programlisting">#define xmlSecGCryptTransformEcdsaSha1Id</pre>
<div class="warning"><p><code class="literal">xmlSecGCryptTransformEcdsaSha1Id</code> is deprecated and should not be used in newly-written code.</p></div>
<p>The ECDSA-SHA1 signature transform klass.</p>
</div>
<hr>
Expand Down
1 change: 0 additions & 1 deletion docs/api/xmlsec-gnutls-app.html
Original file line number Diff line number Diff line change
Expand Up @@ -640,7 +640,6 @@ <h2><span class="refentrytitle"><a name="xmlsec-gnutls-app.top_of_page"></a>app<
<em class="parameter"><code>const <font><span class="type">char</span></font> *pwd</code></em>,
<em class="parameter"><code><font><span class="type">void</span></font> *pwdCallback</code></em>,
<em class="parameter"><code><font><span class="type">void</span></font> *pwdCallbackCtx</code></em>);</pre>
<div class="warning"><p><code class="literal">xmlSecGnuTLSAppKeyLoadEx</code> is deprecated and should not be used in newly-written code.</p></div>
<p>Reads key from the a file.</p>
<div class="refsect3">
<a name="xmlSecGnuTLSAppKeyLoadEx.parameters"></a><h4>Parameters</h4>
Expand Down
12 changes: 0 additions & 12 deletions docs/api/xmlsec-gnutls-crypto.html
Original file line number Diff line number Diff line change
Expand Up @@ -828,10 +828,6 @@ <h2><span class="refentrytitle"><a name="xmlsec-gnutls-crypto.top_of_page"></a>c
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="xmlsec-gnutls-crypto.html#xmlSecGnuTLSKeyDataEcdsaId" title="xmlSecGnuTLSKeyDataEcdsaId">xmlSecGnuTLSKeyDataEcdsaId</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="xmlsec-gnutls-crypto.html#xmlSecGnuTLSTransformEcdsaSha1Id" title="xmlSecGnuTLSTransformEcdsaSha1Id">xmlSecGnuTLSTransformEcdsaSha1Id</a></td>
</tr>
<tr>
Expand Down Expand Up @@ -2710,16 +2706,8 @@ <h2><span class="refentrytitle"><a name="xmlsec-gnutls-crypto.top_of_page"></a>c
</div>
<hr>
<div class="refsect2">
<a name="xmlSecGnuTLSKeyDataEcdsaId"></a><h3>xmlSecGnuTLSKeyDataEcdsaId</h3>
<pre class="programlisting">#define xmlSecGnuTLSKeyDataEcdsaId xmlSecGnuTLSKeyDataEcId
</pre>
<p>Deprecated. The EC key klass.</p>
</div>
<hr>
<div class="refsect2">
<a name="xmlSecGnuTLSTransformEcdsaSha1Id"></a><h3>xmlSecGnuTLSTransformEcdsaSha1Id</h3>
<pre class="programlisting">#define xmlSecGnuTLSTransformEcdsaSha1Id</pre>
<div class="warning"><p><code class="literal">xmlSecGnuTLSTransformEcdsaSha1Id</code> is deprecated and should not be used in newly-written code.</p></div>
<p>The ECDSA-SHA1 signature transform klass.</p>
</div>
<hr>
Expand Down
1 change: 0 additions & 1 deletion docs/api/xmlsec-gnutls-x509.html
Original file line number Diff line number Diff line change
Expand Up @@ -525,7 +525,6 @@ <h2><span class="refentrytitle"><a name="xmlsec-gnutls-x509.top_of_page"></a>x50
<em class="parameter"><code><a class="link" href="xmlsec-list.html#xmlSecPtrList" title="struct xmlSecPtrList"><span class="type">xmlSecPtrListPtr</span></a> certs</code></em>,
<em class="parameter"><code><a class="link" href="xmlsec-list.html#xmlSecPtrList" title="struct xmlSecPtrList"><span class="type">xmlSecPtrListPtr</span></a> crls</code></em>,
<em class="parameter"><code>const <a class="link" href="xmlsec-keyinfo.html#xmlSecKeyInfoCtx" title="struct xmlSecKeyInfoCtx"><span class="type">xmlSecKeyInfoCtx</span></a> *keyInfoCtx</code></em>);</pre>
<div class="warning"><p><code class="literal">xmlSecGnuTLSX509StoreVerify</code> is deprecated and should not be used in newly-written code.</p></div>
<p>Verifies <em class="parameter"><code>certs</code></em>
list.</p>
<div class="refsect3">
Expand Down
9 changes: 2 additions & 7 deletions docs/api/xmlsec-index.html
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,6 @@
<li class="listitem"><p><a class="link" href="xmlsec-gcrypt-crypto.html#xmlSecGCryptKeyDataDsaId" title="xmlSecGCryptKeyDataDsaId">xmlSecGCryptKeyDataDsaId</a></p></li>
<li class="listitem"><p><a class="link" href="xmlsec-gcrypt-crypto.html#xmlSecGCryptKeyDataEcAdoptKey" title="xmlSecGCryptKeyDataEcAdoptKey ()">xmlSecGCryptKeyDataEcAdoptKey</a></p></li>
<li class="listitem"><p><a class="link" href="xmlsec-gcrypt-crypto.html#xmlSecGCryptKeyDataEcAdoptKeyPair" title="xmlSecGCryptKeyDataEcAdoptKeyPair ()">xmlSecGCryptKeyDataEcAdoptKeyPair</a></p></li>
<li class="listitem"><p><a class="link" href="xmlsec-gcrypt-crypto.html#xmlSecGCryptKeyDataEcdsaId" title="xmlSecGCryptKeyDataEcdsaId">xmlSecGCryptKeyDataEcdsaId</a></p></li>
<li class="listitem"><p><a class="link" href="xmlsec-gcrypt-crypto.html#xmlSecGCryptkeyDataEcGetKlass" title="xmlSecGCryptkeyDataEcGetKlass ()">xmlSecGCryptkeyDataEcGetKlass</a></p></li>
<li class="listitem"><p><a class="link" href="xmlsec-gcrypt-crypto.html#xmlSecGCryptKeyDataEcGetPrivateKey" title="xmlSecGCryptKeyDataEcGetPrivateKey ()">xmlSecGCryptKeyDataEcGetPrivateKey</a></p></li>
<li class="listitem"><p><a class="link" href="xmlsec-gcrypt-crypto.html#xmlSecGCryptKeyDataEcGetPublicKey" title="xmlSecGCryptKeyDataEcGetPublicKey ()">xmlSecGCryptKeyDataEcGetPublicKey</a></p></li>
Expand Down Expand Up @@ -480,7 +479,6 @@
<li class="listitem"><p><a class="link" href="xmlsec-gnutls-crypto.html#xmlSecGnuTLSKeyDataDsaGetPublicKey" title="xmlSecGnuTLSKeyDataDsaGetPublicKey ()">xmlSecGnuTLSKeyDataDsaGetPublicKey</a></p></li>
<li class="listitem"><p><a class="link" href="xmlsec-gnutls-crypto.html#xmlSecGnuTLSKeyDataDsaId" title="xmlSecGnuTLSKeyDataDsaId">xmlSecGnuTLSKeyDataDsaId</a></p></li>
<li class="listitem"><p><a class="link" href="xmlsec-gnutls-crypto.html#xmlSecGnuTLSKeyDataEcAdoptKey" title="xmlSecGnuTLSKeyDataEcAdoptKey ()">xmlSecGnuTLSKeyDataEcAdoptKey</a></p></li>
<li class="listitem"><p><a class="link" href="xmlsec-gnutls-crypto.html#xmlSecGnuTLSKeyDataEcdsaId" title="xmlSecGnuTLSKeyDataEcdsaId">xmlSecGnuTLSKeyDataEcdsaId</a></p></li>
<li class="listitem"><p><a class="link" href="xmlsec-gnutls-crypto.html#xmlSecGnuTLSKeyDataEcGetKlass" title="xmlSecGnuTLSKeyDataEcGetKlass ()">xmlSecGnuTLSKeyDataEcGetKlass</a></p></li>
<li class="listitem"><p><a class="link" href="xmlsec-gnutls-crypto.html#xmlSecGnuTLSKeyDataEcGetPrivateKey" title="xmlSecGnuTLSKeyDataEcGetPrivateKey ()">xmlSecGnuTLSKeyDataEcGetPrivateKey</a></p></li>
<li class="listitem"><p><a class="link" href="xmlsec-gnutls-crypto.html#xmlSecGnuTLSKeyDataEcGetPublicKey" title="xmlSecGnuTLSKeyDataEcGetPublicKey ()">xmlSecGnuTLSKeyDataEcGetPublicKey</a></p></li>
Expand Down Expand Up @@ -676,7 +674,6 @@
<li class="listitem"><p><a class="link" href="xmlsec-app.html#xmlSecKeyDataDsaId" title="xmlSecKeyDataDsaId">xmlSecKeyDataDsaId</a></p></li>
<li class="listitem"><p><a class="link" href="xmlsec-keysdata.html#xmlSecKeyDataDuplicateMethod" title="xmlSecKeyDataDuplicateMethod ()">xmlSecKeyDataDuplicateMethod</a></p></li>
<li class="listitem"><p><a class="link" href="xmlsec-keysdata.html#xmlSecKeyDataDuplicate" title="xmlSecKeyDataDuplicate ()">xmlSecKeyDataDuplicate</a></p></li>
<li class="listitem"><p><a class="link" href="xmlsec-app.html#xmlSecKeyDataEcdsaId" title="xmlSecKeyDataEcdsaId">xmlSecKeyDataEcdsaId</a></p></li>
<li class="listitem"><p><a class="link" href="xmlsec-app.html#xmlSecKeyDataEcGetKlass" title="xmlSecKeyDataEcGetKlass ()">xmlSecKeyDataEcGetKlass</a></p></li>
<li class="listitem"><p><a class="link" href="xmlsec-app.html#xmlSecKeyDataEcId" title="xmlSecKeyDataEcId">xmlSecKeyDataEcId</a></p></li>
<li class="listitem"><p><a class="link" href="xmlsec-keyinfo.html#xmlSecKeyDataEncryptedKeyGetKlass" title="xmlSecKeyDataEncryptedKeyGetKlass ()">xmlSecKeyDataEncryptedKeyGetKlass</a></p></li>
Expand Down Expand Up @@ -708,9 +705,11 @@
<li class="listitem"><p><a class="link" href="xmlsec-keysdata.html#xmlSecKeyDataIdListFind" title="xmlSecKeyDataIdListFind ()">xmlSecKeyDataIdListFind</a></p></li>
<li class="listitem"><p><a class="link" href="xmlsec-keysdata.html#xmlSecKeyDataIdListGetKlass" title="xmlSecKeyDataIdListGetKlass ()">xmlSecKeyDataIdListGetKlass</a></p></li>
<li class="listitem"><p><a class="link" href="xmlsec-keysdata.html#xmlSecKeyDataIdListId" title="xmlSecKeyDataIdListId">xmlSecKeyDataIdListId</a></p></li>
<li class="listitem"><p><a class="link" href="xmlsec-keysdata.html#xmlSecKeyDataIdsGetEnabled" title="xmlSecKeyDataIdsGetEnabled ()">xmlSecKeyDataIdsGetEnabled</a></p></li>
<li class="listitem"><p><a class="link" href="xmlsec-keysdata.html#xmlSecKeyDataIdsGet" title="xmlSecKeyDataIdsGet ()">xmlSecKeyDataIdsGet</a></p></li>
<li class="listitem"><p><a class="link" href="xmlsec-keysdata.html#xmlSecKeyDataIdsInit" title="xmlSecKeyDataIdsInit ()">xmlSecKeyDataIdsInit</a></p></li>
<li class="listitem"><p><a class="link" href="xmlsec-keysdata.html#xmlSecKeyDataIdsRegisterDefault" title="xmlSecKeyDataIdsRegisterDefault ()">xmlSecKeyDataIdsRegisterDefault</a></p></li>
<li class="listitem"><p><a class="link" href="xmlsec-keysdata.html#xmlSecKeyDataIdsRegisterDisabled" title="xmlSecKeyDataIdsRegisterDisabled ()">xmlSecKeyDataIdsRegisterDisabled</a></p></li>
<li class="listitem"><p><a class="link" href="xmlsec-keysdata.html#xmlSecKeyDataIdsRegister" title="xmlSecKeyDataIdsRegister ()">xmlSecKeyDataIdsRegister</a></p></li>
<li class="listitem"><p><a class="link" href="xmlsec-keysdata.html#xmlSecKeyDataIdsShutdown" title="xmlSecKeyDataIdsShutdown ()">xmlSecKeyDataIdsShutdown</a></p></li>
<li class="listitem"><p><a class="link" href="xmlsec-keysdata.html#xmlSecKeyDataIdUnknown" title="xmlSecKeyDataIdUnknown">xmlSecKeyDataIdUnknown</a></p></li>
Expand Down Expand Up @@ -920,7 +919,6 @@
<li class="listitem"><p><a class="link" href="xmlsec-mscng-crypto.html#xmlSecMSCngKeyDataDesId" title="xmlSecMSCngKeyDataDesId">xmlSecMSCngKeyDataDesId</a></p></li>
<li class="listitem"><p><a class="link" href="xmlsec-mscng-crypto.html#xmlSecMSCngKeyDataDsaGetKlass" title="xmlSecMSCngKeyDataDsaGetKlass ()">xmlSecMSCngKeyDataDsaGetKlass</a></p></li>
<li class="listitem"><p><a class="link" href="xmlsec-mscng-crypto.html#xmlSecMSCngKeyDataDsaId" title="xmlSecMSCngKeyDataDsaId">xmlSecMSCngKeyDataDsaId</a></p></li>
<li class="listitem"><p><a class="link" href="xmlsec-mscng-crypto.html#xmlSecMSCngKeyDataEcdsaId" title="xmlSecMSCngKeyDataEcdsaId">xmlSecMSCngKeyDataEcdsaId</a></p></li>
<li class="listitem"><p><a class="link" href="xmlsec-mscng-crypto.html#xmlSecMSCngKeyDataEcGetKlass" title="xmlSecMSCngKeyDataEcGetKlass ()">xmlSecMSCngKeyDataEcGetKlass</a></p></li>
<li class="listitem"><p><a class="link" href="xmlsec-mscng-crypto.html#xmlSecMSCngKeyDataEcId" title="xmlSecMSCngKeyDataEcId">xmlSecMSCngKeyDataEcId</a></p></li>
<li class="listitem"><p><a class="link" href="xmlsec-mscng-certkeys.html#xmlSecMSCngKeyDataGetPrivKey" title="xmlSecMSCngKeyDataGetPrivKey ()">xmlSecMSCngKeyDataGetPrivKey</a></p></li>
Expand Down Expand Up @@ -1255,7 +1253,6 @@
<li class="listitem"><p><a class="link" href="xmlsec-nss-crypto.html#xmlSecNssKeyDataDesSet" title="xmlSecNssKeyDataDesSet ()">xmlSecNssKeyDataDesSet</a></p></li>
<li class="listitem"><p><a class="link" href="xmlsec-nss-crypto.html#xmlSecNssKeyDataDsaGetKlass" title="xmlSecNssKeyDataDsaGetKlass ()">xmlSecNssKeyDataDsaGetKlass</a></p></li>
<li class="listitem"><p><a class="link" href="xmlsec-nss-crypto.html#xmlSecNssKeyDataDsaId" title="xmlSecNssKeyDataDsaId">xmlSecNssKeyDataDsaId</a></p></li>
<li class="listitem"><p><a class="link" href="xmlsec-nss-crypto.html#xmlSecNssKeyDataEcdsaId" title="xmlSecNssKeyDataEcdsaId">xmlSecNssKeyDataEcdsaId</a></p></li>
<li class="listitem"><p><a class="link" href="xmlsec-nss-crypto.html#xmlSecNsskeyDataEcGetKlass" title="xmlSecNsskeyDataEcGetKlass ()">xmlSecNsskeyDataEcGetKlass</a></p></li>
<li class="listitem"><p><a class="link" href="xmlsec-nss-crypto.html#xmlSecNssKeyDataEcId" title="xmlSecNssKeyDataEcId">xmlSecNssKeyDataEcId</a></p></li>
<li class="listitem"><p><a class="link" href="xmlsec-nss-crypto.html#xmlSecNssKeyDataHmacGetKlass" title="xmlSecNssKeyDataHmacGetKlass ()">xmlSecNssKeyDataHmacGetKlass</a></p></li>
Expand Down Expand Up @@ -1388,7 +1385,6 @@
<li class="listitem"><p><a class="link" href="xmlsec-nss-x509.html#xmlSecNssX509StoreGetKlass" title="xmlSecNssX509StoreGetKlass ()">xmlSecNssX509StoreGetKlass</a></p></li>
<li class="listitem"><p><a class="link" href="xmlsec-nss-x509.html#xmlSecNssX509StoreId" title="xmlSecNssX509StoreId">xmlSecNssX509StoreId</a></p></li>
<li class="listitem"><p><a class="link" href="xmlsec-nss-x509.html#xmlSecNssX509StoreVerify" title="xmlSecNssX509StoreVerify ()">xmlSecNssX509StoreVerify</a></p></li>
<li class="listitem"><p><font>XMLSEC-OPENSSL-API-110</font></p></li>
<li class="listitem"><p><font>XMLSEC-OPENSSL-API-111</font></p></li>
<li class="listitem"><p><font>XMLSEC-OPENSSL-API-300</font></p></li>
<li class="listitem"><p><a class="link" href="xmlsec-openssl-app.html#xmlSecOpenSSLAppDefaultKeysMngrAdoptKey" title="xmlSecOpenSSLAppDefaultKeysMngrAdoptKey ()">xmlSecOpenSSLAppDefaultKeysMngrAdoptKey</a></p></li>
Expand Down Expand Up @@ -1449,7 +1445,6 @@
<li class="listitem"><p><a class="link" href="xmlsec-openssl-crypto.html#xmlSecOpenSSLKeyDataDsaGetKlass" title="xmlSecOpenSSLKeyDataDsaGetKlass ()">xmlSecOpenSSLKeyDataDsaGetKlass</a></p></li>
<li class="listitem"><p><a class="link" href="xmlsec-openssl-crypto.html#xmlSecOpenSSLKeyDataDsaId" title="xmlSecOpenSSLKeyDataDsaId">xmlSecOpenSSLKeyDataDsaId</a></p></li>
<li class="listitem"><p><a class="link" href="xmlsec-openssl-crypto.html#xmlSecOpenSSLKeyDataEcAdoptEvp" title="xmlSecOpenSSLKeyDataEcAdoptEvp ()">xmlSecOpenSSLKeyDataEcAdoptEvp</a></p></li>
<li class="listitem"><p><a class="link" href="xmlsec-openssl-crypto.html#xmlSecOpenSSLKeyDataEcdsaId" title="xmlSecOpenSSLKeyDataEcdsaId">xmlSecOpenSSLKeyDataEcdsaId</a></p></li>
<li class="listitem"><p><a class="link" href="xmlsec-openssl-crypto.html#xmlSecOpenSSLKeyDataEcGetEvp" title="xmlSecOpenSSLKeyDataEcGetEvp ()">xmlSecOpenSSLKeyDataEcGetEvp</a></p></li>
<li class="listitem"><p><a class="link" href="xmlsec-openssl-crypto.html#xmlSecOpenSSLKeyDataEcGetKlass" title="xmlSecOpenSSLKeyDataEcGetKlass ()">xmlSecOpenSSLKeyDataEcGetKlass</a></p></li>
<li class="listitem"><p><a class="link" href="xmlsec-openssl-crypto.html#xmlSecOpenSSLKeyDataEcId" title="xmlSecOpenSSLKeyDataEcId">xmlSecOpenSSLKeyDataEcId</a></p></li>
Expand Down
Loading

0 comments on commit 2763eae

Please sign in to comment.