X509_IP_ADDR_BLOCKS flag signals the presence of an ipAddrBlock certificate extension

This commit is contained in:
Andreas Steffen
2009-12-22 13:18:27 +01:00
parent 91e35b7c9e
commit e16a01a5e6
2 changed files with 10 additions and 7 deletions
+2 -1
View File
@@ -803,7 +803,8 @@ static void parse_ipAddrBlocks(chunk_t blob, int level0,
break;
}
}
this->flags |= X509_IP_ADDR_BLOCKS;
end:
parser->destroy(parser);
}