Searched refs:ia5org (Results 1 – 3 of 3) sorted by relevance
/third_party/boringssl/src/crypto/x509v3/ |
D | v3_cpols.c | 85 STACK_OF(CONF_VALUE) *polstrs, int ia5org); 87 STACK_OF(CONF_VALUE) *unot, int ia5org); 151 int ia5org; variable 162 ia5org = 0; 172 ia5org = 1; 183 pol = policy_section(ctx, polsect, ia5org); 216 STACK_OF(CONF_VALUE) *polstrs, int ia5org) in policy_section() argument 269 qual = notice_section(ctx, unot, ia5org); in policy_section() 301 STACK_OF(CONF_VALUE) *unot, int ia5org) in notice_section() argument 336 if (ia5org) in notice_section()
|
/third_party/openssl/crypto/x509v3/ |
D | v3_cpols.c | 30 STACK_OF(CONF_VALUE) *polstrs, int ia5org); 32 STACK_OF(CONF_VALUE) *unot, int ia5org); 98 int i, ia5org; variable 111 ia5org = 0; 123 ia5org = 1; 134 pol = policy_section(ctx, polsect, ia5org); 168 STACK_OF(CONF_VALUE) *polstrs, int ia5org) in policy_section() argument 220 qual = notice_section(ctx, unot, ia5org); in policy_section() 284 STACK_OF(CONF_VALUE) *unot, int ia5org) in notice_section() argument 322 if (ia5org) in notice_section()
|
/third_party/openssl/doc/man5/ |
D | x509v3_config.pod | 332 then you need the 'ia5org' option at the top level to modify the encoding: 337 certificatePolicies=ia5org,1.2.3.4,1.5.6.7.8,@polsect 352 The B<ia5org> option changes the type of the I<organization> field. In RFC2459 354 Some software (for example some versions of MSIE) may require ia5org.
|