summaryrefslogtreecommitdiff
path: root/docs/api/chapters/new-crypto.sgml
diff options
context:
space:
mode:
authorAnas Nashif <anas.nashif@intel.com>2012-11-22 10:31:06 -0800
committerAnas Nashif <anas.nashif@intel.com>2012-11-22 10:31:06 -0800
commit07bb297329b9e9754d09dcb6d70417272a626619 (patch)
treec1bdcad5f080f8cfe2e876604177670061cdc101 /docs/api/chapters/new-crypto.sgml
parentf251dedaa31b48f7c05a4b53c112b40ebca890ef (diff)
downloadxmlsec1-07bb297329b9e9754d09dcb6d70417272a626619.tar.gz
xmlsec1-07bb297329b9e9754d09dcb6d70417272a626619.tar.bz2
xmlsec1-07bb297329b9e9754d09dcb6d70417272a626619.zip
Imported Upstream version 1.2.14upstream/1.2.14
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>