[or-cvs] Add AES counter-mode support to the crypt library

Nick Mathewson nickm at seul.org
Mon Jun 30 19:18:34 UTC 2003


Update of /home/or/cvsroot/src/or
In directory moria.mit.edu:/tmp/cvs-serv3709/src/or

Modified Files:
	test.c 
Log Message:
Add AES counter-mode support to the crypt library

Index: test.c
===================================================================
RCS file: /home/or/cvsroot/src/or/test.c,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -d -r1.28 -r1.29
--- test.c	25 Jun 2003 00:31:41 -0000	1.28
+++ test.c	30 Jun 2003 19:18:32 -0000	1.29
@@ -200,6 +200,7 @@
                         CRYPTO_CIPHER_DES,
                         CRYPTO_CIPHER_RC4,
                         CRYPTO_CIPHER_3DES,
+                        CRYPTO_CIPHER_AES_CTR,
                         -1 };
 
   data1 = tor_malloc(1024);



More information about the tor-commits mailing list