Home
last modified time | relevance | path

Searched refs:recipient (Results 1 – 25 of 158) sorted by relevance

1234567

/freebsd-14.2/crypto/openssl/test/recipes/80-test_cmp_http_data/
H A Dtest_verification.csv4 1,default test, -section,, -recipient,_CA_DN,BLANK,,BLANK,, -trusted,trusted.crt,BLANK,,BLANK, -unp…
6 0,recipient missing arg, -section,, -recipient,,BLANK,,BLANK,, -trusted,trusted.crt,BLANK,,BLANK, -…
7 1,unknown attribute in recipient name, -section,, -recipient,_CA_DN/ABC=123,BLANK,,BLANK,, -trusted…
8 0,wrong syntax in recipient name: trailing double '/' after value, -section,, -recipient,_CA_DN//,B…
9 0,wrong syntax in recipient name: missing '=', -section,, -recipient,/CDE,BLANK,,BLANK,, -trusted,t…
10 0,wrong syntax in recipient name: C too long, -section,, -recipient,/CN=ECC Issuing CA v10/OU=For t…
26 0,wrong srvcert, -section,, -recipient,"""",BLANK,, -srvcert,signer.crt, -trusted,"""",BLANK,,BLANK…
30 1,no -trusted but srvcert, -section,, -recipient,_CA_DN,BLANK,, -srvcert,_SERVER_CERT,BLANK,,BLANK,…
31 0,trusted missing arg, -section,, -recipient,_CA_DN,BLANK,,BLANK,, -trusted,,BLANK,,BLANK, -unprote…
33 0,trusted empty file, -section,, -recipient,_CA_DN,BLANK,,BLANK,, -trusted,empty.txt,BLANK,,BLANK, …
[all …]
/freebsd-14.2/contrib/tcpdump/
H A Dprint-zephyr.c51 const char *recipient; member
114 z_triple(const char *class, const char *inst, const char *recipient) in z_triple() argument
116 if (!*recipient) in z_triple()
117 recipient = "*"; in z_triple()
118 snprintf(z_buf, sizeof(z_buf), "<%s,%s,%s>", class, inst, recipient); in z_triple()
203 PARSE_FIELD_STR(z.recipient); in zephyr_print()
336 if (!*z.recipient) in zephyr_print()
337 z.recipient = "*"; in zephyr_print()
339 ZEPHYR_PRINT(" to ", z_triple(z.class, z.inst, z.recipient)); in zephyr_print()
/freebsd-14.2/contrib/sendmail/cf/mailer/
H A Dsmtp.m437 # common sender and masquerading recipient rewriting
74 R$+ $: $>PseudoToReal $1 sender/recipient common
81 # envelope recipient rewriting --
82 # also header recipient if not masquerading recipients
85 R$+ $: $>PseudoToReal $1 sender/recipient common
90 # header sender and masquerading header recipient rewriting
93 R$+ $: $>PseudoToReal $1 sender/recipient common
104 # relay mailer header masquerading recipient rewriting
H A Dlocal.m448 # Envelope recipient rewriting
68 # Header recipient rewriting
H A Duucp.m452 # envelope recipient rewriting
67 # header recipient rewriting
/freebsd-14.2/contrib/sendmail/src/
H A DTRACEFLAGS32 25 recipient.c sendtolist
33 26 recipient.c recipient
37 27 recipient.c include
40 29 recipient.c recipient (local users), finduser
56 44 recipient.c writable
H A Dhelpfile52 rcpt RCPT To:<recipient> [ <parameters> ]
53 rcpt Specifies the recipient. Can be used any number of times.
70 vrfy VRFY <recipient>
73 expn EXPN <recipient>
97 dsn RCPT To:<recipient> [ NOTIFY={NEVER,SUCCESS,FAILURE,DELAY} ]
98 dsn [ ORCPT=<recipient> ]
105 dsn ORCPT Original recipient.
/freebsd-14.2/crypto/openssl/doc/man3/
H A DCMS_decrypt.pod26 with the recipient private key I<pkey> if I<pkey> is not NULL.
63 not. If no recipient succeeds then a random symmetric key is used to decrypt
66 error when all recipient encrypted keys failed to decrypt an attacker could
69 recipient encrypted key can be decrypted B<without> generating a random
74 It is possible to determine the correct recipient key by other means (for
77 or use CMS_decrypt_set1_password() if the recipient has a symmetric key.
H A DCMS_add1_recipient_cert.pod27 CMS_add1_recipient() adds recipient B<recip> and provides the originator pkey
32 CMS_add1_recipient_cert() adds recipient B<recip> to CMS_ContentInfo enveloped
51 OpenSSL will by default identify recipient certificates using issuer name
53 identifier value instead. An error occurs if all recipient certificates do not
H A DPKCS7_decrypt.pod16 structure. B<pkey> is the private key of the recipient, B<cert> is the
38 PKCS7_decrypt() must be passed the correct recipient key and certificate. It would
H A DCMS_get0_RecipientInfos.pod52 CMS_RecipientInfo_ktri_get0_signer_id() retrieves the certificate recipient
103 recipient keys using any appropriate technique when the simpler method
115 The CMS_RecipientInfo_encrypt() can be used to add a new recipient to an
118 available, it will then add a new recipient using a function such as
H A DCMS_encrypt.pod20 AuthEnvelopedData structure. I<certs> is a list of recipient certificates.
53 OpenSSL will by default identify recipient certificates using issuer name
55 identifier value instead. An error occurs if all recipient certificates do not
H A DPKCS7_encrypt.pod21 I<certs> is a list of recipient certificates. I<in> is the content to be
26 Only RSA keys are supported in PKCS#7 and envelopedData so the recipient
H A DOSSL_CMP_HDR_get0_transactionID.pod23 OSSL_CMP_HDR_get0_recipNonce returns the recipient nonce of the given PKIHeader.
/freebsd-14.2/contrib/file/magic/Magdir/
H A Dcrypto41 # Only the first recipient is printed in detail to prevent repetitive output
44 >25 regex/128 \^[^\040]+ \b, %s recipient
/freebsd-14.2/crypto/openssl/crypto/cmp/
H A Dcmp_hdr.c126 return set1_general_name(&hdr->recipient, nm); in ossl_cmp_hdr_set1_recipient()
315 if (ctx->recipient != NULL) in ossl_cmp_hdr_init()
316 rcp = ctx->recipient; in ossl_cmp_hdr_init()
/freebsd-14.2/contrib/sendmail/cf/cf/
H A Dsubmit.cf371 # work recipient factor
970 ### $1 -- full recipient address
986 ### $1 -- full recipient address
1137 ### Rcpt_ok: is the recipient ok?
1256 ### (done in client, per recipient)
1259 ### $1: recipient
1371 # Envelope recipient rewriting
1389 # Header recipient rewriting
1447 R$+ $: $>PseudoToReal $1 sender/recipient common
1454 # envelope recipient rewriting --
[all …]
/freebsd-14.2/contrib/sendmail/cf/feature/
H A Dbcc.m437 # - an e-mail address ([email protected]) which is then added as "bcc" recipient.
38 # - an empty string: do not add a "bcc" recipient, or
/freebsd-14.2/crypto/openssl/doc/man1/
H A Dopenssl-cms.pod.in66 [I<recipient-cert> ...]
170 Encrypt data for the given recipient certificates. Input file is the message
174 Note that no revocation check is done for the recipient cert, so if that
323 Specify password for recipient.
386 When decrypting a message this specifies the certificate of the recipient.
390 each recipient. This form B<must> be used if customised parameters are
396 =item I<recipient-cert> ...
489 be provided by all recipient or first tier recipients (those mailed directly
669 If the B<-decrypt> option is used without a recipient certificate then an
670 attempt is made to locate the recipient by trying each potential recipient
[all …]
H A Dopenssl-cmp.pod.in53 [B<-recipient> I<name>]
298 If provided and neither B<-recipient> nor B<-srvcert> is given,
299 the issuer DN is used as fallback recipient of outgoing CMP messages.
424 Its issuer is used as default recipient in CMP message headers
425 if neither B<-recipient>, B<-srvcert>, nor B<-issuer> is given.
491 =item B<-recipient> I<name>
496 The recipient field in the header of a CMP message is mandatory.
497 If not given explicitly the recipient is determined in the following order:
582 as default value for the recipient of CMP requests
1215 so we specify the name of the CA with the B<-recipient> option
[all …]
/freebsd-14.2/sys/contrib/device-tree/Bindings/arm/freescale/
H A Dfsl,vf610-mscm-ir.txt5 allows to configure the recipient of each peripheral interrupt. Furthermore
/freebsd-14.2/usr.sbin/sendmail/
H A DMakefile19 ratectrl.c readcf.c recipient.c savemail.c sasl.c sched.c sfsasl.c \
/freebsd-14.2/crypto/openssl/test/smime-eml/
H A DSignedInvalidMappingFromanyPolicyTest7.eml1 To: recipient@testcertificates.gov
/freebsd-14.2/crypto/openssl/doc/internal/man3/
H A Dossl_cmp_hdr_init.pod70 ossl_cmp_hdr_set1_recipient() sets the recipient field in the given
72 If B<nm> is NULL, recipient is set to the NULL DN (the empty list of strings).
/freebsd-14.2/crypto/openssl/test/
H A Dcmp_hdr_test.c154 if (!TEST_int_eq(fixture->hdr->recipient->type, GEN_DIRNAME)) in execute_HDR_set1_recipient_test()
157 if (!TEST_int_eq(X509_NAME_cmp(fixture->hdr->recipient->d.directoryName, in execute_HDR_set1_recipient_test()

1234567