cryptoservices/certificateandkeymgmt/tder/dergen.pl
changeset 29 ece3df019add
parent 8 35751d3474b7
child 31 c0e7917aa107
equal deleted inserted replaced
19:cd501b96611d 29:ece3df019add
    12 # Contributors:
    12 # Contributors:
    13 #
    13 #
    14 # Description: 
    14 # Description: 
    15 #
    15 #
    16 #!/bin/perl -w
    16 #!/bin/perl -w
    17 
       
    18 # Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies).
       
    19 # All rights reserved.
       
    20 # This component and the accompanying materials are made available
       
    21 # under the terms of the License "Symbian Foundation License v1.0"
       
    22 # which accompanies this distribution, and is available
       
    23 # at the URL "http://www.symbianfoundation.org/legal/sfl-v10.html".
       
    24 #
       
    25 # Initial Contributors:
       
    26 # Nokia Corporation - initial contribution.
       
    27 #
       
    28 # Contributors:
       
    29 #
       
    30 # Description:
       
    31 # Basic ASN.1 encoding library
       
    32 # Some parts of this program requrie OpenSSL which may be freely downloaded
       
    33 # from www.openssl.org
       
    34 # 
       
    35 #
       
    36 
    17 
    37 use strict;
    18 use strict;
    38 use Digest::HMAC_MD5;
    19 use Digest::HMAC_MD5;
    39 use Digest::HMAC_SHA1;
    20 use Digest::HMAC_SHA1;
    40 use Getopt::Long;
    21 use Getopt::Long;