~ubuntu-branches/ubuntu/lucid/seamonkey/lucid-security

« back to all changes in this revision

Viewing changes to security/nss-fips/tests/cipher/cipher.txt

  • Committer: Bazaar Package Importer
  • Author(s): Fabien Tassin
  • Date: 2008-07-29 21:29:02 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20080729212902-spm9kpvchp9udwbw
Tags: 1.1.11+nobinonly-0ubuntu1
* New security upstream release: 1.1.11 (LP: #218534)
  Fixes USN-602-1, USN-619-1, USN-623-1 and USN-629-1
* Refresh diverged patch:
  - update debian/patches/80_security_build.patch
* Fix FTBFS with missing -lfontconfig
  - add debian/patches/11_fix_ftbfs_with_fontconfig.patch
  - update debian/patches/series
* Build with default gcc (hardy: 4.2, intrepid: 4.3)
  - update debian/rules
  - update debian/control

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#
 
2
# This file defines the cipher tests
 
3
#
 
4
# expected
 
5
#   return      bltest          Test Case name
 
6
#    value      params
 
7
#  -------      ----------      ---------------
 
8
        0       des_ecb_-E      DES_ECB_Encrypt
 
9
        0       des_ecb_-D      DES_ECB_Decrypt
 
10
        0       des_cbc_-E      DES_CBC_Encrypt
 
11
        0       des_cbc_-D      DES_CBC_Decrypt
 
12
        0       des3_ecb_-E     DES3_ECB_Encrypt
 
13
        0       des3_ecb_-D     DES3_ECB_Decrypt
 
14
        0       des3_cbc_-E     DES3_CBC_Encrypt
 
15
        0       des3_cbc_-D     DES3_CBC_Decrypt
 
16
        0       aes_ecb_-E      AES_ECB_Encrypt
 
17
        0       aes_ecb_-D      AES_ECB_Decrypt
 
18
        0       aes_cbc_-E      AES_CBC_Encrypt
 
19
        0       aes_cbc_-D      AES_CBC_Decrypt
 
20
        0       rc2_ecb_-E      RC2_ECB_Encrypt
 
21
        0       rc2_ecb_-D      RC2_ECB_Decrypt
 
22
        0       rc2_cbc_-E      RC2_CBC_Encrypt
 
23
        0       rc2_cbc_-D      RC2_CBC_Decrypt
 
24
        0       rc4_-E          RC4_Encrypt
 
25
        0       rc4_-D          RC4_Decrypt
 
26
        0       rsa_-E          RSA_Encrypt
 
27
        0       rsa_-D          RSA_Decrypt
 
28
        0       dsa_-S          DSA_Sign
 
29
        0       dsa_-V          DSA_Verify
 
30
        0       md2_-H          MD2_Hash
 
31
        0       md5_-H          MD5_Hash
 
32
        0       sha1_-H         SHA1_Hash
 
33
        0       sha256_-H       SHA256_Hash
 
34
        0       sha384_-H       SHA384_Hash
 
35
        0       sha512_-H       SHA512_Hash