cryptoservices/certificateandkeymgmt/tder/dergen.pl
changeset 31 c0e7917aa107
parent 11 9d767430696e
parent 29 ece3df019add
equal deleted inserted replaced
30:880bdb445c5c 31:c0e7917aa107
    13 #
    13 #
    14 # Description: 
    14 # Description: 
    15 # Basic ASN.1 encoding library
    15 # Basic ASN.1 encoding library
    16 # Some parts of this program requrie OpenSSL which may be freely downloaded
    16 # Some parts of this program requrie OpenSSL which may be freely downloaded
    17 # from www.openssl.org
    17 # from www.openssl.org
    18 #
       
    19 #!/bin/perl -w
       
    20 
       
    21 use strict;
    18 use strict;
    22 use Digest::HMAC_MD5;
    19 use Digest::HMAC_MD5;
    23 use Digest::HMAC_SHA1;
    20 use Digest::HMAC_SHA1;
    24 use Getopt::Long;
    21 use Getopt::Long;
    25 
    22