Skip to content

Commit

Permalink
openssl-ciphers.pod.in: add Integrity only cipher suites.
Browse files Browse the repository at this point in the history
  • Loading branch information
rajeev-0 committed Dec 11, 2023
1 parent 59f03fb commit fdec324
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions doc/man1/openssl-ciphers.pod.in
Original file line number Diff line number Diff line change
Expand Up @@ -735,6 +735,11 @@ Note: the CBC modes mentioned in this RFC are not supported.
TLS_AES_128_CCM_SHA256 TLS_AES_128_CCM_SHA256
TLS_AES_128_CCM_8_SHA256 TLS_AES_128_CCM_8_SHA256

=head2 Integrity-Only cipher suites from RFC9150, extending TLS v1.3

TLS_SHA256_SHA256 TLS_SHA256_SHA256
TLS_SHA384_SHA384 TLS_SHA384_SHA384

=head2 Older names used by OpenSSL

The following names are accepted by older releases:
Expand Down Expand Up @@ -796,6 +801,8 @@ The B<-stdname> is only available if OpenSSL is built with tracing enabled

The B<-convert> option was added in OpenSSL 1.1.1.

The support for integrity-only cipher suites for TLS v1.3 was added in OpenSSL 3.3.

=head1 COPYRIGHT

Copyright 2000-2021 The OpenSSL Project Authors. All Rights Reserved.
Expand Down

0 comments on commit fdec324

Please sign in to comment.