Revision 0f1c30b00d3ede3e735dd9c740cf4cd5881c59cb authored by Dr. Stephen Henson on 17 December 2014, 14:34:36 UTC, committed by Dr. Stephen Henson on 05 January 2015, 14:39:07 UTC
According to X6.90 null, object identifier, boolean, integer and enumerated types can only have primitive encodings: return an error if any of these are received with a constructed encoding. Reviewed-by: Emilia Käsper <emilia@openssl.org> (cherry picked from commit f5e4b6b5b566320a8d774f9475540f7d0e6a704d) Conflicts: crypto/asn1/asn1_err.c
1 parent c4b9696
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 ...