Archive for the tag 'Encryption'

 

 

Oct 28 2021

SSL Versions Supported on my JVM

Published by under Java

SSL or TLS supported on a JVM can change depending on many things. Here are the many factors it depends on, and how to display which SSL versions are available and enabled on your JVM. Factors Affecting SSL Support SSL support depends first on your JDK version. TLS 1.0 and 1.1 are disabled on more […]

No responses yet

Jun 11 2007

Mysql Traffic Encryption with OpenSSL

Published by under Freeradius,Mysql

This is related to Freeradius software but can be applied to any application that needs to encrypt Mysql traffic. Freeradius is compliant to Radius protocol characteristics, which give ability to accomplish various actions, such as authenticate users. Number of caveats have been found, not related to the software but to the protocol. Joshua Hill from […]

No responses yet