/openssl-master/apps/ |
A D | tsget.in | 16 use vars qw(%options); 68 $curl->setopt(CURLOPT_SSLKEY, $options{k}) if defined($options{k}); 69 $curl->setopt(CURLOPT_SSLKEYPASSWD, $options{p}) if defined($options{p}); 70 $curl->setopt(CURLOPT_SSLCERT, $options{c}) if defined($options{c}); 71 $curl->setopt(CURLOPT_CAINFO, $options{C}) if defined($options{C}); 72 $curl->setopt(CURLOPT_CAPATH, $options{P}) if defined($options{P}); 73 $curl->setopt(CURLOPT_RANDOM_FILE, $options{r}) if defined($options{r}); 74 $curl->setopt(CURLOPT_EGDSOCKET, $options{g}) if defined($options{g}); 144 if (!exists($options{h}) || (@ARGV == 0 && !exists($options{o})) 151 $options{e} = ".tsr" unless defined($options{e}); [all …]
|
A D | pkcs12.c | 198 options |= NOKEYS; in pkcs12_main() 207 options |= NOCERTS; in pkcs12_main() 210 options |= CLCERTS; in pkcs12_main() 219 options |= INFO; in pkcs12_main() 910 if (options & INFO) in dump_certs_pkeys_bag() 912 if (options & NOKEYS) in dump_certs_pkeys_bag() 924 if (options & INFO) { in dump_certs_pkeys_bag() 933 if (options & NOKEYS) in dump_certs_pkeys_bag() 949 if (options & INFO) in dump_certs_pkeys_bag() 969 if (options & INFO) in dump_certs_pkeys_bag() [all …]
|
A D | version.c | 46 int cflags = 0, version = 0, date = 0, options = 0, platform = 0, dir = 0; in version_main() local 79 dirty = options = 1; in version_main() 94 seed = options = cflags = version = date = platform in version_main() 116 if (options) { in version_main()
|
/openssl-master/crypto/bio/ |
A D | bio_sock2.c | 41 int BIO_socket(int domain, int socktype, int protocol, int options) in BIO_socket() argument 90 int BIO_connect(int sock, const BIO_ADDR *addr, int options) in BIO_connect() argument 102 if (options & BIO_SOCK_KEEPALIVE) { in BIO_connect() 112 if (options & BIO_SOCK_NODELAY) { in BIO_connect() 150 int BIO_bind(int sock, const BIO_ADDR *addr, int options) in BIO_bind() argument 166 if (options & BIO_SOCK_REUSEADDR) { in BIO_bind() 224 int BIO_listen(int sock, const BIO_ADDR *addr, int options) in BIO_listen() argument 247 if (options & BIO_SOCK_KEEPALIVE) { in BIO_listen() 257 if (options & BIO_SOCK_NODELAY) { in BIO_listen() 274 on = options & BIO_SOCK_V6_ONLY ? 1 : 0; in BIO_listen() [all …]
|
/openssl-master/doc/man3/ |
A D | BIO_connect.pod | 12 int BIO_socket(int domain, int socktype, int protocol, int options); 13 int BIO_bind(int sock, const BIO_ADDR *addr, int options); 14 int BIO_connect(int sock, const BIO_ADDR *addr, int options); 15 int BIO_listen(int sock, const BIO_ADDR *addr, int options); 16 int BIO_accept_ex(int accept_sock, BIO_ADDR *peer, int options); 22 B<socktype> and B<protocol>. Socket B<options> are currently unused, 26 may be useful before calling BIO_connect(). The options may include 30 B<addr>. Connection B<options> may be zero or any combination of 35 given by B<addr>. Connection B<options> may be zero or any 43 Accept B<options> may be zero or B<BIO_SOCK_NONBLOCK>, and is applied
|
A D | SSL_CTX_set_options.pod | 14 uint64_t SSL_set_options(SSL *ssl, uint64_t options); 17 uint64_t SSL_clear_options(SSL *ssl, uint64_t options); 26 SSL_CTX_set_options() adds the options set via bit-mask in B<options> to B<ctx>. 29 SSL_set_options() adds the options set via bit-mask in B<options> to B<ssl>. 32 SSL_CTX_clear_options() clears the options set via bit-mask in B<options> 35 SSL_clear_options() clears the options set via bit-mask in B<options> to B<ssl>. 39 SSL_get_options() returns the options set for B<ssl>. 99 The following B<modifying> options are available: 419 after adding B<options>. 422 after clearing B<options>. [all …]
|
A D | SSL_CONF_CTX_set_flags.pod | 31 recognise options intended for command line or configuration file use. At 36 recognise options intended for use in SSL/TLS clients or servers. One or 41 recognise certificate and private key options. 52 indicate errors relating to unrecognised options or missing arguments in
|
/openssl-master/doc/internal/man3/ |
A D | OPTIONS.pod | 50 int opt_string(const char *name, const char **options); 76 that is the set of options the program accepts. For example: 135 A program should declare its options right after the enumeration, 164 Usage: PROGRAM [options] 165 Valid options are: 166 ...detailed list of options... 171 {OPT_HELP_STR, 1, '-', Usage: %s [options] [text...]\n"} 182 {OPT_SECTION_STR, 1, '-', "Validation options:\n"}, 186 the options and are indicated by using B<OPT_PARAM_STR> or the 236 ...other options... [all …]
|
/openssl-master/doc/man1/ |
A D | openssl-cms.pod.in | 13 General options: 19 Operation options: 38 File format options: 50 Keys and password options: 62 Encryption options: 75 Signing options: 90 Verification options: 103 Output options: 113 Printing options: 120 Validation options: [all …]
|
A D | openssl-dgst.pod.in | 112 See L<openssl-format-options(1)> for details. 116 Pass options to the signature algorithm during sign or verify operations. 117 Names and values of these options are algorithm-specific. 122 see L<openssl-passphrase-options(1)>. 149 supported by the B<gost> engine. MAC keys and other options should be set 157 Passes options to MAC algorithm, specified by B<-mac> key. 158 Following options are supported by both by B<HMAC> and B<gost-mac>: 222 The digest mechanisms that are available will depend on the options 239 The signing and verify options should only be used if a single file is 247 B<-macopt> command line options. [all …]
|
A D | openssl-genpkey.pod.in | 49 See L<openssl-format-options(1)> for details. 60 see L<openssl-passphrase-options(1)>. 70 precede any B<-pkeyopt> options. The options B<-paramfile> and B<-algorithm> 86 options supported depends on the public key algorithm used and its 93 precede any B<-algorithm>, B<-paramfile> or B<-pkeyopt> options. 100 precede any B<-pkeyopt> options. The options B<-paramfile> and B<-algorithm> 151 These options have the same meaning as the B<RSA> algorithm. 170 The EC key generation options can also be used for parameter generation. 259 no parameter generation options are specified. 268 All other options will be ignored if this value is set. [all …]
|
A D | openssl-ec.pod.in | 55 See L<openssl-format-options(1)> for details. 60 See L<openssl-format-options(1)> for details. 74 is not specified. If any encryption options are set then a pass phrase will be 82 see L<openssl-passphrase-options(1)>. 86 These options encrypt the private key with the DES, triple DES, IDEA or 89 If none of these options is specified the key is written in plain text. This 92 setting the encryption options it can be use to add or change the pass phrase. 93 These options can only be used with PEM format output files. 196 The B<-conv_form> and B<-no_public> options are no longer supported
|
A D | openssl-pkcs12.pod.in | 25 PKCS#12 input (parsing) options: 46 PKCS#12 output (export) options: 104 see L<openssl-passphrase-options(1)>. 119 PKCS#12 files unreadable. Cannot be used in combination with the options 158 =head2 PKCS#12 input (parsing) options 168 see the L</PKCS#12 output (export) options> section. 226 =head2 PKCS#12 output (export) options 269 L<openssl-passphrase-options(1)>. 307 see L<openssl-passphrase-options(1)>. 326 These options allow the algorithm used to encrypt the private key and [all …]
|
A D | openssl-cmp.pod.in | 16 Generic message options: 22 Certificate enrollment options: 48 Message transfer options: 59 Server authentication options: 83 Credentials format options: 90 Random state options: 94 TLS connection options: 104 Client-side debugging options: 115 Mock server options: 776 =head2 Provider options [all …]
|
A D | openssl-passphrase-options.pod | 5 openssl-passphrase-options - Pass phrase options 11 [ I<options> ... ] 19 options take a single argument whose format is described below. If no
|
A D | openssl-x509.pod.in | 115 see L<openssl-passphrase-options(1)>. 159 See L<openssl-format-options(1)> for details. 164 Names and values of these options are algorithm-specific. 189 See L<openssl-format-options(1)> for details. 198 See L<openssl-format-options(1)> for details. 212 Note: the B<-alias> and B<-purpose> options are also printing options 238 certificate (see digest options). 321 L<openssl-verification-options(1)/Certificate Extensions>. 482 See L<openssl-format-options(1)> for details. 493 See L<openssl-format-options(1)> for details. [all …]
|
A D | openssl-dsa.pod.in | 62 See L<openssl-format-options(1)> for details. 67 See L<openssl-format-options(1)> for details. 84 is not specified. If any encryption options are set then a pass phrase will be 92 see L<openssl-passphrase-options(1)>. 96 These options encrypt the private key with the specified 98 If none of these options is specified the key is written in plain text. This 102 These options can only be used with PEM format output files.
|
A D | openssl.pod | 11 [ I<options> ... ] 24 B<openssl> B<no->I<XXX> [ I<options> ] 50 I<options> and I<parameters>. 180 Display information about a command's options. 531 Provides a terse summary of all options. 545 See L<openssl-format-options(1)> for manual page. 549 See the L<openssl-passphrase-options(1)> manual page. 587 See the L<openssl-namedisplay-options(1)> manual page. 609 the B<no_> options. 613 These options specify to use DTLS instead of DLTS. [all …]
|
A D | openssl-rsa.pod.in | 64 See L<openssl-format-options(1)> for details. 69 See L<openssl-format-options(1)> for details. 86 see L<openssl-passphrase-options(1)>. 91 option is not specified. If any encryption options are set then a pass phrase 97 These options encrypt the private key with the specified 99 If none of these options is specified the key is written in plain text. This 103 These options can only be used with PEM format output files.
|
A D | openssl-format-options.pod | 5 openssl-format-options - OpenSSL command input and output format options 11 [ I<options> ... ] 34 The options to specify the format are as follows. 35 Refer to the individual man page to see which options are accepted.
|
A D | openssl-verify.pod.in | 62 See L<openssl-verification-options(1)> for more information on trust settings. 75 Pass options to the signature algorithm during verify operations. 76 Names and values of these options are algorithm-specific. 84 B<-trusted>, B<-untrusted> or B<-CRLfile> options. 131 L<openssl-verification-options(1)>,
|
A D | openssl-pkey.pod.in | 42 =head2 General options 66 =head2 Input options 80 See L<openssl-format-options(1)> for details. 87 see L<openssl-passphrase-options(1)>. 96 =head2 Output options 111 See L<openssl-format-options(1)> for details. 124 see L<openssl-passphrase-options(1)>.
|
A D | openssl-list.pod.in | 45 [B<-options> I<command>] 64 The options below where verbosity applies say a bit more about what that means. 139 The options B<key-exchange-algorithms>, B<kem-algorithms>, 194 =item B<-options> I<command> 196 Output a two-column list of the options accepted by the specified I<command>. 235 The B<-engines>, B<-digest-commands>, and B<-cipher-commands> options
|
/openssl-master/util/perl/OpenSSL/ |
A D | config.pm | 66 my $options = ''; 952 my %options = @_; 954 $VERBOSE = 1 if defined $options{verbose}; 955 $WAIT = 0 if defined $options{nowait}; 956 $CC = $options{CC}; 957 $CROSS_COMPILE = $options{CROSS_COMPILE} // '';
|
/openssl-master/ |
A D | NOTES-UNIX.md | 17 and `ld(1)` to figure out what linker options are available. 35 linking options depending on operating system and versions thereof, and 40 Possible options to set the runtime shared library search path include 49 OpenSSL's configuration scripts recognise all these options and pass 51 with `-Wl,` are recognised as linker options.) 58 used with the runtime shared library search path options, as shown in 102 The OpenSSL config options mentioned above might or might not have bearing
|