Re: Errors Making OpenSSL per Mod_SSL Instructions

1999-04-08 Thread Toru Takinaka
>I have no idea what -DNO_IDEA does, and haven't found anything on >the website and mailing list archives that would give me a clue. SEE openssl-0.9.2b/README The IDEA algorithm is patented by Ascom in Austria, France, Germany, Italy, Japan, Netherlands, Spain, Sweden, Switzerland, UK and the U

Re: ocsp developing

1999-04-08 Thread Alfredo Raul Pena
Hi, I am very interested. I have actually done something similar in spirit, but very different. Using mod_perl and an AuthHandler, I translate a FakeBasicAuthentication user (the certificate's SubjectDN) to an LDAP user with that SubjectDN in an special attribute. I was looking for a way to acces

Errors Making OpenSSL per Mod_SSL Instructions

1999-04-08 Thread Jeff Hill
Trying to make OpenSSL 0.9.2b per instructions with Mod_SSL 2.2.7-1.3.6 for Apache 1.3.6, an error message at the end of "make test" says: cmp: EOF on ./p. idea-ecb.clear make [1]: ***[test_enc] Error1 make: *** {tests] Error 2 I've configured with the standard gcc that c

[BugDB] SSLRequireSSL and AuthType Basic (PR#154)

1999-04-08 Thread bugdb-mod-ssl
Full_Name: Peter Perkins Version: 2.2.7 OS: irix 5.3 Submission from: falstaff.ucsd.edu (199.105.13.29) using Apache/1.3.6 (Unix) mod_ssl/2.2.7 OpenSSL/0.9.2b, i find that: SSLRequireSSL ErrorDocument 403 /error.html AllowOverride None Options IncludesNOEXEC ExecCGI

Re: ocsp developing

1999-04-08 Thread Marc Jadoul
Hi, I am also working on ocsp (not yet but soon;-). I do not well understand what the ldap is doing in this and what you mean exactly. You need 2 thing for ocsp: 1/ A client that is oscp aware. That could be mod_ssl patched to be ocsp aware. 2/ An ocsp server. That could be a cgi (or php script)

Re: ocsp developing

1999-04-08 Thread Ralf S. Engelschall
On Thu, Apr 08, 1999, Andrea e Luca Giacobazzi wrote: > Hi everybody, my name is Andrea Giacobazzi, and i'm developing a patch for > mod_ssl exactly in function ssl_engine_kernel.c (look at labels "Giacob") to > realize an ocsp responder to verify client certificate, during client > authenticatio

No Subject

1999-04-08 Thread Andrea e Luca Giacobazzi
Hi everybody, my name is Andrea Giacobazzi, and i'm developing a patch for mod_ssl exactly in function ssl_engine_kernel.c (look at labels "Giacob") to realize an ocsp responder to verify client certificate, during client authentication. It works with LDAP directory v2 and look for the clie

ocsp developing

1999-04-08 Thread Andrea e Luca Giacobazzi
Hi everybody, my name is Andrea Giacobazzi, and i'm developing a patch for mod_ssl exactly in function ssl_engine_kernel.c (look at labels "Giacob") to realize an ocsp responder to verify client certificate, during client authentication. It works with LDAP directory v2 and look for the clien

What does "Alarm clock" mean

1999-04-08 Thread Hans Lohmander
I have frequent entries in the error log with exit signals called Alarm clock. Did a search on the apache.org with no luck. Is this mod_ssl related or do I look somewhere else? Comfig Apache/1.3.6 (Unix) PHP/3.0.7 mod_perl/1.18 mod_ssl/2.2.6 OpenSSL/0.9.2b and mod_auth_samba 1.1 >From error_log

Re: Negotiation in SSL handshake

1999-04-08 Thread Hans Lohmander
Answering my own question, by using StreamWatcher I can see that the connection indeed is encrypted. The message is not true. Mod_perl reports: HTTPS = on HTTP_UA_CPU = PPC HTTP_UA_OS = MacOS HTTP_USER_AGENT = Mozilla/4.0 (compatible; MSIE 4.5; Mac_PowerPC) SERVER_SOFTWARE = Apache/1.3.6 (Unix) PH

Wierd RedHat52/Apache-136/mod_ssl-227/mod_perl-119 problem

1999-04-08 Thread Anthony Rumble
This is what im running.. Bog standard RedHat 5.2 with all the errata perl-5.004m7-1 apache-mod_ssl-1.3.6-2.2.6-1 (based on the replay rpm) mod_perl-1.19-1 SSLeay-0.9.0b.KSI2-5 Basically, perl programs with modules running as cgi's like normal work fine, but when I load certain modules in the ht