For generating the certifcate and private file, I am
currently using the command line interface... that is
commands like "openssl genrsa ..." and "openssl req
-new -x509..." etc.
But, are there any openssl API's for the same? If yes,
please let me know few APIs.
Thanks for the assistance,
Ruby
My client_server program with SSL, works fine in Linux
but fails in Solaris.
In solaris, SSL_accept and SSL_connect fails with
reason 1 (which is [#define SSL_ERROR_SSL 1] "
I am using the cert and key file correctly.
Am I missing anything else? Anyone please help!
__
__
Do You Yahoo!?
Find a job, post your resume.
http://careers.yahoo.com
__
OpenSSL Project http://www.openssl.org
User Support Mailing List
These are explained in the document section of
http://www.openssl.org
U can also refer to...
http://www.linuxsecurity.com/resource_files/cryptography/ssl-and-certificates.html
__
Do You Yahoo!?
Make a great connection at Yahoo! Personals.
http:/
I had the same problem... until when I realised that
the password I used was wrong... check u'r passwd if
its the same... just incase.
--- Sarath Chandra M <[EMAIL PROTECTED]> wrote:
> Hi,
> Recently I generated a CA certificate using
> openssl and installed it on
> a iPlanet webserver.
> Th
Hi Zuosheng Hu ,
Your problem is explained in FAQ.
http://www.openssl.org/support/faq.html
You have to run VCVARS32.BAT (of MS VC++) before doing
nmake step.
- Ruby
--- "Dilkie, Lee" <[EMAIL PROTECTED]> wrote:
> did you do a "vcvars32" to set the command line
> environment up, like the docume
I was also getting "-1" for "SSL_accept" while
plugging SSL to my simple web server. The simple
reason for the failure was that I was using "http"
instead of "httpS".
I am not an expert but just dropping a note if it
helps.
--- Hylton Tregenza <[EMAIL PROTECTED]>
wrote:
> Hi All.
>
> I am stil
Hi all,
This tutorial helped me. It is short and a quick
learning to use OpenSSL.
Thanks!
--- Jeremy Smith
<[EMAIL PROTECTED]> wrote:
> Hi!
>
> I've updated my webpage:
>
>
http://members.netscapeonline.co.uk/jeremyalansmith/ssltutorial/
>
> With some information at the beginning, about what
in either case, my "SSL_accept" call returns -1
:(
--- Ruby Cruiser <[EMAIL PROTECTED]> wrote:
> Date: Wed, 10 Oct 2001 13:22:40 -0700 (PDT)
> From: Ruby Cruiser <[EMAIL PROTECTED]>
> Subject: "SSL_set_fd" or "SSL_set_bio" ??
> To: [EMAIL
Should I use "SSL_set_fd" or SSL_set_bio?? How do we
know? I have a socket generated from "accept" call,
which I can feed to both these APIs and they pass. But
not sure what difference it makes...
__
Do You Yahoo!?
Make a great connection at
Also,
"SSL_read" does not return at all... I don't know
what's going on.
What does Blocking and non_blocking IO mean?? Where
can I get more information on BIO?
Thanks!
Ruby
--- Ruby Cruiser <[EMAIL PROTECTED]> wrote:
> Hi,
>
> "SSL_accept"
Hi,
"SSL_accept" returns -1. What does -1 mean??
command "openssl errstr -1" gives me the following...
[error:::lib(255) :func(4095) :reason(4095)]
But, again what does this mean??
Anyone please?
Regards,
__
Do You Yahoo!?
NEW from Yaho
new_thread(new_web_page); // create a thread
(which does read & write of HTTP/HTML) and goes back
to listen.
}
}
Thanks a lot!
- Ruby
--- Ruby Cruiser <[EMAIL PROTECTED]> wrote:
> Hi!!!
>
> My company has a web server which is actaully
> implemented
Hi!!!
My company has a web server which is actaully
implemented using the concept of sockets (socket
program...). I am adding OpenSSL to it.
With the OpenSSL help and refering to your link
http://members.netscapeonline.co.uk/jeremyalansmith/ssltutorial/
,
Firstly, I followed the steps in creati
My previous mail has not showed up still... hence testing.
__
Do You Yahoo!?
Listen to your Yahoo! Mail messages from any phone.
http://phone.yahoo.com
__
OpenSSL Project
Thanks! This will help and lot.
WIll get back soon...
--- Jeremy Smith
<[EMAIL PROTECTED]> wrote:
> Hi!
>
> I've setup a page about how to get an SSL socket
> working, from the webserver
> side of things and on virtually any browser (well,
> Netscape 2+ and IE3+ I
> think). Should be okay for no
Yes... please do put-up tutorial webpage and send the
link, it will help a lot... specially for the beginner
to openSSL.
Thanks!
--- Jeremy Smith
<[EMAIL PROTECTED]> wrote:
> > I finally got my mini web server to support SSL.
> However, I get a bizarre
> > error which seems to be rare. It does
17 matches
Mail list logo