Lines Matching +full:enabled +full:- +full:strings

18 .\" Set up some character translations and predefined strings.  \*(-- will
24 .tr \(*W-
27 . ds -- \(*W-
29 . if (\n(.H=4u)&(1m=24u) .ds -- \(*W\h'-12u'\(*W\h'-12u'-\" diablo 10 pitch
30 . if (\n(.H=4u)&(1m=20u) .ds -- \(*W\h'-12u'\(*W\h'-8u'-\" diablo 12 pitch
37 . ds -- \|\(em\|
45 .\" Escape single quotes in literal strings from groff's Unicode transform.
71 .\" Fear. Run. Save yourself. No user-serviceable parts.
81 . ds #H ((1u-(\\\\n(.fu%2u))*.13m)
97 . ds ' \\k:\h'-(\\n(.wu*8/10-\*(#H)'\'\h"|\\n:u"
98 . ds ` \\k:\h'-(\\n(.wu*8/10-\*(#H)'\`\h'|\\n:u'
99 . ds ^ \\k:\h'-(\\n(.wu*10/11-\*(#H)'^\h'|\\n:u'
100 . ds , \\k:\h'-(\\n(.wu*8/10)',\h'|\\n:u'
101 . ds ~ \\k:\h'-(\\n(.wu-\*(#H-.1m)'~\h'|\\n:u'
102 . ds / \\k:\h'-(\\n(.wu*8/10-\*(#H)'\z\(sl\h'|\\n:u'
104 . \" troff and (daisy-wheel) nroff accents
123 . ds d- d\h'-1'\(ga
124 . ds D- D\h'-1'\(hy
134 .TH SSL_GET_CIPHERS 3ossl "2023-09-19" "3.0.11" "OpenSSL"
147 \&\- get list of available SSL_CIPHERs
166 sorted by preference. If \fBssl\fR is \s-1NULL\s0 or no ciphers are available, \s-1NULL\s0
171 \&\fBSSL_get1_supported_ciphers()\fR returns the stack of enabled SSL_CIPHERs for
174 versions, the security level, and the enabled signature algorithms.
175 \&\s-1SRP\s0 and \s-1PSK\s0 ciphers are only enabled if the appropriate callbacks or settings
182 If \fBssl\fR is \s-1NULL\s0 or no ciphers are available, \s-1NULL\s0 is returned.
185 list received from the client on \fBssl\fR. If \fBssl\fR is \s-1NULL,\s0 no ciphers are
186 available, or \fBssl\fR is not operating in server mode, \s-1NULL\s0 is returned.
189 as a wire-protocol cipher suite specification (in the three-octet-per-cipher
190 SSLv2 wire format if \fBisv2format\fR is nonzero; otherwise the two-octet
192 into the returned stacks of \s-1SSL_CIPHER\s0 objects sk and Signalling Cipher-Suite
196 \&\fBSSL_get_cipher_list()\fR returns a pointer to the name of the \s-1SSL_CIPHER\s0
197 listed for \fBssl\fR with \fBpriority\fR. If \fBssl\fR is \s-1NULL,\s0 no ciphers are
198 available, or there are less ciphers than \fBpriority\fR available, \s-1NULL\s0
201 \&\fBSSL_get_shared_ciphers()\fR creates a colon separated and \s-1NUL\s0 terminated list of
202 \&\s-1SSL_CIPHER\s0 names that are available in both the client and the server. \fBbuf\fR is
204 size of that buffer. A pointer to \fBbuf\fR is returned on success or \s-1NULL\s0 on
208 by both the client and the server it does not mean that it is enabled (see the
210 available shared ciphersuites whether or not they are enabled. This is a server
220 sorted list of available ciphers, until \s-1NULL\s0 is returned.
224 the \s-1SSL\s0 or \s-1SSL_SESSION\s0 object is freed. Therefore, the calling code \fB\s-1MUST NOT\…
234 See \s-1DESCRIPTION\s0
241 Copyright 2000\-2018 The OpenSSL Project Authors. All Rights Reserved.
245 in the file \s-1LICENSE\s0 in the source distribution or at