/openssl-master/test/certs/ |
A D | mkcert.sh | 113 csr=$(req "$key" "CN = $cn") || return 1 114 echo "$csr" | 150 echo "$csr" | 171 echo "$csr" | 247 echo "$csr" | 281 echo "$csr" | 327 echo "$csr" | 336 csr=$(req_nocn "$key") || return 1 337 echo "$csr" | 370 echo "$csr" | [all …]
|
/openssl-master/test/testutil/ |
A D | load.c | 94 X509_REQ *csr = NULL; in load_csr_der() local 100 csr = X509_REQ_new_ex(libctx, NULL); in load_csr_der() 101 if (TEST_ptr(csr)) in load_csr_der() 102 (void)TEST_ptr(d2i_X509_REQ_bio(bio, &csr)); in load_csr_der() 104 return csr; in load_csr_der()
|
/openssl-master/test/recipes/80-test_cmp_http_data/ |
A D | test_enrollment.csv | 1 …ble_confirm,noarg, -certout,val,val2, -out_trusted,val,val2, -oldcert,val, -csr,val, -revreason,val 86 …csr used in ir, -section,, -cmd,ir, -newkey,new.key,, -newkeypass,pass:,,,BLANK,,BLANK,,BLANK,,BLA… 87 …csr present, -section,, -cmd,p10cr,BLANK,,, BLANK,,,,BLANK,,BLANK,,BLANK,,BLANK,,BLANK,,BLANK,,BLA… 88 0,p10cr csr missing, -section,, -cmd,p10cr, -newkey,new.key,, -newkeypass,pass:,,,BLANK,,BLANK,,BLA… 89 …csr missing arg, -section,, -cmd,p10cr, -newkey,new.key,, -newkeypass,pass:,,,BLANK,,BLANK,,BLANK,… 90 …csr directory, -section,, -cmd,p10cr, -newkey,new.key,, -newkeypass,pass:,,,BLANK,,BLANK,,BLANK,,B… 91 …csr non-existing file, -section,, -cmd,p10cr, -newkey,new.key,, -newkeypass,pass:,,,BLANK,,BLANK,,… 92 …csr empty file, -section,, -cmd,p10cr, -newkey,new.key,, -newkeypass,pass:,,,BLANK,,BLANK,,BLANK,,… 93 …csr, -section,, -cmd,p10cr, -newkey,new.key,, -newkeypass,pass:,,,BLANK,,BLANK,,BLANK,,BLANK,,BLAN…
|
A D | test_commands.csv | 36 1, --- use csr for revocation ----, -section,, -cmd,rr,,BLANK,,,BLANK,,,BLANK,,BLANK, -revreason,0,…
|
/openssl-master/test/recipes/ |
A D | 90-test_store.t | 410 (my $csr = $dstfile) =~ s|\.pem|.csr|; 414 "-key", $srckey, "-out", $csr])) 421 "-in", $csr, "-out", $dstfile])));
|
/openssl-master/apps/ |
A D | cmp.c | 648 X509_REQ *csr; in load_csr_autofmt() local 652 csr = load_csr(infile, FORMAT_PEM, desc); in load_csr_autofmt() 654 if (csr == NULL) { in load_csr_autofmt() 656 csr = load_csr(infile, FORMAT_ASN1, desc); in load_csr_autofmt() 658 if (csr == NULL) { in load_csr_autofmt() 663 EVP_PKEY *pkey = X509_REQ_get0_pubkey(csr); in load_csr_autofmt() 671 return csr; in load_csr_autofmt() 1450 X509_REQ *csr = NULL; in setup_request_ctx() local 1580 if (!OSSL_CMP_CTX_set1_p10CSR(ctx, csr)) in setup_request_ctx() 1603 X509_REQ_free(csr); in setup_request_ctx() [all …]
|
/openssl-master/test/recipes/80-test_cmp_http_data/Mock/ |
A D | test.cnf | 110 csr =
|
/openssl-master/doc/HOWTO/ |
A D | certificates.txt | 55 openssl req -new -key privkey.pem -out cert.csr 57 Now, cert.csr can be sent to the certificate authority, if they can
|
/openssl-master/doc/man1/ |
A D | openssl-cmp.pod.in | 36 [B<-csr> I<filename>] 254 Default is the public key in the PKCS#10 CSR given with the B<-csr> option, 270 in the PKCS#10 CSR given with the B<-csr> option, if provided, 310 If the B<-csr> option is present, these extensions augment the extensions 354 =item B<-csr> I<filename> 406 For RR the certificate to be revoked can also be specified using B<-csr>.
|
A D | openssl-req.pod.in | 602 openssl req -new -key sm2.key -out sm2.csr -sm3 -sigopt "distid:1234567812345678" 606 openssl req -verify -in sm2.csr -sm3 -vfyopt "distid:1234567812345678"
|
A D | openssl-ca.pod.in | 658 openssl ca -in sm2.csr -out sm2.crt -md sm3 \
|
/openssl-master/include/openssl/ |
A D | cmp.h.in | 341 int OSSL_CMP_CTX_set1_p10CSR(OSSL_CMP_CTX *ctx, const X509_REQ *csr);
|
/openssl-master/doc/man3/ |
A D | OSSL_CMP_CTX_new.pod | 133 int OSSL_CMP_CTX_set1_p10CSR(OSSL_CMP_CTX *ctx, const X509_REQ *csr);
|