Forums Register Login

OpenSSL

+Pie Number of slices to send: Send
I want to have a tomcat server running SSL. I have a shopping cart applet that requires some strong security. Now tomcat gives explicit instructions for implementing this, which includes using OpenSSL to generate a certificate. OpenSSL is a very robust tool-and is open source-but its written in C. Being a java programmer, I'd feel more comfortable making modifications to a java product. Are there any Java based certificate/cryptology products on the market that can be used instead? I would be nice if they were free- like OpenSSL is.
+Pie Number of slices to send: Send
import java.io.*;
import com.dstc.security.provider.*;
import javax.crypto.*;
import javax.crypto.Cipher.*;
import java.security.*;
import javax.servlet.*;
import javax.servlet.http.*;
import java.security.spec.*;
import java.security.interfaces.*;
There is a message posted here that contained these included packages.
I just thought you might want to look into this to find if one of these packages contains the messages you are looking for
+Pie Number of slices to send: Send
Hi, you have JSSE (Java Secure Socket Extension) you can download it from JavaSoft (I am not sure if it is early access or not). But basicly that is what I used 6 months ago.
+Pie Number of slices to send: Send
hi
browse this one , u may get info
http://java.sun.com/security/
+Pie Number of slices to send: Send
Indeed, the JSSE is the appropriate tool for the job. You can get more information at http://java.sun.com/products/jsse/. Current version is 1.02. Note that with 1.4, the JSSE will be integrated.
We have examples for using the JSSE in "Professional Java Security" including securing RMI and database connections.

------------------
Daniel Somerfield
Author of Professional Java Security
Don't touch me. And dont' touch this tiny ad:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com


reply
reply
This thread has been viewed 3324 times.
Similar Threads
how to store the digital certificate
cant get ssl to work with tomcat
Question about OpenSSL, SSL, Tomcat 6.x in Windows
Queries on role of files .keystore and CAKey.pem while moving the site to https?
creating SSL certificates
More...

All times above are in ranch (not your local) time.
The current ranch time is
Mar 28, 2024 22:55:38.