On Wed, Jul 25, 2012 at 4:15 PM, Tom Browder wrote:
> On Wed, Jul 25, 2012 at 3:40 PM, Ted Byers wrote:
>> On Wed, Jul 25, 2012 at 4:03 PM, Tom Browder wrote:
...
>> Thanks. Let me know when I can take a look at yor script. I'd also like to
>> hear about how you harden your servers.
>
> Roger-
On Wed, Jul 25, 2012 at 3:40 PM, Ted Byers wrote:
...
> On Wed, Jul 25, 2012 at 4:03 PM, Tom Browder wrote:
...
>> I will provide the user passwords for the client certs. to my
>> intermediate helpers via the USPO and the individual client
>> certificates via e-mail. The users have to get their
On Wed, Jul 25, 2012 at 4:03 PM, Tom Browder wrote:
> On Wed, Jul 25, 2012 at 12:49 PM, Ted Byers wrote:
> > Hi All
>
> Hi, Ted. I, too, have been looking for something like you have. I am
> in the process of creating a Perl program that may be able to help you
> (for at least part of your req
On Wed, Jul 25, 2012 at 12:49 PM, Ted Byers wrote:
> Hi All
Hi, Ted. I, too, have been looking for something like you have. I am
in the process of creating a Perl program that may be able to help you
(for at least part of your requirements), but I first can point you to
one of the most current
What do you think strlen(in) will return? You are mixing up variable length C
strings (nul terminated) with binary data - always pass the true data length
Carl
On Thu 29/03/12 12:58 PM , "Chandrasekhar" chandrasek...@evolute-sys.com sent:
> Hi ,
>
> I am new to this openssl libraries.
>
> I
On Tue, Jul 01, 2003 at 03:19:14PM +0100, Marius Cabas wrote:
> I want to check the client certificate from an SLL server. In the
> callback function passed to SSL_CTX_set_verify() I'm getting the error
> 18: X509_V_ERR_DEPTH_ZERO_SELF_SIGNED_CERT (self signed certificate). I
> suppose the certific
That means nothing more to me that it does to you :) Try
ERR_error_string(ERR_get_error(), NULL) instead.
Arun.
"The online world is a cool place to visit, but you really don't want to
live there."
This message is for the named pe
I believe that for SSL_connect() a return value of 0 also indicates an
error. In such a case, you should delve deeper and figure out the exact text
message of the error (as lutz suggested). You may see what you have been
looking for.
Arun.
"The online world is a cool place to visit, but you real
Well, on the UNIX system I use, I can open 2 xterms. In one of them I run
the serv program. This makes the shell prompt go away as serv waits for a
client connection. In the other xterm I run the cli program. It connects to
the server and both sides print out some messages. On my system the result
Hello,
Escribía "haikel mejri" <[EMAIL PROTECTED]>, hablando de (No
Subject) con fecha Mon, 15 May 2000 13:07:25 +0100,
>after getting the signed client public key (gnerated by netscape), i have generated a
>client certificate.
>I want to know how to send this client certificate to its owner.
You can't. Sorry.
What you can do is read what documentation & man pages are available
and read the CA.sh and CA.pl scripts to see what's going on.
There is a lot more to running a CA than just running the software, although if
you just want to cut certs for testing, use the scripts provided in
That's ok for me, but what can i do to use the perl SSleay module.
Every time i try to compile, i 've got many errors in the bn.h ?
Anyone have compiled the perl module on NT ?
Ulrich Kroener a écrit :
> Ng, (?)
>
> You need
> Perl for Win32 (from ActiveWare)
> VC 5 or later (from you know w
Wayne,
I'm glad that you made it in the meantime.
> By the way, I searched my whole harddisk and I can't find the file
> vcvars.bat.
My mistake, that was vcvars32.bat. This is the file that introduces the
MSVC environment variables.
> But I guess that is to do with the include path for the
Ng, (?)
You need
Perl for Win32 (from ActiveWare)
VC 5 or later (from you know whom)
Last time I checked (with openssl-0.9.1c), it worked like this:
\vcvars.bat
cd
perl util\mk1mf.pl VC-WIN32 dll no-asm >ms\ntdll.mak
perl util\mkdef.pl 32 libeay > ms\libeay32.def
perl util\mkdef.pl 32
14 matches
Mail list logo