Hi,
Can anyone direct me to any document on how to install and configure
OpenSSL 0.9.7a on Apache 1.3.27 with an IBM Cryptographic Card (Aix Unix
environnement).
Bonne réception / Regards
Zoubir YACOUBI
Architecte Sécurité Infrastructure
ITS - IBM Global Services
GSM. 06.74.40.45.80
Fax +33 1 49
FYI -- You can also use "nm" to dump out all the symbols defined in a
library.
Fred Crable
Voyence
-Original Message-
From: Dr. Stephen Henson [mailto:[EMAIL PROTECTED]
Sent: Monday, June 30, 2003 6:34 AM
To: [EMAIL PROTECTED]
Subject: Re: about libcrypto.o and libssl.o
On Mon, Jun 30,
--- "Dr. Stephen Henson" <[EMAIL PROTECTED]> wrote: >
> No its this:
>
>
> > {"countryName", "FINLAND"},
>
>
> countryName must be the two character country code.
> It must be exactly two
> characters long, this is defined in various
> standards including RFC3280.
>
> Also there is a bette
On Mon, Jun 30, 2003, chiba4mail wrote:
> In x509.h there are a lot of function prototypes and
> data structures without comment:
> I looked into and I suppose to understand that
> something is
> possible starting with a pointer to byte data of asn1
> structure.
> Is it correct? and if it is corre
On Mon, Jun 30, 2003, Wu Junwei wrote:
> Hi,all
>
> I know OpenSSL provides 2 objects, libcrypto.o and libssl.o.
> How can I judge which function is in which of them?
>
> Are the following functions in libcrypto.o?
>
> SSL_CTX_new$B!J!K!$(B defined in ssl_lib.c.
> BIO_new_ssl$B!J
On Mon, Jun 30, 2003, Oliver Foden wrote:
> Hello all im a newbie with a problem.
>
> Im trying to run the example 10-5 (generate a
> certificate request) from the code at
> www.opensslbook.com (I enclose the code and my pivate
> key).
>
> However I get this error when I try to run the
> program
Hello all im a newbie with a problem.
Im trying to run the example 10-5 (generate a
certificate request) from the code at
www.opensslbook.com (I enclose the code and my pivate
key).
However I get this error when I try to run the
program:
[EMAIL PROTECTED]:~$ gcc -o EX10-5 EX10-5.c -lssl
[EMAIL P
(B
(B
(BHi,all
(B
(BI know OpenSSL provides 2 objects, libcrypto.o and libssl.o.
(BHow can I judge which function is in which of them?
(B
(BAre the following functions in
(Blibcrypto.o?SSL_CTX_new$B!J!K!$(B
(Bdefined in ssl_lib.c.
(BBIO_new_ssl$B!J!K!$(Bdefined in
In x509.h there are a lot of function prototypes and
data structures without comment:
I looked into and I suppose to understand that
something is
possible starting with a pointer to byte data of asn1
structure.
Is it correct? and if it is correct, what is the right
sequence of
things (i.e. function