Skip to content

Beta 5.0.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@spoofzu spoofzu released this 25 May 19:58
· 166 commits to master since this release

Minor clean-up for DV Beta 5 release

Improvement 1, DVEng.VERSION_MAJOR and DVEng.VERSION_MINOR reporting the wrong build, 1.4.0. Changed to report 5.0.2.

Improvement 2, Remove DVX509OffCertificate.java and other deprecated references to offline certificate processing.

Improvement 3, within CipherSuiteUtil.supportedSuites(InetSocketAddress,int,Set) if the server responds with a ciphersuite that we did not choose we display error. Server should only ask for a cipher that we provide. For now, set to debug to turn message off.

Improvement 4, Improve to return all ciphers returned for each version of TLS handshake. CipherSuiteUtil.getServerMetadataInstance() to return ciphersuites for each TLS version. Change DeepScanTask.printSupportedCipherSuites() in the DeepVioletTools project to print all ciphersuites for each TLS handshake. Previously would only print the unique ciphers.