crypto/weakcrypto/test/trandom/testdata/function.dat
author Santosh V Patil <santosh.v.patil@nokia.com>
Fri, 14 Aug 2009 22:14:14 +0530
changeset 4 8e4b1aa36db9
parent 0 2c201484c85f
permissions -rw-r--r--
Added python script to import Mozilla certificates into Symbian OS (Bug 287). Also added the Mozilla certificate store file.

+C This file contains a script for testing the functionality of algorithms.
+C The format is:
+C AlgorithmType TestType Algorithm (Variant) (File)
+C 
+C Where:
+C AlgorithmType is Symmetric, Asymmetric or Padding
+C TestType is Function, Vector, OOM, Error, Performance, Problem or UnfixedProblem
+C Algorithm is DES, RC2, RC4, RSA etc 
+C Variant (where applicable) is CFB, OFB, CBC or ECB
+C File is the name of the file where the known vectors can be found
+M Currently testing
+C Symmetric Function RC2 CBC Variable
+M Functionality tests
+M Null cipher tests
Symmetric Function Null
+M DES Tests
Symmetric Function DES ECB Variable
Symmetric Function DES CBC Variable
Symmetric Function DES CFB Variable
Symmetric Function DES OFB Variable
+C Symmetric Function DES ECB Modes
+C Symmetric Function DES CBC Modes
+C Symmetric Function DES CFB Modes
+C Symmetric Function DES OFB Modes
+M 3DES Tests
Symmetric Function 3DES2 ECB Variable
Symmetric Function 3DES2 CBC Variable
Symmetric Function 3DES2 CFB Variable
Symmetric Function 3DES2 OFB Variable
Symmetric Function 3DES3 ECB Variable
Symmetric Function 3DES3 CBC Variable
Symmetric Function 3DES3 CFB Variable
Symmetric Function 3DES3 OFB Variable
+C Symmetric Function 3DES ECB Modes
+C Symmetric Function 3DES CBC Modes
+C Symmetric Function 3DES CFB Modes
+C Symmetric Function 3DES OFB Modes
+M RC2 Tests
Symmetric Function RC2 CFB Variable
Symmetric Function RC2 ECB Variable
Symmetric Function RC2 CBC Variable
Symmetric Function RC2 OFB Variable
+C Symmetric Function RC2 ECB Modes
+C Symmetric Function RC2 CBC Modes
+C Symmetric Function RC2 CFB Modes
+C Symmetric Function RC2 OFB Modes
+M RC4 Tests
Symmetric Function RC4  
+M RC5 Tests
Symmetric Function RC5 ECB Variable
Symmetric Function RC5 CBC Variable
Symmetric Function RC5 CFB Variable
Symmetric Function RC5 OFB Variable
+C Symmetric Function RC5 ECB Modes
+C Symmetric Function RC5 CBC Modes
+C Symmetric Function RC5 CFB Modes
+C Symmetric Function RC5 OFB Modes
+M RSA Tests
Asymmetric Function RSA
+M DH Tests
+M ***Diffie hellman functionality tests broken?
+C Asymmetric Function DH
+M DSA Tests
Asymmetric Function DSA
+M Padding tests
Padding Function NoPadding
Padding Function SSLPadding
Padding Function PKCS1