/openssl/apps/ |
H 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 …]
|
H A D | pkcs12.c | 208 options |= NOKEYS; in pkcs12_main() 217 options |= NOCERTS; in pkcs12_main() 231 options |= NOKEYS; in pkcs12_main() 234 options |= INFO; in pkcs12_main() 1014 if (options & INFO) in dump_certs_pkeys_bag() 1016 if (options & NOKEYS) in dump_certs_pkeys_bag() 1028 if (options & INFO) { in dump_certs_pkeys_bag() 1037 if (options & NOKEYS) in dump_certs_pkeys_bag() 1053 if (options & INFO) in dump_certs_pkeys_bag() 1073 if (options & INFO) in dump_certs_pkeys_bag() [all …]
|
H A D | version.c | 52 int cflags = 0, version = 0, date = 0, options = 0, platform = 0, dir = 0; in version_main() local 88 dirty = options = 1; in version_main() 108 seed = options = cflags = version = date = platform in version_main() 129 if (options) { in version_main()
|
/openssl/crypto/bio/ |
H A D | bio_sock2.c | 81 int BIO_connect(int sock, const BIO_ADDR *addr, int options) in BIO_connect() argument 93 if (options & BIO_SOCK_KEEPALIVE) { in BIO_connect() 103 if (options & BIO_SOCK_NODELAY) { in BIO_connect() 112 if (options & BIO_SOCK_TFO) { in BIO_connect() 212 int BIO_bind(int sock, const BIO_ADDR *addr, int options) in BIO_bind() argument 228 if (options & BIO_SOCK_REUSEADDR) { in BIO_bind() 287 int BIO_listen(int sock, const BIO_ADDR *addr, int options) in BIO_listen() argument 310 if (options & BIO_SOCK_KEEPALIVE) { in BIO_listen() 320 if (options & BIO_SOCK_NODELAY) { in BIO_listen() 337 on = options & BIO_SOCK_V6_ONLY ? 1 : 0; in BIO_listen() [all …]
|
/openssl/util/ |
H A D | ctags.sh | 66 $CTAGS --quiet --options=NONE \ 67 --options=./.ctags.d/add-dir.ctags \ 68 --options=./.ctags.d/exclude.ctags \ 69 --options=openssl-stage1 85 $CTAGS --options=openssl-stage2 \
|
/openssl/doc/man3/ |
H 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>. 30 SSL_set_options() adds the options set via bit-mask in B<options> to B<ssl>. 33 SSL_CTX_clear_options() clears the options set via bit-mask in B<options> 36 SSL_clear_options() clears the options set via bit-mask in B<options> to B<ssl>. 40 SSL_get_options() returns the options set for B<ssl>. 100 The following B<modifying> options are available: 509 after adding B<options>. 512 after clearing B<options>. [all …]
|
H 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
|
H 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/doc/internal/man3/ |
H 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/doc/man1/ |
H A D | openssl-cms.pod.in | 13 General options: 19 Operation options: 39 File format options: 51 Keys and password options: 63 Encryption options: 76 Signing options: 91 Verification options: 104 Output options: 114 Printing options: 121 Validation options: [all …]
|
H A D | openssl-genpkey.pod.in | 58 See L<openssl-format-options(1)> for details. 73 see L<openssl-passphrase-options(1)>. 83 precede any B<-pkeyopt> options. The options B<-paramfile> and B<-algorithm> 99 options supported depends on the public key algorithm used and its 109 precede any B<-algorithm>, B<-paramfile> or B<-pkeyopt> options. 116 precede any B<-pkeyopt> options. The options B<-paramfile> and B<-algorithm> 169 These options have the same meaning as the B<RSA> algorithm. 188 The EC key generation options can also be used for parameter generation. 277 no parameter generation options are specified. 286 All other options will be ignored if this value is set. [all …]
|
H A D | openssl-dgst.pod.in | 124 See L<openssl-format-options(1)> for details. 128 Pass options to the signature algorithm during sign or verify operations. 129 Names and values of these options are algorithm-specific and documented 135 see L<openssl-passphrase-options(1)>. 162 supported by the B<gost> engine. MAC keys and other options should be set 170 Passes options to MAC algorithm, specified by B<-mac> key. 171 Following options are supported by both by B<HMAC> and B<gost-mac>: 242 The digest mechanisms that are available will depend on the options 259 The signing and verify options should only be used if a single file is 267 B<-macopt> command line options. [all …]
|
H A D | openssl.pod | 11 [ I<options> ... ] 14 B<openssl> B<no->I<XXX> [ I<options> ] 42 I<options> and I<parameters>. 159 Display information about a command's options. 513 Provides a terse summary of all options. 544 See L<openssl-format-options(1)> for manual page. 548 See the L<openssl-passphrase-options(1)> manual page. 586 See the L<openssl-namedisplay-options(1)> manual page. 608 the B<no_> options. 614 These options specify to use DTLS instead of TLS. [all …]
|
H A D | openssl-x509.pod.in | 123 see L<openssl-passphrase-options(1)>. 129 So this excludes the B<-in> and B<-req> options. 168 See L<openssl-format-options(1)> for details. 173 Names and values of these options are algorithm-specific. 198 See L<openssl-format-options(1)> for details. 207 See L<openssl-format-options(1)> for details. 221 Note: the B<-alias> and B<-purpose> options are also printing options 247 certificate (see digest options). 531 See L<openssl-format-options(1)> for details. 542 See L<openssl-format-options(1)> for details. [all …]
|
H 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. 197 The B<-conv_form> and B<-no_public> options are no longer supported
|
H 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.
|
H A D | openssl-cmp.pod.in | 16 Generic message options: 25 Certificate enrollment options: 52 Message transfer options: 63 Server authentication options: 96 Credentials format options: 104 Random state options: 108 TLS connection options: 118 Client-side debugging options: 130 Mock server options: 950 =head2 Provider options [all …]
|
H A D | openssl-gendsa.pod.in | 53 See L<openssl-passphrase-options(1)>. 57 These options encrypt the private key with specified 59 If none of these options is specified no encryption is used. 61 Note that all options must be given before the I<paramfile> argument.
|
H 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
|
H A D | openssl-pkcs12.pod.in | 25 PKCS#12 input (parsing) options: 46 PKCS#12 output (export) options: 108 see L<openssl-passphrase-options(1)>. 123 PKCS#12 files unreadable. Cannot be used in combination with the options 162 =head2 PKCS#12 input (parsing) options 172 see the L</PKCS#12 output (export) options> section. 230 =head2 PKCS#12 output (export) options 273 L<openssl-passphrase-options(1)>. 311 see L<openssl-passphrase-options(1)>. 330 These options allow the algorithm used to encrypt the private key and [all …]
|
H 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.
|
H 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.
|
/openssl/test/ |
H A D | asn1_stable_parse_test.c | 24 static const OPTIONS options[] = { in test_get_options() local 30 return options; in test_get_options()
|
/openssl/ |
H 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
|
/openssl/util/perl/OpenSSL/ |
H A D | config.pm | 72 my $options = ''; 1042 my %options = @_; 1044 $VERBOSE = 1 if defined $options{verbose}; 1045 $WAIT = 0 if defined $options{nowait}; 1046 $CC = $options{CC}; 1047 $CROSS_COMPILE = $options{CROSS_COMPILE} // '';
|