diff options
-rw-r--r-- | src/lib/libssl/man/SSL_CIPHER_get_name.3 | 24 |
1 files changed, 11 insertions, 13 deletions
diff --git a/src/lib/libssl/man/SSL_CIPHER_get_name.3 b/src/lib/libssl/man/SSL_CIPHER_get_name.3 index 37707566e4..697b1bd394 100644 --- a/src/lib/libssl/man/SSL_CIPHER_get_name.3 +++ b/src/lib/libssl/man/SSL_CIPHER_get_name.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: SSL_CIPHER_get_name.3,v 1.10 2018/04/25 13:51:34 schwarze Exp $ | 1 | .\" $OpenBSD: SSL_CIPHER_get_name.3,v 1.11 2020/04/14 15:27:35 schwarze Exp $ |
2 | .\" full merge up to: OpenSSL b97fdb57 Nov 11 09:33:09 2016 +0100 | 2 | .\" full merge up to: OpenSSL b97fdb57 Nov 11 09:33:09 2016 +0100 |
3 | .\" selective merge up to: OpenSSL 61f805c1 Jan 16 01:01:46 2018 +0800 | 3 | .\" selective merge up to: OpenSSL 61f805c1 Jan 16 01:01:46 2018 +0800 |
4 | .\" | 4 | .\" |
@@ -52,7 +52,7 @@ | |||
52 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED | 52 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED |
53 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. | 53 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. |
54 | .\" | 54 | .\" |
55 | .Dd $Mdocdate: April 25 2018 $ | 55 | .Dd $Mdocdate: April 14 2020 $ |
56 | .Dt SSL_CIPHER_GET_NAME 3 | 56 | .Dt SSL_CIPHER_GET_NAME 3 |
57 | .Os | 57 | .Os |
58 | .Sh NAME | 58 | .Sh NAME |
@@ -212,9 +212,10 @@ consists of several fields separated by whitespace: | |||
212 | Textual representation of the cipher name. | 212 | Textual representation of the cipher name. |
213 | .It Aq Ar protocol version | 213 | .It Aq Ar protocol version |
214 | Protocol version: | 214 | Protocol version: |
215 | .Sy SSLv3 | 215 | .Sy SSLv3 , |
216 | .Sy TLSv1.2 , | ||
216 | or | 217 | or |
217 | .Sy TLSv1.2 . | 218 | .Sy TLSv1.3 . |
218 | The TLSv1.0 ciphers are flagged with SSLv3. | 219 | The TLSv1.0 ciphers are flagged with SSLv3. |
219 | No new ciphers were added by TLSv1.1. | 220 | No new ciphers were added by TLSv1.1. |
220 | .It Kx= Ns Aq Ar key exchange | 221 | .It Kx= Ns Aq Ar key exchange |
@@ -222,25 +223,23 @@ Key exchange method: | |||
222 | .Sy DH , | 223 | .Sy DH , |
223 | .Sy ECDH , | 224 | .Sy ECDH , |
224 | .Sy GOST , | 225 | .Sy GOST , |
226 | .Sy RSA , | ||
225 | or | 227 | or |
226 | .Sy RSA . | 228 | .Sy TLSv1.3 . |
227 | .It Au= Ns Aq Ar authentication | 229 | .It Au= Ns Aq Ar authentication |
228 | Authentication method: | 230 | Authentication method: |
229 | .Sy DSS , | ||
230 | .Sy ECDSA , | 231 | .Sy ECDSA , |
231 | .Sy GOST01 , | 232 | .Sy GOST01 , |
232 | .Sy RSA , | 233 | .Sy RSA , |
234 | .Sy TLSv1.3 , | ||
233 | or | 235 | or |
234 | .Sy None . | 236 | .Sy None . |
235 | .Sy None | 237 | .Sy None |
236 | is the representation of anonymous ciphers. | 238 | is the representation of anonymous ciphers. |
237 | .It Enc= Ns Aq Ar symmetric encryption method | 239 | .It Enc= Ns Aq Ar symmetric encryption method |
238 | Encryption method with number of secret bits: | 240 | Encryption method with number of secret bits: |
239 | .Sy DES(56) , | ||
240 | .Sy 3DES(168) , | 241 | .Sy 3DES(168) , |
241 | .Sy RC4(64) , | ||
242 | .Sy RC4(128) , | 242 | .Sy RC4(128) , |
243 | .Sy IDEA(128) , | ||
244 | .Sy AES(128) , | 243 | .Sy AES(128) , |
245 | .Sy AES(256) , | 244 | .Sy AES(256) , |
246 | .Sy AESCGM(128) , | 245 | .Sy AESCGM(128) , |
@@ -248,7 +247,6 @@ Encryption method with number of secret bits: | |||
248 | .Sy Camellia(128) , | 247 | .Sy Camellia(128) , |
249 | .Sy Camellia(256) , | 248 | .Sy Camellia(256) , |
250 | .Sy ChaCha20-Poly1305 , | 249 | .Sy ChaCha20-Poly1305 , |
251 | .Sy ChaCha20-Poly1305-Old , | ||
252 | .Sy GOST-28178-89-CNT , | 250 | .Sy GOST-28178-89-CNT , |
253 | or | 251 | or |
254 | .Sy None . | 252 | .Sy None . |
@@ -261,8 +259,8 @@ Message digest: | |||
261 | .Sy AEAD , | 259 | .Sy AEAD , |
262 | .Sy GOST94 , | 260 | .Sy GOST94 , |
263 | .Sy GOST89IMIT , | 261 | .Sy GOST89IMIT , |
264 | .Sy STREEBOG256 , | 262 | or |
265 | .Sy STREEBOG512 . | 263 | .Sy STREEBOG256 . |
266 | .El | 264 | .El |
267 | .Sh RETURN VALUES | 265 | .Sh RETURN VALUES |
268 | .Fn SSL_CIPHER_get_name | 266 | .Fn SSL_CIPHER_get_name |
@@ -315,7 +313,7 @@ ECDHE-RSA-AES256-GCM-SHA256 TLSv1.2 Kx=ECDH Au=RSA Enc=AESGCM(256) Mac=AEAD | |||
315 | .Pp | 313 | .Pp |
316 | A complete list can be retrieved by invoking the following command: | 314 | A complete list can be retrieved by invoking the following command: |
317 | .Pp | 315 | .Pp |
318 | .Dl $ openssl ciphers -v ALL | 316 | .Dl $ openssl ciphers -v ALL:COMPLEMENTOFALL |
319 | .Sh SEE ALSO | 317 | .Sh SEE ALSO |
320 | .Xr openssl 1 , | 318 | .Xr openssl 1 , |
321 | .Xr ssl 3 , | 319 | .Xr ssl 3 , |