Skip to content
This repository has been archived by the owner on Oct 19, 2021. It is now read-only.

tobszarny/ssl-provider-jvm16

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ssl-provider-jvm16

Bouncy Castle based SSL provider for JVM 1.6. Mainly to fill the gaps for SSL connectivity with SQLServer over JDBC.

ABSOLETE IF YOU CAN UPGRADE BOUNCY CASTLE TO VERSION 1.58+

Solves problems with encoding strength, which is below SQLServer required on JVM 1.6. Solves problem with message error "Unsupported curveId: XX"

Edit jdk1.6.0_XX\jre\lib\security\java.security

security.provider.1=sun.security.provider.Sun security.provider.2=net.tobszarny.ssl.java6.provider.BouncyCastleSSLProvider security.provider.3=org.bouncycastle.jce.provider.BouncyCastleProvider security.provider.4=sun.security.rsa.SunRsaSign security.provider.5=com.sun.net.ssl.internal.ssl.Provider security.provider.6=com.sun.crypto.provider.SunJCE security.provider.7=sun.security.jgss.SunProvider security.provider.8=com.sun.security.sasl.Provider security.provider.9=org.jcp.xml.dsig.internal.dom.XMLDSigRI security.provider.10=sun.security.smartcardio.SunPCSC security.provider.11=sun.security.mscapi.SunMSCAPI

Add bcprov-jdk15on-1.52.jar ssl-provider-jvm16-0.2.jar

to jdk1.6.0_XX\jre\lib\ext

About

Bouncy Castle based SSL provider for JVM 1.6

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages