From 07bb297329b9e9754d09dcb6d70417272a626619 Mon Sep 17 00:00:00 2001 From: Anas Nashif Date: Thu, 22 Nov 2012 10:31:06 -0800 Subject: Imported Upstream version 1.2.14 --- docs/api/chapters/new-crypto.sgml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs/api/chapters/new-crypto.sgml') 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 @@ Overview. 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 @@ separates the cryptographic library (engine) specific code in an "xmlsec-<crypto>" library (where "<crypto>" is - "openssl", "mscrypt", "gnutls", "gcrypt", "nss", etc.) which includes following items: + "openssl", "gnutls", "nss", etc.) which includes following items: xmlSecCryptoApp* functions. @@ -186,7 +186,7 @@ src/mycrypto/Makefile Compiling the results. -- cgit v1.2.3