/third_party/openssl/crypto/pkcs7/ |
D | pk7_smime.c | 216 STACK_OF(X509) *signers; in PKCS7_verify() 264 signers = PKCS7_get0_signers(p7, certs, flags); in PKCS7_verify() 265 if (signers == NULL) in PKCS7_verify() 275 for (k = 0; k < sk_X509_num(signers); k++) { in PKCS7_verify() 276 signer = sk_X509_value(signers, k); in PKCS7_verify() 360 signer = sk_X509_value(signers, i); in PKCS7_verify() 378 sk_X509_free(signers); in PKCS7_verify() 385 STACK_OF(X509) *signers; in STACK_OF() 411 if ((signers = sk_X509_new_null()) == NULL) { in STACK_OF() 431 sk_X509_free(signers); in STACK_OF() [all …]
|
/third_party/openssl/apps/ |
D | smime.c | 22 static int save_certs(char *signerfile, STACK_OF(X509) *signers); 610 STACK_OF(X509) *signers; in smime_main() 617 signers = PKCS7_get0_signers(p7, other, flags); in smime_main() 618 if (!save_certs(signerfile, signers)) { in smime_main() 623 sk_X509_free(signers); in smime_main() 678 static int save_certs(char *signerfile, STACK_OF(X509) *signers) in save_certs() argument 688 for (i = 0; i < sk_X509_num(signers); i++) in save_certs() 689 PEM_write_bio_X509(tmp, sk_X509_value(signers, i)); in save_certs()
|
D | cms.c | 24 static int save_certs(char *signerfile, STACK_OF(X509) *signers); 1179 STACK_OF(X509) *signers = CMS_get0_signers(cms); in cms_main() 1181 if (!save_certs(signerfile, signers)) { in cms_main() 1187 sk_X509_free(signers); in cms_main() 1281 static int save_certs(char *signerfile, STACK_OF(X509) *signers) in save_certs() argument 1290 for (i = 0; i < sk_X509_num(signers); i++) in save_certs() 1291 PEM_write_bio_X509(tmp, sk_X509_value(signers, i)); in save_certs()
|
/third_party/openssl/doc/man3/ |
D | CMS_get0_SignerInfos.pod | 41 CMS_SignerInfo_set1_signer_cert() sets the signers certificate of B<si> to 47 signers certificates using any appropriate technique when the simpler method 59 there are no signers this is not a problem in practice because the only 66 are no signers or an error occurs.
|
D | CMS_sign.pod | 47 the signers certificate can be obtained by other means: for example a 85 output to which additional signers and capabilities can be added before 107 B<CMS_PARTIAL> flag set. Then one or more signers can be added using the
|
D | CMS_add1_signer.pod | 42 are not appropriate. For example if multiple signers or non default digest 64 the signers certificate can be obtained by other means: for example a
|
D | PKCS7_sign_add_signer.pod | 38 not appropriate. For example if multiple signers or non default digest 57 signers certificate can be obtained by other means: for example a previously
|
D | PKCS7_sign.pod | 71 which additional signers and capabilities can be added before finalization. 86 NULL if the B<PKCS7_PARTIAL> flag is set. One or more signers can be added
|
D | CMS_verify.pod | 117 CMS_get0_signers() returns all signers or NULL if an error occurred.
|
D | PKCS7_verify.pod | 114 PKCS7_get0_signers() returns all signers or NULL if an error occurred.
|
/third_party/openssl/crypto/ts/ |
D | ts_rsp_verify.c | 94 STACK_OF(X509) *signers = NULL; in TS_RESP_verify_signature() 125 signers = PKCS7_get0_signers(token, certs, 0); in TS_RESP_verify_signature() 126 if (!signers || sk_X509_num(signers) != 1) in TS_RESP_verify_signature() 128 signer = sk_X509_value(signers, 0); in TS_RESP_verify_signature() 162 sk_X509_free(signers); in TS_RESP_verify_signature()
|
/third_party/openssl/doc/man1/ |
D | openssl-smime.pod.in | 102 Resign a message: take an existing message and one or more new signers. 185 Do not verify the signers certificate of a signed message. 189 Do not do chain verification of signers certificates; that is, do not 200 signed message but the verifier must have a copy of the signers certificate 236 the signers certificates. 243 verified then the signers certificates will be written to this file if the 248 Don't include signers certificate when signing. 276 then many S/MIME mail clients check the signers certificate's email 317 will verify multiple signers on received messages. Some S/MIME clients 318 choke if a message contains multiple signers. It is possible to sign [all …]
|
D | openssl-cms.pod.in | 196 Resign a message: take an existing message and one or more new signers. 446 the signers certificates. 467 signed message but the verifier must have a copy of the signers certificate 505 If a message has been verified successfully then the signers certificate(s) 530 Do not verify the signers certificate of a signed message. 583 then many S/MIME mail clients check the signers certificate's email 643 will verify multiple signers on received messages. Some S/MIME clients 644 choke if a message contains multiple signers. It is possible to sign 739 the signers certificates. 783 Create a signed message with two signers, use key identifier:
|
D | openssl-ocsp.pod.in | 236 signers certificate. With this option the signers certificate must be specified 247 Don't verify the OCSP response signers certificate at all. Since this 262 Don't perform any additional checks on the OCSP response signers certificate. 263 That is do not make any checks to see if the signers certificate is authorised
|
D | openssl-crl2pkcs7.pod.in | 84 The output file is a PKCS#7 signed data structure containing no signers and
|
/third_party/skia/site/docs/dev/contrib/ |
D | _index.md | 66 [go/cla-signers](https://goto.google.com/cla-signers). Then have an entry added
|
/third_party/flutter/skia/site/dev/contrib/ |
D | index.md | 58 [go/cla-signers](https://goto.google.com/cla-signers).
|
/third_party/rust/crates/rust-openssl/openssl/src/ |
D | pkcs7.rs | 259 pub fn signers( in signers() method 405 fn signers() { in signers() function 431 .signers(&empty_certs, flags) in signers()
|
/third_party/openssl/doc/ |
D | README.md | 7 PGP fingerprints of authorised release signers
|
/third_party/openssl/crypto/cms/ |
D | cms_sd.c | 562 STACK_OF(X509) *signers = NULL; in STACK_OF() 571 if (!ossl_x509_add_cert_new(&signers, si->signer, in STACK_OF() 573 sk_X509_free(signers); in STACK_OF() 578 return signers; in STACK_OF()
|
/third_party/rust/crates/rust-openssl/openssl/ |
D | CHANGELOG.md | 188 * Added `Pkcs7Ref::signers`.
|
/third_party/openssl/crypto/err/ |
D | openssl.txt | 343 CMS_R_NO_SIGNERS:135:no signers 927 PKCS7_R_NO_SIGNERS:142:no signers
|
/third_party/openssl/ |
D | CHANGES.md | 9474 * New -resign option to smime utility. This adds one or more signers 9481 create PKCS7 structures containing multiple signers. Update smime 9482 application to support multiple signers.
|