cryptoservices/certificateandkeymgmt/tx509/Data/extensions/certextbuilder.pl
changeset 31 c0e7917aa107
parent 11 9d767430696e
parent 29 ece3df019add
--- a/cryptoservices/certificateandkeymgmt/tx509/Data/extensions/certextbuilder.pl	Sat Dec 05 21:34:52 2009 +0000
+++ b/cryptoservices/certificateandkeymgmt/tx509/Data/extensions/certextbuilder.pl	Sat Dec 05 21:41:51 2009 +0000
@@ -15,12 +15,6 @@
 # This script converts certificate constraint extensions specified in an INI 
 # format into a hex representation of the DER encoding that OpenSSL can 
 # add to a certificate.
-# This script allows corrupt certificate extensions to be generated for unit 
-# testing and therefore using this script to create production certificates is
-# NOT supported.
-#
-#!/bin/perl -w
-
 use strict;
 use Getopt::Long;