I wrote code using openssl in my application, one side is client in Java , and
one is server in C. When client connect to server, there is an error below:
javax.net.ssl.SSLHandshakeException: java.security.cert.CertificateException:
No X509TrustManager implementation available
I use client.p12
Hi everyone,
I am using file private key with expiration time within 365 days. Now, I want
to use it more than 365 days. Can I do this in openssl? and how can I do?
thanks a lot!
-
Never miss a thing. Make Yahoo your homepage.
Hi all of you
I complile ssl_server.c (attachment file), then I run it. But there is an
error appear below:
[EMAIL PROTECTED] Codevidu]# gcc -o ssl_server ssl_server.c -lssl -lcrypto
[EMAIL PROTECTED] Codevidu]# ./ssl_server 8000
./ssl_server: error while loading shared libraries: /l
Hi
When I run ssl_server (after compiling ssl_server.c ), there is a error
below. Please help me to solve this error.
[EMAIL PROTECTED] Codevidu]# ./sslserver 8000
3691:error:140A90A1:SSL routines:SSL_CTX_new:library has no
ciphers:ssl_lib.c:1424:
Aborted
--
I open*.h files in /usr/local/openssl/include, but the error message is
"Couldn't display "/usr/local/openssl/include/openssl/ssl.h" ". Do I install
openssl correctly?
I downloaded the openssl-0.9.8e and then, I installed as follow:
$ ./config
$ make
$ make test
$ make install
Davi
Hi
After compiling my ssl file ssl_server.c, there are some errors. Plese show
me how to solve these errors.
I installed the latest version openssl in Linux Fedora core 6. when I opened
files in include directory in /usr/local/ssl/openssl/include, I could not open
any of them. Why was that?