shishi-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Workaround nettle AES problem.


From: shishi-commit
Subject: Workaround nettle AES problem.
Date: Thu, 11 Dec 2003 06:31:51 +0100

Commit from jas 2003-12-11 06:31 CET
Workaround nettle AES problem.
Module File name Revision
shishi tests/low-crypto.c 1.2 >>> 1.3

shishi/tests/low-crypto.c   1.2 >>> 1.3
Line 385
        free (out);
      }
 
+ #ifdef USE_GCRYPT /* XXX Nettle fails this one right now. */
    err = shishi_aes_cts (handle, 0, "keykeykeykeykeyk", 16,
  "iviviviviviviviv", &ivout,
  "abcdefghijklmnopqrstuvx", 25, &out);
Line 412
  }
        free (out);
      }
+ #endif
  }



reply via email to

[Prev in Thread] Current Thread [Next in Thread]