8251341: Minimal Java specification change

Tue, 25 Aug 2020 18:29:26 +0300

author
abakhtin
date
Tue, 25 Aug 2020 18:29:26 +0300
changeset 14198
cf50798dd5a5
parent 14197
e329505b1e6a
child 14199
0846e98f2db9

8251341: Minimal Java specification change
Reviewed-by: mbalao

src/share/classes/javax/net/ssl/ExtendedSSLSession.java file | annotate | diff | comparison | revisions
     1.1 --- a/src/share/classes/javax/net/ssl/ExtendedSSLSession.java	Thu Apr 06 16:21:05 2017 -0400
     1.2 +++ b/src/share/classes/javax/net/ssl/ExtendedSSLSession.java	Tue Aug 25 18:29:26 2020 +0300
     1.3 @@ -39,7 +39,7 @@
     1.4       * is willing to use.
     1.5       * <p>
     1.6       * Note: this method is used to indicate to the peer which signature
     1.7 -     * algorithms may be used for digital signatures in TLS 1.2. It is
     1.8 +     * algorithms may be used for digital signatures since TLS 1.2. It is
     1.9       * not meaningful for TLS versions prior to 1.2.
    1.10       * <p>
    1.11       * The signature algorithm name must be a standard Java Security
    1.12 @@ -67,7 +67,7 @@
    1.13       * able to use.
    1.14       * <p>
    1.15       * Note: this method is used to indicate to the local side which signature
    1.16 -     * algorithms may be used for digital signatures in TLS 1.2. It is
    1.17 +     * algorithms may be used for digital signatures since TLS 1.2. It is
    1.18       * not meaningful for TLS versions prior to 1.2.
    1.19       * <p>
    1.20       * The signature algorithm name must be a standard Java Security

mercurial