Re: OpsnSSL 0.9.6h make fail on LynxOS

2002-12-12 Thread Lutz Jaenicke
On Thu, Dec 12, 2002 at 03:11:26PM -0800, Jacob Schroeder wrote: > >gcc -I../include -DNO_ASM -DL_ENDIAN -O3 -c rsa_test.c -o rsa_test.o > >gcc -o rsa_test -I../include -DNO_ASM -DL_ENDIAN -O3 rsa_test.o -L.. > >-lcrypto -lbsd > >gcc -I../include -DNO_ASM -DL_ENDIAN -O3 -c dummytest.c -o > >

Re: queries on client server test w.r.t 0.9.7-beta3

2002-12-12 Thread Lutz Jaenicke
On Thu, Dec 12, 2002 at 04:50:48PM -0800, Sunitha Kumar wrote: > I noticed that unless we close the listen socket at the server side, the > SSL_read is actually read by the listen socket and not > by the accept socket.I have nonblocking io with select and read bits set > on listener socket fd, and

RE:

2002-12-12 Thread Muralidhar K (SSG) - CTD, Chennai.
Title: RE: To Add more to the Scholine's comments below,   S/MIME is also one more example.  The Assymetric ciphers are used to encrypt the symmetric session keys.   Murali -Original Message-From: Wade L. Scholine [mailto:[EMAIL PROTECTED]]Sent: Friday, December 13, 2002 3:28

RE: demo/maurice/example1.c

2002-12-12 Thread Muralidhar K (SSG) - CTD, Chennai.
The Usage to run this example1 is "example1 [-d]\n" By default it encrypts the data and with -d options it decrypts the data. when you run without arguments the junk may be encrypted data. Murali -Original Message- From: sharun santhosh [mailto:[EMAIL PROTECTED]] Sent: Friday, December 1

RE: [Fwd: [Fwd: Re: AES queries and old openssl libraries]]

2002-12-12 Thread Muralidhar K (SSG) - CTD, Chennai.
s_server and s_client source files are available in \apps directory Murali -Original Message- From: Sunitha Kumar [mailto:[EMAIL PROTECTED]] Sent: Friday, December 13, 2002 6:52 AM To: ssl Subject: [Fwd: [Fwd: Re: AES queries and old openssl libraries]] Lutz, thanks for verifying. Could

[Fwd: [Fwd: Re: AES queries and old openssl libraries]]

2002-12-12 Thread Sunitha Kumar
Lutz, thanks for verifying. Could you give me pointers for the location of source files for the test programs, /usr/local/ssl/bin/openssl s_server and s_client respectively. thanks, -- Sunitha Kumar http://www.cisco.com --- Begin Message --- Original Message

queries on client server test w.r.t 0.9.7-beta3

2002-12-12 Thread Sunitha Kumar
I noticed that unless we close the listen socket at the server side, the SSL_read is actually read by the listen socket and not by the accept socket.I have nonblocking io with select and read bits set on listener socket fd, and read/write bits set on the accepted socket fd. At client: ssl = SSL_ne

re:demo/maurice/example1.c

2002-12-12 Thread sharun santhosh
when i run the example1 all i get is junk why? __ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now. http://mailplus.yahoo.com __ OpenSSL Project

linking multiple .a libraries in c code.

2002-12-12 Thread M Mohammed
hi everybody, I need to know if anyone knows the command to link multiple .a static libraries. thanks MM    Add photos to your e-mail with MSN 8. Get 2 months FREE*. __ OpenSSL Project http://www.op

Re: documentation / examples X509 cert code

2002-12-12 Thread Paul Koster
> There is some more documentation in 0.9.7, see X509* manual pages. The > complete API isn't documented yet but there's a certificate creation demo in > demos/x509/mkcert.c Thanks, this will be of use. Unfortunately that the manual pages aren't of much use on a Windows platform. Actually the .pod

RE: OpsnSSL 0.9.6h make fail on LynxOS

2002-12-12 Thread Jacob Schroeder
just to follow up to my previous post... if I do 'make report' it compiles fine. So you got me here, but I'm not complaining because when I do 'make report' it completes and the binaries are made, and that's all I need. Jacob >-Original Message- >From: Jacob Schroeder [mailto:[EMAIL PROT

IMPORTANT: The release of 0.9.7 beta 6 is postponed

2002-12-12 Thread Richard Levitte - VMS Whacker
We should have release beta 6 today. However, some important changes haven't been committed or verified yet, so we need to delay the release. The new release time will be on Tuesday the 17th of December. We haven't yet decided when the final release of 0.9.7 shall be at this point. -- Richard

RE:

2002-12-12 Thread sharun santhosh
Thanks Wade. I have been trying(not with much success) to encrypt a certicaicate in PEM format using a rsa key. So from your explanation (given that my certificates arent too big) it should work, right??? Another doubt I want to use RSA_public_encrypt() to encrypt my certificate which means I need

RE:

2002-12-12 Thread Wade L. Scholine
Title: RE: Compared to symmetric ciphers, asymmetric ciphers tend to be very slow. Typically asymmetric ciphers are used to encrypt a few tens of bytes of data, to protect a key for a symmetric cipher session, or to prove that user of the asymmetric cipher knows some secret. RSA is a block c

[no subject]

2002-12-12 Thread sharun santhosh
I am new to this and have read somewhere that public key algorithms are inappropriate for encrypting 'large' amounts of data. How large is large? thanks __ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now. http://mailplus.yahoo.c

Strange rsa_lib application

2002-12-12 Thread Wade L. Scholine
Title: Strange rsa_lib application I have an application where I want to encrypt a small (15 octets) plaintext to a ciphertext of the same size. I was trying to do this with a 120-bit modulus and calling RSA_private_encrypt() with RSA_NO_PADDING, but some values of the plaintext cause RSA_R_DA

Re: OpenSSL Project Environment Migration on 10-Dec-2002 11:00 am CET

2002-12-12 Thread Geoff Thorpe
* Richard Levitte - VMS Whacker ([EMAIL PROTECTED]) wrote: > In message <[EMAIL PROTECTED]> on Thu, >12 Dec 2002 12:38:26 -, [EMAIL PROTECTED] said: > > John.Airey> Can you give us more details about the move, like where, > John.Airey> who, and whether it has bigger bandwidth please Ralf? >

Re: OpenSSL Project Environment Migration on 10-Dec-2002 11:00 amCET

2002-12-12 Thread Richard Levitte - VMS Whacker
In message <[EMAIL PROTECTED]> on Thu, 12 Dec 2002 12:38:26 -, [EMAIL PROTECTED] said: John.Airey> Can you give us more details about the move, like where, John.Airey> who, and whether it has bigger bandwidth please Ralf? I dunno about bandwidth, but the two user-visible benefits are: - fas

RE: OpenSSL Project Environment Migration on 10-Dec-2002 11:00 am CET

2002-12-12 Thread John . Airey
Can you give us more details about the move, like where, who, and whether it has bigger bandwidth please Ralf? Sorry for being late in replying, but I've been unwell. Thanks. - John Airey, BSc (Jt Hons), CNA, RHCE Internet systems support officer, ITCSD, Royal National Institute of the Blind, Ba

Apache+ModSSL support AES128 & AES256?

2002-12-12 Thread Johnny Wong
Hi all, Currently, My server is running Apache 1.3.26 with Mod_SSL 2.8.12 and OpenSSL 0.9.7-beta4. When I run ./ssltest in OpenSSL source folderI received this output : TLSv1, cipher TLSv1/SSLv3 DHE-RSA-AES256-SHA, 512 bit RSA And my Apache can't handle the cipher handshake for AES128 and AE