I want to make an SSL connection to some web servers using Java client while using GOST ciphers in my client cipher list. I tried to check the enabled and supported ciphersuites in Java using: getEnabledCipherSuites()
and getSupportedCipherSuites()
and none has returned GOST ciphers. How can I make SSL connection from my Java client to a web server using GOST ciphers? Is there any way to specify my client's list of ciphers to include GOST ciphers ?
Asked
Active
Viewed 809 times
0

divanov
- 6,173
- 3
- 32
- 51

user2192774
- 3,807
- 17
- 47
- 62
1 Answers
0
Try BouncyCastle SSL library, they support GOST ciphers as far as I remember.

Nickolay Olshevsky
- 13,706
- 1
- 34
- 48