summaryrefslogtreecommitdiff
path: root/src/gnutls/README
diff options
context:
space:
mode:
Diffstat (limited to 'src/gnutls/README')
-rw-r--r--src/gnutls/README11
1 files changed, 7 insertions, 4 deletions
diff --git a/src/gnutls/README b/src/gnutls/README
index 404aa878..02c5fbbf 100644
--- a/src/gnutls/README
+++ b/src/gnutls/README
@@ -1,6 +1,9 @@
-The xmlsec-gnutls uses both libgcrypt and libgnutls because GnuTLS
-does not provide direct access to low-level crypto operations (digests,
-hmac, aes, des, etc.).
-
+The xmlsec-gnutls implementation is really limited and is not ready
+for production use. The only supported crypto transforms are:
+ - HMAC
+ - Tripple DES
+ - AES [128|192|256]
+ - SHA1
+ \ No newline at end of file