Revision c00f8d697aed17edbd002e2f6c989d8fbd7c4ecf authored by Dr. Stephen Henson on 25 February 2010, 00:01:38 UTC, committed by Dr. Stephen Henson on 14 February 2014, 15:27:30 UTC
as issuer and subject names. Although this is an incompatible change it should have little impact in pratice because self-issued certificates that are not self-signed are rarely encountered. (cherry picked from commit b1efb7161f409c81178b9aa95583db3390f90b1b)
1 parent b07e4f2
extract-section.pl
#!/usr/bin/perl
while(<STDIN>) {
if (/=for\s+comment\s+openssl_manual_section:(\S+)/)
{
print "$1\n";
exit 0;
}
}
print "$ARGV[0]\n";

Computing file changes ...