Searched refs:pedantic (Results 1 – 3 of 3) sorted by relevance
/openssl/apps/ |
H A D | fipsinstall.c | 255 static int check_non_pedantic_fips(int pedantic, const char *name) in check_non_pedantic_fips() argument 257 if (pedantic) { in check_non_pedantic_fips() 573 int ret = 1, verify = 0, gotkey = 0, gotdigest = 0, pedantic = 0; in fipsinstall_main() local 616 pedantic = 1; in fipsinstall_main() 619 if (!check_non_pedantic_fips(pedantic, "no_conditional_errors")) in fipsinstall_main() 624 if (!check_non_pedantic_fips(pedantic, "no_security_checks")) in fipsinstall_main() 704 if (!check_non_pedantic_fips(pedantic, "no_pbkdf2_lower_bound_check")) in fipsinstall_main() 754 if (!check_non_pedantic_fips(pedantic, "self_test_oninstall")) in fipsinstall_main()
|
/openssl/doc/man1/ |
H A D | openssl-fipsinstall.pod.in | 22 [B<-pedantic>] 187 =item B<-pedantic> 463 B<-pedantic>,
|
/openssl/ |
H A D | CHANGES.md | 1237 * Added a -pedantic option to fipsinstall that adjusts the various 19572 * Add PEDANTIC compiler flag to allow compilation with gcc -pedantic, 19573 without disallowing inline assembler and the like for non-pedantic builds.
|
Completed in 50 milliseconds