Searched refs:infotype (Results 1 – 6 of 6) sorted by relevance
/openssl/test/recipes/80-test_cmp_http_data/ |
H A D | test_commands.csv | 1 expected,description, -section,val, -cmd,val,val2, -cacertsout,val,val2, -infotype,val,val2, -oldce… 61 1,ir + infotype, -section,, -cmd,ir,,BLANK,,, -infotype,signKeyPairTypes,,BLANK,,BLANK, 62 1,genm without -infotype, -section,, -cmd,genm,,BLANK,,, BLANK,,,BLANK,,BLANK, 63 0,genm with missing infotype value, -section,, -cmd,genm,,BLANK,,, -infotype,,,BLANK,,BLANK, 64 0,genm with invalid infotype value, -section,, -cmd,genm,,BLANK,,, -infotype,asdf,,BLANK,,BLANK, 65 1,genm with infotype signKeyPairTypes, -section,, -cmd,genm,,BLANK,,, -infotype,signKeyPairTypes,,B… 67 … , -section,, -cmd,genm,, -cacertsout,_RESULT_DIR/test.cacerts.pem,, -infotype,caCerts,,BLANK,,B… 68 …on , -section,, -cmd,genm,, BLANK , ,, -infotype,caCerts,,BLANK,,B… 69 … , -section,, -cmd,genm,, -cacertsout,BLANK ,, -infotype,caCerts,,BLANK,,B… 81 0,genm rootCaCert missing newwithnew , -section,, -cmd,genm,, BLANK,,, -infotype,rootCaCert,, -… [all …]
|
H A D | test_verification.csv | 27 …certs_empty.pem,, -srvcertout,_RESULT_DIR/test.srvcertout.pem,-cmd,genm, -infotype,signKeyPairTypes
|
/openssl/crypto/x509/ |
H A D | by_store.c | 51 int infotype; in cache_objects() local 57 infotype = OSSL_STORE_INFO_get_type(info); in cache_objects() 60 if (infotype == OSSL_STORE_INFO_NAME) { in cache_objects() 74 switch (infotype) { in cache_objects()
|
/openssl/test/recipes/80-test_cmp_http_data/Mock/ |
H A D | test.cnf | 88 infotype =
|
/openssl/ssl/ |
H A D | ssl_cert.c | 1002 int infotype = info == 0 ? 0 : OSSL_STORE_INFO_get_type(info); in add_uris_recursive() local 1007 if (infotype == OSSL_STORE_INFO_NAME) { in add_uris_recursive() 1015 } else if (infotype == OSSL_STORE_INFO_CERT) { in add_uris_recursive()
|
/openssl/doc/man1/ |
H A D | openssl-cmp.pod.in | 19 [B<-infotype> I<name>] 253 =item B<-infotype> I<name> 735 This option must be provided when B<-infotype> I<rootCaCert> is given.
|
Completed in 27 milliseconds