From 998d043865059dcf7f5055a62586cc1420c221b9 Mon Sep 17 00:00:00 2001 From: Sverker Eriksson Date: Wed, 27 Nov 2013 18:00:30 +0100 Subject: crypto: Throw notsup for AES IGE if openssl older than 0.9.8c --- lib/crypto/doc/src/crypto.xml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'lib/crypto/doc') diff --git a/lib/crypto/doc/src/crypto.xml b/lib/crypto/doc/src/crypto.xml index 49c020dbe5..406fd5e59a 100644 --- a/lib/crypto/doc/src/crypto.xml +++ b/lib/crypto/doc/src/crypto.xml @@ -159,8 +159,9 @@

Encrypt PlainTextaccording to Type block cipher. - IVec is an arbitrary initializing vector. -

+ IVec is an arbitrary initializing vector.

+

May throw exception notsup in case the chosen Type + is not supported by the underlying OpenSSL implementation.

@@ -175,8 +176,9 @@

Decrypt CipherTextaccording to Type block cipher. - IVec is an arbitrary initializing vector. -

+ IVec is an arbitrary initializing vector.

+

May throw exception notsup in case the chosen Type + is not supported by the underlying OpenSSL implementation.

-- cgit v1.2.3