JSSE is a Java implementation of Secure Sockets Layer (SSL) and Transport Layer Security (TLS) protocols. Its functionality includes data encryption, server authentication, message integrity, and optional client authentication.

learn more… | top users | synonyms

0
votes
1answer
48 views

Using SSL based tcp/ip sockets in Android

I 'm trying to Secure my TCP/IP based Socket connection using SSL for Android platform. here is some snippet from my code: Client Side: SSLSocketFactory sslFact = null; SSLContext ctx; ...
2
votes
1answer
95 views

Implementing a Simple HTTPS Proxy Application with Java?

I'm writing a simple HTTPS proxy program with Java for educational purposes. My program listens on a port (say 7443) for incoming HTTPS requests from a browser (say Firefox), parses the request and ...
0
votes
2answers
25 views

How to add multiple trustsources on the server

My question is somewhat related to this question on Stackoverflow. However, my server will be listening on a single port. The server will trust the client only of it finds the clients public key ...
0
votes
1answer
49 views

How to verify a certificate using Keytool?

I want to a program to verify to create a SSL Sockets using Oracle's SSLSocket class. In my program I want the client to pass its certificate (created using Keytool). The Server should verify the ...
0
votes
0answers
50 views

JSSE implementation of TLS-PSK

i need to get a JSSE implementation of some TLS-PSK protocols, more precisely of these protocols: TLS_PSK_WITH_3DES_EDE_CBC_SHA TLS_PSK_WITH_AES_128_CBC_SHA TLS_PSK_WITH_NULL_SHA ...
1
vote
2answers
123 views

How do I provide a specific TrustStore while using the default KeyStore in Java (JSSE)

Overview JSSE allows users to provide default trust stores and key stores by specifying javax.net.ssl.* parameters. I would like to provide a non-default TrustManager for my application, while ...
0
votes
1answer
46 views

JSSE wrap creates two tls packets requiring two unwraps. Why?

I am inspecting the behavior of our java application with respect to jsse tls encryption and decryption with a connected openssl client. First I observed that when I call unwrap for client data, it ...
0
votes
0answers
45 views

Are JSSE/JCA/JCE packages threadsafe?

I want to know whether the classes from the JSSE/JCE/JCA package like KeyManager, TrustManager, KeyStore etc are thread-safe in Java or they need to be made thread-safe.
0
votes
2answers
219 views

SSL Server socket want auth option

Concerning SSLServerSocket.setWantClientAuth: If this is set to true if the client chooses to not send a certificate the negotiation continues. Also I noticed this also happens if the client sends a ...
0
votes
0answers
62 views

Custom libnativehelper in android

I customize NativeCrypto class (jsse provider package) and build my custom libnativehelper library. When i include this custom library into my android app there is error: Caused by: ...
1
vote
1answer
179 views

Write certificate chain to a PEM file

I am having a certificate chain where it may contain single certificate or certificate along with intermediate CA's certificate. Now I want to write this into a PEM format file. Is it possible to ...
4
votes
3answers
573 views

SSL Renegotiation with Client Certificate causes Server Buffer Overflow

I've coded a Java client application which connects to an Apache web server over HTTPS using a client certificate and performs an HTTP PUT of a file to the server. It works fine with small files, but ...
0
votes
1answer
318 views

SSLException: Invalid padding Unwrapping TLS Application Data

Several months ago I developed an SSL web server using NIO and the SSLEngine. GET requests work great as do small POST requests (under ~10KB). However, I'm getting sporadic SSLException exceptions, ...
0
votes
1answer
67 views

Is it possible to edit the supported ciphersuite list in Java

Is it possible to add ciphersuites to the Java supported ciphersuites list that I could get using: getSupportedCipherSuites();
0
votes
0answers
124 views

HttpClient SSL exceptions

I have a project in Struts2. In an Action of struts i want to use Apache HttpClient to request something in a different server, take the respone and use it in my action. The request is in https and ...
0
votes
1answer
658 views

JMeter SSL Manager doesnt work

Im trying to use client ssl certificate in JMeter to authenticate on website. The problem is that when i try to import it in SSL Manager, im not getting any message for password, anything. In ...
1
vote
1answer
103 views

SSLContext. Should I reload it?

I am interested in updating a truststore dynamically. What would be the best option? Reload SSLContext or is it possible to recreate TrustManagers?
9
votes
1answer
693 views

Why does iOS 5 fail to connect to a server running JDK 1.6, but not JDK 1.5

We have a Java Socket Server listening on an SSLSocket (port 443) and an iOS application that connects with it. When running on iOS 5.1, the application stopped working when we upgraded the Java ...
2
votes
2answers
453 views

Java JSSE TLS - Is this connection safely encrypted in both directions?

In Java using JSSE with TLS. I have created a secure socket between the server and client. After finally getting the sockets to connect securely, I still have a fundamental question about my existing ...
0
votes
1answer
548 views

How to initiate ssl connection using SSLv2

I want to initiate an SSL connection with a remote server using SSLv2. I am using Java. I tried to get the supported protocols in my socket using: String[] ...
0
votes
1answer
287 views

how to allow my java code accept completing a handshake with self signed or weak sslv2 protocol

I have a java code that tries to create ssl handshake with a website. When the website's ssl certificate is self signed or using insecure option, I get errors and the code can't extract the ...
0
votes
0answers
133 views

Android openssl with BC provider and Java SunJSSE provider interopability

I have a question about interopability of ssl algorithms implementations. My problem is following: I have a tcp server accepting ssl connection. The provider used for ssl is standard Java SunJSSE. ...
1
vote
1answer
460 views

How to disable constraint check (Netscape cert type) in Java6?

I am trying to build a custom HTTPS Server in Java (6) using the built in class com.sun.net.httpserver.HttpsServer. It works fine until I require client authentication. At that point it fails with ...
0
votes
1answer
2k views

Programmatically Obtain KeyStore from PEM

How can one programmatically obtain a KeyStore from a PEM file containing both a certificate and a private key? I am attempting to provide a client certificate to a server in an HTTPS connection. I ...
0
votes
1answer
252 views

Migrating a certificate keystore to another JVM

I am working on a installer which needs a JRE and creates certificates as well. I am working on the next version of installer which bundles a new JRE. I need to move all the certificates that are ...
0
votes
1answer
196 views

JSSE Configuration in Tomcat - enable AES256 cipher

What are the ciphers supported by JSSE in Apache Tomcat server? How can i enable AES256 and reorder the ciphers?
0
votes
0answers
200 views

client authentication with LDAP server

I am using Active directory as LDAP server and able to connect to the LDAP server with x509 server certificate. I want client authentication also. Please let me know how can I can add this in my code. ...
0
votes
1answer
253 views

Solutions to sign certificates

For a system with multiple application servers and multiple clients, I would like to introduce mutual authentication as well as other security protections provided by TLS. The servers and clients may ...
0
votes
1answer
229 views

Keystore's password management

A keystore (no matter if it's used for "keystores" or "truststores") is initialized after creation using the load() method. One version expects an InputStream corresponding to the keystore file, and ...
3
votes
2answers
4k views

Keystore type: which one to use?

By looking at the file java.security of my JRE, I see that the keystore type to use by default is set to JKS. Here, there is a list of the keystore types that can be used. Is there a recommended ...
1
vote
2answers
1k views

SSLContext initialization

I'm looking at the JSSE reference guide, I need to obtain an instance of SSLContext in order to create a SSLEngine, so I can use it with Netty to enable security. To obtain an instance of SSLContext, ...
0
votes
1answer
335 views

How to verify server (peer) name after x509 SSL/TLS handshake using SSLEngine?

I'm using SSLEngine with NIO for non-blocking TLS communication. The engine is working fine, and is able to validate the CA trust, the validity period of the server certificate. But what I'm missing ...
0
votes
0answers
158 views

load keystore in jre7

I have keystore of type "jks". This keystore contains one trust certificate entry. When I try to load this keystore with JRE6, and use it to create a secure connection (with apache http client) ...
0
votes
1answer
393 views

Java JSSE SSLEngine cannot resume SSL session

I am writing an application that uses SSLEngine with NIO, I writing both the client and the server. The client is able to connect to the server and after he is connected i want him to be able to ...
1
vote
2answers
839 views

How does java picks the strongest cipher to use in jsse?

I don't understand how does Java picks the most prefered cipher to use on Server Hello. I have a Tomcat 5 configuration and I set in the SSL connector the ciphers=TLS_RSA_WITH_AES_128_CBC_SHA, ...
2
votes
1answer
1k views

SSL Handshaking With Older Clients Using SSLEngine (JSSE)

This is a follow-up question to "SSL Handshaking Using Self-Signed Certs and SSLEngine (JSSE)". I have implemented a NIO Webserver that can process SSL and non-SSL messages on the same port. In ...
2
votes
1answer
927 views

What is SunX509 used for and can it work with parties using IbmX509?

When I manually create a KeyManager, one of the steps is this: KeyManagerFactory.getInstance("SunX509") This does not work on IBM jre where I need to specify "IbmX509". My questions: I read ...
0
votes
0answers
206 views

FTP over SSL/TLS using Oracle JSSE

I am not sure if my understanding of Oracle's JSSE is correct, but is it possible to use JSSE to do a simple FTP over SSL/TLS. The aim is to get a file from an FTP server with FileZilla server running ...
-1
votes
1answer
261 views

How to send a params to the SocketFactory in Ldap

The meaning of following example code is not important, what I want to ask is how to send the "certFileName" in to socketFactory as a params, for I need to use different certFile to different ...
2
votes
1answer
153 views

Validate Extended Validation(EV) of SSL certificate using JSSE

I got list of URLs, and I want to validate their Extended Validation (EV) attribute using JAVA I can make request and get their certificate, but I am not sure how to validate “Extended Validation” for ...
0
votes
0answers
123 views

Webservice with JSSE [closed]

I want to access a secured webservice. I have gone through few forums, and got some clue that i may require to use JSSE. I have already tried with importing certificates etc., but it did not work. We ...
9
votes
1answer
6k views

java.lang.SecurityException: The jurisdiction policy files are not signed by a trusted signer

In working on a different problem (related to RMI), I upgraded the system's "security folder" with the "unlimited strength" policy files and now my applicaiton fails in a different way. I get a long ...
1
vote
2answers
233 views

How to get cipher list supported by remote https server

How to get a list of Ciphers supported by remote server, I am using java JSSE for programming. I want to get a list of weak ciphers supported by remote server, so that they can be fixed. I am using ...
1
vote
1answer
418 views

SSL Session Management with JSSE SSLEngine

I'm working on a SSL web server using NIO and the SSLEngine. I am able to successfully process handshakes and send/receive application data. However, I'm having difficulty understanding how to ...
6
votes
1answer
2k views

SSL Handshaking Using Self-Signed Certs and SSLEngine (JSSE)

I have been tasked to implement a custom/standalone Java webserver that can process SSL and non-SSL messages on the same port. I have implemented an NIO server and its working quite well for non-SSL ...
3
votes
1answer
664 views

How to use the Windows Keystore (MCS) with JDBC?

I am trying to create a java application that uses PKI for authentication. I need to be able to retrieve a certificate from the Microsoft Certificate Store (MCS) and pass it along to an Oracle ...
0
votes
0answers
190 views

Error with SSL and Java applets

I am having trouble with my Java applet /w SSL application. I am connecting my applet to a Cpp server (that works fine after much toil). When I try the appletviewer it crashes with no error messages ...
0
votes
1answer
273 views

TLS-SRP support in Bouncy Castle

I want to develop Java client which can communicate with TLS-SRP server implemented in C and GnuTLS. I fond that JSSE does not support TLS-SRP and Bouncy Castle has too little documentation which can ...
1
vote
2answers
586 views

jndi LDAPS custom HostnameVerifier and TrustManager

We are writing an application that shall connect to different LDAP servers. For each server we may only accept a certain certificate. The hostname in that certificate shall not matter. This is easy, ...
3
votes
2answers
938 views

Java NoClassDefFoundError With SSL Connection

We have an application that uses a JAX-RPC client library and is running on a legacy version of Java (1.4.2) and are receiving the following SSL error: java.lang.NoClassDefFoundError ...

1 2