Re: version number

1999-05-20 Thread Ben Laurie
Bodo Moeller wrote: On Wed, May 19, 1999 at 04:58:29PM +0200, Ralf S. Engelschall wrote: We *could* add a file with an extra #define that is automatically set to the current date each time a snapshot is tar'ed -- e.g. #define OPENSSL_VERSION_DATE 0x19990518 Yes, an automatic and

Re: version number

1999-05-20 Thread Ralf S. Engelschall
In article [EMAIL PROTECTED] you wrote: Bodo Moeller wrote: On Wed, May 19, 1999 at 04:58:29PM +0200, Ralf S. Engelschall wrote: We *could* add a file with an extra #define that is automatically set to the current date each time a snapshot is tar'ed -- e.g. #define

Re: Session ID Caching?

1999-05-20 Thread Ben Laurie
Vincent Padua wrote: I'm currently using openssl 0.9.2b, and would like the ability to enable/disable session ID caching. Is there a command or particular source file I need to deal with in order to make this happen. SSL_CTX_set_session_cache_mode(ctx,SSL_SESS_CACHE_OFF); Cheers, Ben.

Re: version number

1999-05-20 Thread Bodo Moeller
On Thu, May 20, 1999 at 01:26:37PM +0200, Ralf S. Engelschall wrote: #define OPENSSL_VERSION_DATE 0x19990518 Yes, an automatic and simple approach like this is ok. Can you add something like that (with proper CVS check-in) to the script that creates the tar's? You want to check it in for

Re: version number

1999-05-20 Thread Ben Laurie
Bodo Moeller wrote: On Thu, May 20, 1999 at 01:26:37PM +0200, Ralf S. Engelschall wrote: #define OPENSSL_VERSION_DATE 0x19990518 Yes, an automatic and simple approach like this is ok. Can you add something like that (with proper CVS check-in) to the script that creates the tar's?

Re: solaris config... fyi

1999-05-20 Thread Bodo Moeller
On Thu, May 20, 1999 at 01:22:33PM +0100, Seán ó Ríordáin wrote: but now in crypto/md5... when compiling md5_dgst.c I get... make[2]: Entering directory `/export/home/sean/crypto/openssl-work/crypto/md5' gcc -I.. -I../../include -DTHREADS -D_REENTRANT -O3 -fomit-frame-pointer -mv8 -Wall

Patch for ssl_cert.c (struct dirent/direct)

1999-05-20 Thread Juergen Moellenhoff
Hi, I can't compile the ssl_cert.c file on a NEXTSTEP/OPENSTEP system, because the posix support is broken. Maybe someone can include the following patch to the ssl_cert.c file: -- --- the regular includes --- #include stdio.h #include sys/types.h #ifndef

cert status lookup with OCSP

1999-05-20 Thread Andrea e Luca Giacobazzi
I made a patch to ssl_engine_kernel.c in Apache 1.3.6 + mod_ssl-2.2.8-1.3.6 + openssl-0.9.2b.tar.gz for verifying client certificate status with LDAPv2 directory during client authentication, using OCSP API made by Tom Titchener for OpenSSL. The function search in LDAP the client certificate, by

Small bug in Configure

1999-05-20 Thread Richard Levitte - VMS Whacker
I found, whn I tested today, that "MINOR" in Makefile.ssl got the value "9.3-". The following fix makes Configure not include the dash (why on earth that backslash was placed there I wonder...): Index: Configure === RCS file:

Small changes for VMS

1999-05-20 Thread Richard Levitte - VMS Whacker
Relative to the repository as it was this morning around 10:00 +0200: INSTALL.VMS needed to get updated: Index: INSTALL.VMS === RCS file: /afs/stacken.kth.se/src/SourceRepository/OpenSSL/INSTALL.VMS,v retrieving revision 1.1.1.1

Re: Session ID Caching?

1999-05-20 Thread Ben Laurie
Vincent Padua wrote: Thanks! Is there a way to do this from the command line? The command line of what? Cheers, Ben. -- http://www.apache-ssl.org/ben.html "My grandfather once told me that there are two kinds of people: those who work and those who take the credit. He told me to try to

Re: e_os.h still exported?

1999-05-20 Thread Bodo Moeller
Bodo Moeller [EMAIL PROTECTED]: Richard Levitte: If e_os.h shouldn't be exported, shouldn't it be removed from the EXHEADER macro in Makefile.org? In theory, yes. [...] apparently no-one felt like doing that up to now :-) Proposal: Make a symlink to e_os.h in each directory where it is

Re: e_os.h still exported?

1999-05-20 Thread Richard Levitte - VMS Whacker
Bodo_Moeller Bodo Moeller [EMAIL PROTECTED]: Bodo_Moeller Richard Levitte: Bodo_Moeller Bodo_Moeller If e_os.h shouldn't be exported, shouldn't it be removed from the Bodo_Moeller EXHEADER macro in Makefile.org? Bodo_Moeller Bodo_Moeller In theory, yes. [...] apparently no-one felt like

options required on this system are not known

1999-05-20 Thread Ulf Möller
On FreeBSD the Configure script prints a warning that "The library could not be configured for supporting multi-threaded applications as the compiler options required on this system are not known." I don't know if the approach taken in Configure is optimal. Anyway, this is the required