Welcome to the "trac"-ing site of openpgp4u!
[soap4r] [httpclient] [openpgp4u] [pkcs1] [logger] [csv] [vtr]

Changeset 37

Show
Ignore:
Timestamp:
04/29/05 17:07:02 (4 years ago)
Author:
nahi
Message:

removed svn:executable

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/bin/pgpdump.rb

    • Property svn:executable deleted
  • trunk/install.rb

    • Property svn:executable deleted
  • trunk/lib/pgp/hashalgorithm.rb

    r18 r37  
    2525    # MD5: 1.2.840.113549.2.5 
    2626    1 => ["MD5", 16, [0x30, 0x20, 0x30, 0x0C, 0x06, 0x08, 0x2A, 0x86, 0x48, 
    27       0x86, 0xF7, 0x0D, 0x02, 0x05, 0x05, 0x00, 0x04, 0x10]], 
     27      0x86, 0xF7, 0x0D, 0x02, 0x05, 
     28      0x05, 0x00, 0x04, 0x10]], 
    2829    # SHA-1: 1.3.14.3.2.26 
    2930    2 => ["SHA-1", 20, [0x30, 0x21, 0x30, 0x09, 0x06, 0x05, 0x2b, 0x0E, 0x03, 
    30       0x02, 0x1A, 0x05, 0x00, 0x04, 0x14]], 
     31      0x02, 0x1A, 
     32      0x05, 0x00, 0x04, 0x14]], 
    3133    # RIPEMD-160: 1.3.36.3.2.1 
    3234    3 => ["RIPEMD-160", 20, [0x30, 0x21, 0x30, 0x09, 0x06, 0x05, 0x2B, 0x24, 
    33       0x03, 0x02, 0x01, 0x05, 0x00, 0x04, 0x14]], 
     35      0x03, 0x02, 0x01, 
     36      0x05, 0x00, 0x04, 0x14]], 
    3437    # SHA256: 2.16.840.1.101.3.4.2.1 
    3538    4 => ["Reserved"], 
     
    3841    7 => ["Reserved"], 
    3942    8 => ["SHA256", 32, [0x30, 0x31, 0x30, 0x0d, 0x06, 0x09, 0x60, 0x86, 0x48, 
    40       0x01, 0x65, 0x03, 0x04, 0x02, 0x01, 0x05, 0x00, 0x04, 0x20]], 
     43      0x01, 0x65, 0x03, 0x04, 0x02, 0x01, 
     44      0x05, 0x00, 0x04, 0x20]], 
    4145    # SHA384: 2.16.840.1.101.3.4.2.2 
    4246    9 => ["SHA384", 48, [0x30, 0x41, 0x30, 0x0d, 0x06, 0x09, 0x60, 0x86, 0x48, 
    43       0x01, 0x65, 0x03, 0x04, 0x02, 0x02, 0x05, 0x00, 0x04, 0x30]], 
     47      0x01, 0x65, 0x03, 0x04, 0x02, 0x02, 
     48      0x05, 0x00, 0x04, 0x30]], 
    4449    # SHA512:2.16.840.1.101.3.4.2.3 
    4550    10 => ["SHA512", 64, [0x30, 0x51, 0x30, 0x0d, 0x06, 0x09, 0x60, 0x86, 0x48, 
    46       0x01, 0x65, 0x03, 0x04, 0x02, 0x03, 0x05, 0x00, 0x04, 0x40]], 
     51      0x01, 0x65, 0x03, 0x04, 0x02, 0x03, 
     52      0x05, 0x00, 0x04, 0x40]], 
    4753    100 => ["Private/Experimental algorithm"], 
    4854    101 => ["Private/Experimental algorithm"], 
  • trunk/test/runner.rb

    r2 r37  
    33STDOUT.sync = true 
    44STDERR.sync = true 
    5 rcsid = %w$Id: runner.rb,v 1.1 2004/10/30 09:19:04 nahi Exp
     5rcsid = %w$Id
    66Version = rcsid[2].scan(/\d+/).collect!(&method(:Integer)).freeze 
    77Release = rcsid[3].freeze