Code Review Request: TLS 1.3 full handshake (JDK-8196584)
    Anthony Scarpino 
    anthony.scarpino at oracle.com
       
    Thu Jun 14 04:46:34 UTC 2018
    
    
  
DTLSRecord.java & SSLRecord.java
The two variables below not used.  They weren't used before the code 
restructuring either.
   maxDataSizeMinusOneByteRecord
   maxAlertRecordSize
Tony
On 06/13/2018 02:21 PM, Anthony Scarpino wrote:
> I found some commented out code that I will remove in 
> CertificateMessage, lines 1300-1319 on my next push unless this should 
> be uncommented.
> 
> In SupportedVersionsExtension.java, HRRSupportedVersionsProducer and 
> HRRSupportedVersionReproducer could be merged with a boolean in the 
> constructor to define it as a producer or reproducer.  The only 
> difference right now between the classes is whether to put 
> HRR_SUPPORTED_VERSIONS in the handshakeExtension.  But it is minor is ok 
> as is.
> 
> Most of the files I've gone through are small nits and spelling that I 
> will update.
> 
> Tony
> 
    
    
More information about the security-dev
mailing list