summaryrefslogtreecommitdiff
path: root/docs/api/chapters/new-crypto.sgml
diff options
context:
space:
mode:
Diffstat (limited to 'docs/api/chapters/new-crypto.sgml')
-rw-r--r--docs/api/chapters/new-crypto.sgml6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/api/chapters/new-crypto.sgml b/docs/api/chapters/new-crypto.sgml
index 52191417..08a936e5 100644
--- a/docs/api/chapters/new-crypto.sgml
+++ b/docs/api/chapters/new-crypto.sgml
@@ -4,7 +4,7 @@
<title>Overview.</title>
<para>XML Security Library can support practicaly any cryptographic
library. Currently, it has "out-of-the-box" support for OpenSSL,
- MSCrypto, NSS, GnuTLS and GCrypt. If your favorite library is not supported yet then
+ NSS and GnuTLS. If your favorite library is not supported yet then
you can write necessary code yourself. If you and your company
(university, ...) are willing to share the results of your work I would
be happy to add support for new libraries to the main XML Security
@@ -14,7 +14,7 @@
<link linkend="xmlsec-notes-structure">separates</link>
the cryptographic library (engine)
specific code in an "xmlsec-&lt;crypto&gt;" library (where "&lt;crypto&gt;" is
- "openssl", "mscrypt", "gnutls", "gcrypt", "nss", etc.) which includes following items:
+ "openssl", "gnutls", "nss", etc.) which includes following items:
<itemizedlist>
<listitem><para>
xmlSecCryptoApp* functions.
@@ -186,7 +186,7 @@ src/mycrypto/Makefile
<example>
<title>Compiling the results.</title>
<programlisting><![CDATA[
-./autogen.sh --without-openssl --without-nss --without-gnutls --without-gcrypt \
+./autogen.sh --without-openssl --without-nss --without-gnutls \
--with-mycrypto=$HOME --disable-tmpl-tests
make
]]></programlisting>