Home
last modified time | relevance | path

Searched refs:csr (Results 1 – 16 of 16) sorted by relevance

/openssl/test/certs/
H A Dmkcert.sh113 csr=$(req "$key" "CN = $cn") || return 1
114 echo "$csr" |
155 echo "$csr" |
176 echo "$csr" |
268 echo "$csr" |
302 echo "$csr" |
348 echo "$csr" |
357 csr=$(req_nocn "$key") || return 1
358 echo "$csr" |
391 echo "$csr" |
[all …]
/openssl/test/testutil/
H A Dload.c94 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/test/ocsp-tests/
H A Dmk-ocsp-cert-chain.sh44 -out intermediate-csr.pem
53 -in intermediate-csr.pem \
72 -out server-csr.pem
82 -in server-csr.pem \
/openssl/test/recipes/80-test_cmp_http_data/
H A Dtest_enrollment.csv1 …le_confirm,noarg, -certout,val,val2, -out_trusted,val,val2, -oldcert,val, -csr,val, -revreason,val…
95 …,BLANK,, -certout,_RESULT_DIR/test.certout_csr1.pem,, -out_trusted,root.crt,,BLANK,, -csr,csr.pem,,
96 …,BLANK,, -certout,_RESULT_DIR/test.certout_csr2.pem,, -out_trusted,root.crt,,BLANK,, -csr,csr.pem,,
97 …,BLANK,, -certout,_RESULT_DIR/test.certout_csr3.pem,, -out_trusted,root.crt,,BLANK,, -csr,csr.pem,,
98 …,BLANK,, -certout,_RESULT_DIR/test.certout_csr4.pem,, -out_trusted,root.crt,,BLANK,, -csr,csr.pem,,
99csr present, -section,, -cmd,p10cr,BLANK,,, BLANK,,,,BLANK,,BLANK,,BLANK,,BLANK,,BLANK,,BLANK,,BLA…
100 0,p10cr csr missing, -section,, -cmd,p10cr, -newkey,new.key,, -newkeypass,pass:,,,BLANK,,BLANK,,BLA…
101csr missing arg, -section,, -cmd,p10cr, -newkey,new.key,, -newkeypass,pass:,,,BLANK,,BLANK,,BLANK,…
102csr non-existing file, -section,, -cmd,p10cr, -newkey,new.key,, -newkeypass,pass:,,,BLANK,,BLANK,,…
103csr empty file, -section,, -cmd,p10cr, -newkey,new.key,, -newkeypass,pass:,,,BLANK,,BLANK,,BLANK,,…
[all …]
H A Dtest_commands.csv37 1, --- use csr for revocation ----, -section,, -cmd,rr,,BLANK,,,BLANK,,,BLANK,, -revreason,0,,, -cs…
46 1,use csr for revocation, -section,, -cmd,rr,,BLANK,,,BLANK,,,BLANK,, -revreason,0, -csr,csr.pem
56 0,rr without oldcert/csr/issuer/serial, -section,, -cmd,rr,,BLANK,,,BLANK,,,BLANK,,BLANK,
/openssl/test/
H A Dcmp_client_test.c333 X509_REQ *csr = NULL; in test_exec_P10CR_ses() local
340 if (!TEST_ptr(csr = load_csr_der(pkcs10_f, libctx)) in test_exec_P10CR_ses()
341 || !TEST_true(OSSL_CMP_CTX_set1_p10CSR(ctx, csr)) in test_exec_P10CR_ses()
347 X509_REQ_free(csr); in test_exec_P10CR_ses()
/openssl/test/recipes/
H A D90-test_store.t418 (my $csr = $dstfile) =~ s|\.pem|.csr|;
422 "-key", $srckey, "-out", $csr]))
429 "-in", $csr, "-out", $dstfile])));
/openssl/test/recipes/80-test_cmp_http_data/Mock/
H A Dtest.cnf109 csr =
/openssl/apps/lib/
H A Dapps.c561 X509_REQ *csr; in load_csr_autofmt() local
564 csr = load_csr(infile, format, desc); in load_csr_autofmt()
569 csr = load_csr(infile, FORMAT_PEM, NULL /* desc */); in load_csr_autofmt()
571 if (csr == NULL) { in load_csr_autofmt()
573 csr = load_csr(infile, FORMAT_ASN1, NULL /* desc */); in load_csr_autofmt()
575 if (csr == NULL) { in load_csr_autofmt()
580 if (csr != NULL) { in load_csr_autofmt()
581 EVP_PKEY *pkey = X509_REQ_get0_pubkey(csr); in load_csr_autofmt()
582 int ret = do_X509_REQ_verify(csr, pkey, vfyopts); in load_csr_autofmt()
588 return csr; in load_csr_autofmt()
[all …]
/openssl/doc/HOWTO/
H A Dcertificates.txt55 openssl req -new -key privkey.pem -out cert.csr
57 Now, cert.csr can be sent to the certificate authority, if they can
/openssl/apps/
H A Dcmp.c1663 X509_REQ *csr = NULL; in setup_request_ctx() local
1858 csr = load_csr_autofmt(opt_csr, FORMAT_UNDEF, NULL, "PKCS#10 CSR"); in setup_request_ctx()
1859 if (csr == NULL) in setup_request_ctx()
1861 if (!OSSL_CMP_CTX_set1_p10CSR(ctx, csr)) in setup_request_ctx()
1868 X509V3_set_ctx(&ext_ctx, NULL, NULL, csr, NULL, X509V3_CTX_REPLACE); in setup_request_ctx()
1884 X509_REQ_free(csr); in setup_request_ctx()
1956 X509_REQ_free(csr); in setup_request_ctx()
/openssl/doc/man1/
H A Dopenssl-cmp.pod.in38 [B<-csr> I<filename>]
294 Defaults to the public key in the PKCS#10 CSR given with the B<-csr> option,
316 Default is the subject DN of any PKCS#10 CSR given with the B<-csr> option.
321 If provided and neither of B<-cert>, B<-oldcert>, or B<-csr> is given,
344 If the B<-csr> option is present, these extensions augment the extensions
388 =item B<-csr> I<filename>
456 For RR the certificate to be revoked can also be specified using B<-csr>.
457 B<-oldcert> and B<-csr> is ignored if B<-issuer> and B<-serial> is provided.
1056 and no B<-newkey>, B<-key>, B<-oldcert>, or B<-csr> option is given,
H A Dopenssl-req.pod.in671 openssl req -new -key sm2.key -out sm2.csr -sm3 -sigopt "distid:1234567812345678"
675 openssl req -verify -in sm2.csr -sm3 -vfyopt "distid:1234567812345678"
H A Dopenssl-ca.pod.in680 openssl ca -in sm2.csr -out sm2.crt -md sm3 \
/openssl/include/openssl/
H A Dcmp.h.in424 int OSSL_CMP_CTX_set1_p10CSR(OSSL_CMP_CTX *ctx, const X509_REQ *csr);
/openssl/doc/man3/
H A DOSSL_CMP_CTX_new.pod148 int OSSL_CMP_CTX_set1_p10CSR(OSSL_CMP_CTX *ctx, const X509_REQ *csr);

Completed in 59 milliseconds