diff -r 880bdb445c5c -r c0e7917aa107 cryptoservices/certificateandkeymgmt/tx509/Data/extensions/certextbuilder.pl --- 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;