On Tue, Nov 07, 2000 at 11:38:21AM -0300, Guillermo Lama wrote:
> I'm trying to generate the dynamic libraries, libcrypto.sl and libssl.sl
> under HP-UX 10.20 using HP C compiler.
> I've modified the options adding +Z to have PIC position-independent code
> and removing the optimization options f
Hi, Ragnar Augustsson ...
On Tue, 7 Nov 2000 [EMAIL PROTECTED] wrote:
> I am having problem linking libssl.a libcrypto.a and my own lib to an
> application.
[...]
> Then as I started building my application I can not get the gcc or g++ to
> link to my library. At first I thought I was doing so
Hi:
I'm trying to generate the dynamic libraries, libcrypto.sl and libssl.sl
under HP-UX 10.20 using HP C compiler.
I've modified the options adding +Z to have PIC position-independent code
and removing the optimization options from the cc compiler.
I've tried to generate the dynimic libraries
On Tue, Nov 07, 2000 at 01:53:56PM +, [EMAIL PROTECTED] wrote:
> I am having problem linking libssl.a libcrypto.a and my own lib to an
> application.
> #(BTW. I moved the libs into my own directory and I used to use gcc)
> tpos3client:libTpos3.a tpos3client.cpp
>
I am having problem linking libssl.a libcrypto.a and my own lib to an application.
I began by building the SSL library on my x86 based Redhat 7 that was really straight forward.
Then I compiled my own library that is linked to libssl.a and libcrypto.a, so far so good...
Then as I started buil
I did that.. I installed the patch of solaris 2.6.. took a week for sun
to locate it.. and now it still does the same thing.. ..
Is there some way to seed the thing.. ?
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, November 07, 2000 6:53 AM
To:
>
> Use of those macros is now strongly discouraged. You can replace the lot
> with a single call to PKCS12_parse() which generally "does the right
> thing".
>
yes, the code presented is rather old (about 2 years).
__
OpenSSL P
Peter Sylvester wrote:
>
> maybe you can get some inspiration from the following code.
> The code is not memory leak free.
>
> typedef struct TIAX_st {
> PKCS12 * p12 ;
> EVP_PKEY * pkey ;
> ...
>
> } TIAX ;
>
> int TIAX_login(TIAX * a,char * pass, int passlen)
> {
> ST
maybe you can get some inspiration from the following code.
The code is not memory leak free.
typedef struct TIAX_st {
PKCS12 * p12 ;
EVP_PKEY * pkey ;
...
} TIAX ;
int TIAX_login(TIAX * a,char * pass, int passlen)
{
STACK *asafes, *bags;
int bagnid;
David VERGIN wrote:
>
> unfortunatelly not. I just have to get it out from a PKCS12 file to load it
> into some hardware.
> I hven't been able to get the crypto library to work right. I didn't find
> how to do it with baltimore tools.
>
Using the openssl tool:
openssl pkcs12 -in file.p12 -out
Well, just read the http://www.openssl.org/support/faq.html and look for
It can't be that bad.
Uli
From: Zandi Patrick S TSgt AFRL/IFOSS
<[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, November 06, 2000 7:40 PM
Subject: RE: HELP !
> I am resending this message :::
>
> > Hello, I am
Hi,
I'm having some problems compiling the OpenSSL 0.9.6 tarball on my SUN Ultra
1 running RedHat 6.2. I'm using egcs 2.91.66 as compile tool, and
./Configure seemed more flexible.
To my question:
What do they mean in the OpenSSL FAQ by "If you used ./Configure instead of
./config, make sure tha
On Mon, Nov 06, 2000 at 02:39:15PM -0800, Brian Koref wrote:
> Was wondering if anyone had documentation on how to configure session
> caching and /or SSL Batching. I've seen reference to a session.doc, but
> have been unable to find it. Thanks
There is some documentation in the openssl source
Hi,
I noticed that some of you have implemented WTLS with RSA by using 3ui's
WTLS patch for Kannel. I am complete beginner with OpenSSL and would be very
grateful if someone could kindly provide me with tips/source code?
Regards,
Olli Aro
P.S. C examples about usage of RSA and RC5 would be al
unfortunatelly not. I just have to get it out from a PKCS12 file to load it
into some hardware.
I hven't been able to get the crypto library to work right. I didn't find
how to do it with baltimore tools.
David Vergin - EPITA promo 2002
-Message d'origine-
De : Matt Walsh [mailto:[EMAIL
On Tue, Nov 07, 2000 at 08:55:24AM +0100, Ruud Rietveld wrote:
> > An SSL object can also be reused, you should however make sure to call
> > SSL_clear() on it before reuse.
> > I cannot give you numbers on the performance impact of SSL_new() or
> > SSL_CTX_new(), respectively. Both functions do h
PKCS#1 has got a block trype to identify what type of operation can be
performed on this padded data.
For instance if you want to wrap a key to send it to another one, you will
use a pKCS1 padding with a block type 2 and encrypt it with the public key
of the destination. A crypto provider should r
I have already apache installed , I want to
configure it to apache-ssl
18 matches
Mail list logo