mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2024-11-25 00:38:24 -05:00
tests: Enable dumping of key information in test-x509v3
Signed-off-by: Jouni Malinen <j@w1.fi>
This commit is contained in:
parent
eac6eb7024
commit
f8d8b7d92d
@ -21,6 +21,7 @@ int main(int argc, char *argv[])
|
||||
int i, reason;
|
||||
|
||||
wpa_debug_level = 0;
|
||||
wpa_debug_show_keys = 1;
|
||||
|
||||
if (argc < 3 || strcmp(argv[1], "-v") != 0) {
|
||||
printf("usage: test_x509v3 -v <cert1.der> <cert2.der> ..\n");
|
||||
|
Loading…
Reference in New Issue
Block a user