| /freebsd/crypto/openssl/test/recipes/80-test_cmp_http_data/ |
| H A D | test_verification.csv | 1 expected,description, -section,val, -recipient,val, -expect_sender,val, -srvcert,val, -trusted,val,… 2 ,,,,Recipient,options:,,,,,,,,,,,,,,,,,,, 4 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… 12 1,config default with expected sender, -section,, -recipient,_CA_DN, -expect_sender,_SERVER_DN,BLAN… 13 0,expected sender missing arg, -section,, -recipient,_CA_DN, -expect_sender,,BLANK,, -trusted,trust… [all …]
|
| /freebsd/contrib/sendmail/src/ |
| H A D | TRACEFLAGS | 32 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 D | helpfile | 52 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. 127 -bt for Recipient. These can be combined, `HR' sets
|
| /freebsd/contrib/tcpdump/ |
| H A D | print-zephyr.c | 51 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() 159 NULL, /* recipient */ in zephyr_print() 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/contrib/sendmail/libmilter/docs/ |
| H A D | api.html | 120 <TR><TD><A HREF="smfi_addrcpt.html">smfi_addrcpt</A></TD><TD>Add a recipient to 124 a recipient including ESMTP parameter to the envelope. 127 <TR><TD><A HREF="smfi_delrcpt.html">smfi_delrcpt</A></TD><TD>Delete a recipient 171 <TR><TD><A HREF="xxfi_envrcpt.html">xxfi_envrcpt</A></TD><TD>envelope recipient</TD></TR> 199 <P><A NAME="conn-spec">Milter</A> distinguishes between recipient-, 201 Recipient-oriented callbacks may affect the processing 202 of a single message recipient; 207 <A HREF="xxfi_envrcpt.html">xxfi_envrcpt</A> is recipient-oriented. 219 <TD>Continue processing the current connection, message, or recipient. 227 …For a recipient-oriented routine, reject the current recipient (but continue processing the curren… [all …]
|
| H A D | smfi_addrcpt_par.html | 20 Add a recipient for the current message including ESMTP arguments. 32 <TD>Add a recipient to the message envelope.</TD> 45 <TD>The new recipient's address. 48 <TD>The new recipient's ESMTP parameters.
|
| H A D | xxfi_envrcpt.html | 27 <TD>xxfi_envrcpt is called once per recipient, hence one or more times per message, immediately aft… 45 argv[0] is guaranteed to be the recipient address. 58 <TD>Temporarily fail for this particular recipient; further recipients 64 <TD>Reject this particular recipient; further recipients may still be sent.
|
| H A D | smfi_addrcpt.html | 19 Add a recipient for the current message. 31 <TD>Add a recipient to the message envelope.</TD> 44 <TD>The new recipient's address.
|
| /freebsd/contrib/sendmail/cf/mailer/ |
| H A D | smtp.m4 | 37 # 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
|
| /freebsd/contrib/sendmail/contrib/ |
| H A D | qtool.8 | 74 \fI%msg\fP. If a field has multiple values (e.g. 'Recipient'), it will be 115 The error recipient (deprecated). 118 Final recipient (for DSNs). 167 Original recipient (ORCPT= parameter). 175 \fBrecipient\fP 176 Array of character flags followed by colon and recipient name. Flags:
|
| /freebsd/crypto/openssl/doc/man3/ |
| H A D | CMS_decrypt.pod | 26 with the recipient private key I<pkey> if I<pkey> is not NULL. 62 not. If no recipient succeeds then a random symmetric key is used to decrypt 65 error when all recipient encrypted keys failed to decrypt an attacker could 68 recipient encrypted key can be decrypted B<without> generating a random 73 It is possible to determine the correct recipient key by other means (for 76 or use CMS_decrypt_set1_password() if the recipient has a symmetric key.
|
| H A D | CMS_add1_recipient_cert.pod | 27 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 D | CMS_get0_RecipientInfos.pod | 52 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
|
| /freebsd/secure/lib/libcrypto/man/man3/ |
| H A D | CMS_decrypt.3 | 85 with the recipient private key \fIpkey\fR if \fIpkey\fR is not NULL. 120 not. If no recipient succeeds then a random symmetric key is used to decrypt 123 error when all recipient encrypted keys failed to decrypt an attacker could 126 recipient encrypted key can be decrypted \fBwithout\fR generating a random 131 It is possible to determine the correct recipient key by other means (for 134 or use \fBCMS_decrypt_set1_password()\fR if the recipient has a symmetric key.
|
| H A D | CMS_add1_recipient_cert.3 | 86 \&\fBCMS_add1_recipient()\fR adds recipient \fBrecip\fR and provides the originator pkey 91 \&\fBCMS_add1_recipient_cert()\fR adds recipient \fBrecip\fR to CMS_ContentInfo enveloped 109 OpenSSL will by default identify recipient certificates using issuer name 111 identifier value instead. An error occurs if all recipient certificates do not
|
| H A D | CMS_get0_RecipientInfos.3 | 111 \&\fBCMS_RecipientInfo_ktri_get0_signer_id()\fR retrieves the certificate recipient 161 recipient keys using any appropriate technique when the simpler method 173 The \fBCMS_RecipientInfo_encrypt()\fR can be used to add a new recipient to an 176 available, it will then add a new recipient using a function such as
|
| /freebsd/crypto/openssl/demos/smime/ |
| H A D | smenc.c | 31 /* Read in recipient certificate */ in main() 42 /* Create recipient STACK and add recipient cert to it */ in main() 49 * OSSL_STACK_OF_X509_free() will free up recipient STACK and its contents in main()
|
| /freebsd/crypto/openssl/demos/cms/ |
| H A D | cms_enc.c | 32 /* Read in recipient certificate */ in main() 43 /* Create recipient STACK and add recipient cert to it */ in main() 50 * OSSL_STACK_OF_X509_free() will free up recipient STACK and its contents in main()
|
| H A D | cms_denc.c | 31 /* Read in recipient certificate */ in main() 42 /* Create recipient STACK and add recipient cert to it */ in main() 49 * OSSL_STACK_OF_X509_free() free up recipient STACK and its contents in main()
|
| /freebsd/contrib/sendmail/include/libmilter/ |
| H A D | mfapi.h | 126 /* envelope recipient filter */ 259 ** recipient) processing of the message will continue. 318 /* envelope recipient filter */ 322 ** xxfi_envrcpt(ctx, argv) Invoked on each envelope recipient 325 ** argv[0] is guaranteed to be the recipient address. 498 ** Add a recipient to the envelope 501 ** char *rcpt; Recipient to be added 507 ** Add a recipient to the envelope 510 ** char *rcpt; Recipient to be added 527 ** Delete a recipient from the envelope [all …]
|
| /freebsd/usr.bin/talk/ |
| H A D | talk.1 | 79 At this point, the recipient 84 It does not matter from which machine the recipient replies, as 114 to find the recipient's machine 116 to find the recipient's tty
|
| /freebsd/contrib/ofed/opensm/include/opensm/ |
| H A D | osm_madw.h | 143 * Context needed by recipient of NodeInfo attribute. 175 * Context needed by recipient of PortInfo attribute. 194 * Context needed by recipient of GUIDInfo attribute. 211 * Context needed by recipient of NodeDescription attribute. 225 * Context needed by recipient of SwitchInfo attribute. 242 * Context needed by recipient of LinearForwardingTable attribute. 257 * Context needed by recipient of MulticastForwardingTable attribute. 272 * Context needed by recipient of SMInfo attribute. 288 * Context needed by recipient of P_Key attribute. 304 * Context needed by recipient of PortInfo attribute. [all …]
|
| /freebsd/secure/usr.bin/openssl/man/ |
| H A D | openssl-cms.1 | 129 [\fIrecipient-cert\fR ...] 253 Encrypt data for the given recipient certificates. Input file is the message 257 Note that no revocation check is done for the recipient cert, so if that 383 Specify password for recipient. 446 When decrypting a message this specifies the certificate of the recipient. 450 each recipient. This form \fBmust\fR be used if customised parameters are 455 .IP "\fIrecipient-cert\fR ..." 4 456 .IX Item "recipient-cert ..." 536 be provided by all recipient or first tier recipients (those mailed directly 680 If the \fB\-decrypt\fR option is used without a recipient certificate then an [all …]
|
| /freebsd/contrib/ofed/librdmacm/man/ |
| H A D | rdma_get_cm_event.3 | 92 The number of responder resources requested of the recipient. 97 that the recipient may have outstanding. This field matches the responder 104 that the recipient should retry send operations. 106 The number of times that the recipient should retry receiver not ready (RNR)
|
| /freebsd/crypto/openssl/doc/man1/ |
| H A D | openssl-cms.pod.in | 69 [I<recipient-cert> ...] 174 Encrypt data for the given recipient certificates. Input file is the message 178 Note that no revocation check is done for the recipient cert, so if that 337 Specify password for recipient. 400 When decrypting a message this specifies the certificate of the recipient. 404 each recipient. This form B<must> be used if customised parameters are 410 =item I<recipient-cert> ... 509 be provided by all recipient or first tier recipients (those mailed directly 689 If the B<-decrypt> option is used without a recipient certificate then an 690 attempt is made to locate the recipient by trying each potential recipient [all …]
|