Small last (I certainly hope) changes for VMS

1999-05-24 Thread Richard Levitte - VMS Whacker
To begin with, please remove VMS/00README.1st. It's obsolete. Then please apply the following changes/additions (VMS/TODO is new): Index: INSTALL.VMS === RCS file: /afs/stacken.kth.se/src/SourceRepository/OpenSSL/INSTALL.VMS,v retr

Reference manual.

1999-05-24 Thread Carles
Hello, Is there any manual reference for the openSSL library ? If not, when will be some docs avaible ? Where could I find source code examples ? Many thanks. Carles Xavier Munyoz Baldo. __ OpenSSL Project

I want document openSSL library.

1999-05-24 Thread Carles
Hello, I would like to be the person who makes the openSSL library documentation. How begin ? Who may help me ? Dou you have some notes about the library ? Greetings. Carles Xavier Munyoz Baldo. __ OpenSSL Project

[STATUS] OpenSSL (Sun 23-May-1999)

1999-05-24 Thread OpenSSL Project
OpenSSL STATUS Last modified at __ $Date: 1999/05/20 01:42:57 $ DEVELOPMENT STATE o OpenSSL 0.9.3: Freezed... only bugfixes and cleanups allowed! Proposed release date: Mon May 24th, 1999

VMS patches, a correction...

1999-05-24 Thread Richard Levitte - VMS Whacker
Please ignore the previous diff I sent, and use the following instead. VMS/00README.1st is still to be removed. Index: INSTALL.VMS === RCS file: /afs/stacken.kth.se/src/SourceRepository/OpenSSL/INSTALL.VMS,v retrieving revision 1.1.

Re: how to make a personal certificate for IE or NS

1999-05-24 Thread Juan Pablo Rojas Jimenez
What you have to do is to sign a public key generated by your browser , and this should be done from a web page with a form with the KEYGEN tag. With the form you must generate a file conatining the data of the requester of the certificate , something like this : countryName = ES stateOrProvinc

Re: no-shared cipher

1999-05-24 Thread Bodo Moeller
"Gang Lu" <[EMAIL PROTECTED]>: > I tried to build a client and a server based on the example of cli.cpp > and serv.cpp in openssl-0.9.2b. However, I always get the following erro > message: > 19296:error:1408A0C1:SSL routines:SSL3_GET_CLIENT_HELLO:no shared > cipher:S3_srvr.c:759 > Could anyone

IRIX64 build

1999-05-24 Thread Andy Polyakov
I've got it working on IRIX64 platform. Find the patch attached. I just want to point out that this is a temporary workaround. "Temporary" means that I'm ready with promised SHA rewrite but as the patch is big and the team is eager to release 0.9.3 it makes sense to wait till next cycle when I pla

Re:

1999-05-24 Thread Dr Stephen Henson
> Erik Aronesty wrote: > > // v3_lib.c > > void X509V3_EXT_cleanup() > { > sk_pop_free(ext_list, ext_list_free); > ext_list = NULL;// added to fix problem in openssl.exe > command line (and others who free/reuse the ctx list) > } > > Thanks for the report. This fix has now been

Re: get current time

1999-05-24 Thread Ralf S. Engelschall
In article <008901bea143$1eb03de0$[EMAIL PROTECTED]> you wrote: > How can I get current time inside Apache-OpenSSL (in ssl_engine_kernel.c) > and also sum a value in time format ? time(3) Ralf S. Engelschall [EMAIL PR

Can you help? - openssl-SNAP-19990523-0930

1999-05-24 Thread Sydney Urshan
>If "make" fails, please report the problem to <[EMAIL PROTECTED]> [root openssl-SNAP-19990523-0930]# make making all in crypto... make[1]: Entering directory `/home/sites/home/openssl-SNAP-19990523-0930/crypto' echo "#define DATE \"`date`\"" >date.h gcc -I. -I../include -DTHREADS -D_REENTRANT -

Fixed Manually

1999-05-24 Thread Sydney Urshan
with ./Configure linux-mips Thanks, Sydney Urshan __ OpenSSL Project http://www.openssl.org Development Mailing List [EMAIL PROTECTED] Automated List Manager

R: R: A few trivial LDAP cert lookup

1999-05-24 Thread Andrea e Luca Giacobazzi
.>Your patch doesn't do _quite_ what I need it to though. I need to allow the >user to configure the mapping from subject DN to LDAP DN, etc. I'll be >submitting my patch when it gets working as well. We should try and merge the >two so we don't have a billion patches for LDAP verification floa

no-shared cipher

1999-05-24 Thread Gang Lu
Hi,   I tried to build a client and a server based on the example of cli.cpp and serv.cpp in openssl-0.9.2b. However, I always get the following erro message:   19296:error:1408A0C1:SSL routines:SSL3_GET_CLIENT_HELLO:no shared cipher:S3_srvr.c:759   Could anyone give me a clue about how to so

Re: "options required on this system are not known"

1999-05-24 Thread Franco Papacella
On my FreeBSD 2.2.8-stable there are '#ifdef _THREAD_SAFE' in errno.h, stdio.h and time.h. Additionaly I found one '#ifdef _REENTRANT' in math.h, but this one should be irrelevant for the openssl-library, because it's only used for the following declarations. #ifdef _REENTRANT extern double gam

No Subject

1999-05-24 Thread Erik Aronesty
// v3_lib.c   void X509V3_EXT_cleanup(){ sk_pop_free(ext_list, ext_list_free); ext_list = NULL;    // added to fix problem in openssl.exe command line (and others who free/reuse the ctx list)}  

info: install.w32: server name changed for perl w32 download

1999-05-24 Thread Steffen Dettmer
Hi, file: INSTALL.W32 Line 9 pos 42: it seems that the URL http://activestate.com/ActivePerl is no longer valid (DNS couldn't get IP adress: *** No address (A) records available for activestate.com) but the URL: http://www.activestate.com/ActivePerl ^^^ worked for me. o

Re: R: R: A few trivial LDAP cert lookup

1999-05-24 Thread William M. Perry
"Andrea e Luca Giacobazzi" <[EMAIL PROTECTED]> writes: > >Your patch doesn't do _quite_ what I need it to though. I need to allow > >the user to configure the mapping from subject DN to LDAP DN, etc. I'll > >be submitting my patch when it gets working as well. We should try and > >merge the tw

Re: how to make a personal certificate for IE or NS

1999-05-24 Thread Michael Stroeder
Juan Pablo Rojas Jimenez wrote: > > What you have to do is to sign a public key generated by your browser , > and this should be done from a web page with a form with the KEYGEN tag. You might want to consider using my package pyCA for all these jobs: http://sites.inka.de/ms/python/pyca/ > S

Re: Latest version and Win32?

1999-05-24 Thread Dr Stephen Henson
ry to fix it before the > release tomorrow when it's really a problem. Steve? Thanks. > I've tried openssl-SNAP-19990524-0930_tar.gz and it compiles fine. The usual reason for this error is that the user forgot to run: perl Configure VC-WIN32 first. Steve. -- Dr Stephen N. Henson.

Re: VMS patches, a correction...

1999-05-24 Thread Bodo Moeller
On Mon, May 24, 1999 at 10:15:22AM +0200, Richard Levitte - VMS Whacker wrote: > Please ignore the previous diff I sent, and use the following > instead. [...] > --- VMS/openssl_utils.com 1999/05/17 12:06:06 1.1.1.1 > +++ VMS/openssl_utils.com 1999/05/23 19:37:28 > @@ -24,6 +24,7 @@ >

Re: VMS patches, a correction...

1999-05-24 Thread Richard Levitte - VMS Whacker
3moeller> > $ GENRSA :== $SSLEXE:OPENSSL GENRSA 3moeller> > +$ GENRSA :== $SSLEXE:OPENSSL GENDSA 3moeller> ^^ 3moeller> GENDSA, surely? Oops. *blush* Correct. I saw in the CVS that you corrected tha blunder. Thank you. -- Richard Levitte \ Spannvägen 38, II \ [EMAIL PROTECTE

Re: Latest version and Win32?

1999-05-24 Thread Ralf S. Engelschall
te.h' >> >> Can someone of our Win32 experts check this and try to fix it before the >> release tomorrow when it's really a problem. Steve? Thanks. > > I've tried openssl-SNAP-19990524-0930_tar.gz and it compiles fine. The > usual reason for this error i