RE: [MiNT] M68020 bn_asm

2002-02-20 Thread Bernard Dautrevaux
-Original Message- From: Richard Levitte - VMS Whacker [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 20, 2002 7:30 AM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: [MiNT] M68020 bn_asm From: Howard Chu [EMAIL PROTECTED] hyc From the overwhelming lack of

SSL_clear code

2002-02-20 Thread Yoram Zahavi
Hi, I'm using SSL_clear (0.9.6c) in order to reuse the SSL object. SSL_clear() should make sure that the SSL Session will *not* be reused if SSL_SENT_SHUTDOWN is *not* set. Well, I faced some problems and I looked into the code: * SSL_clear sets SSL structure state with SSL_ST_BEFORE. (The

Re: cvs commit: openssl STATUS

2002-02-20 Thread Bodo Moeller
On Wed, Feb 20, 2002 at 03:07:16PM +0100, [EMAIL PROTECTED] wrote: Log: Including openssl/e_os.h in the OpenSSL 0.9.6 branch is legal, since it's exported. Changing that is a BIG step, which has been done in 0.9.7-dev. Revision ChangesPath 1.214 +1 -5

Re: [PATCH] argument passing to app_verify_callback

2002-02-20 Thread Bodo Moeller
On Sat, Feb 16, 2002 at 11:16:23AM +0100, Richard Levitte - VMS Whacker wrote: I see no problem adding this patch. Queued. The problem is that the application callback prototype is incompatibly changed. Otherwise I would have added the argument instead of simply adding comments pointing out

Re: [PATCH] argument passing to app_verify_callback

2002-02-20 Thread Dr S N Henson
Bodo Moeller wrote: On Sat, Feb 16, 2002 at 11:16:23AM +0100, Richard Levitte - VMS Whacker wrote: I see no problem adding this patch. Queued. The problem is that the application callback prototype is incompatibly changed. Otherwise I would have added the argument instead of simply

Re: cvs commit: openssl STATUS

2002-02-20 Thread Richard Levitte - VMS Whacker
From: Bodo Moeller [EMAIL PROTECTED] moeller The problem with 0.9.6-stable is that '#include openssl/e_os.h' was moeller added to conf.h, openssl/conf.h being automatically included by moeller x509v3.h. I consider this a bug: Writing '#include openssl/x509v3.h' moeller in the application

Re: [PATCH] argument passing to app_verify_callback

2002-02-20 Thread D. K. Smetters
One comment made when I proposed the patch was that this functionality is currently almost entirely unused. Therefore changing the expected prototype is not likely to affect that many people, many of whom may actually prefer having the argument used. It also cleans up a notable inconsistency in

[PATCH] bad uid shortname

2002-02-20 Thread Dan Lanz
The patch below fixes a bug in the objects list where the UID object shortname is incorrectly specified to be identical to its longname (uniqueIdentifier). This evidences itself, for example, when using OBJ_sn2nid() to convert the UID rdn of a dn (i.e., uid=test,o=myorg) to an object. The

How can i make a symmetric key?

2002-02-20 Thread Kukmin, Han
HI everyboty How can i make a symmetric key using openssl library? please answer me...

Re: How can i make a symmetric key?

2002-02-20 Thread Michael Sierchio
Kukmin, Han wrote: How can i make a symmetric key using openssl library? Make a random number. __ OpenSSL Project http://www.openssl.org Development Mailing List [EMAIL