Re: Setting up multiple SSL certs on a mac 10.3 server problems

2004-02-19 Thread Lutz Jaenicke
tion.) The problem seems to be with the certificates which do carry public information, so that you could post them so that other people can investigate them and report. Even better: if the problem can be reproduce with openssl alone, do post your problem to the [EMAIL PROTECTED] mailing list. Bes

Re: Setting up multiple SSL certs on a mac 10.3 server problems

2004-02-12 Thread Lutz Jaenicke
any idea what could be going wrong? The error message indicates, that the contents of the certificate cannot be correctly parsed. You should be able to verify this with the openssl command line tool: openssl x509 -in /etc/httpd/ssl.key/royal.crt -text If the certificate is ok, you should see its

Re: force mod_ssl to choose 3DES over RC4 ciphers?

2004-02-12 Thread Lutz Jaenicke
does support an option to change this behaviour such that the server's preferences are used, but to my best knowledge there is no switch in mod_ssl to set this flag. Best regards, Lutz -- Lutz Jaenicke [EMAIL PROTECTED] http://www.aet.TU-Cottbus.DE/

Re: Verifying enabled ciphers?

2003-01-30 Thread Lutz Jaenicke
mous DH ciphers are the only aNULL ciphers supported. If at any point in the future an anonymous cipher without DH would be added (does such thing exist?), it might make a difference. Best regards, Lutz -- Lutz Jaenicke [EMAIL PROTECTED] http://www.a

Re: Verifying enabled ciphers?

2003-01-27 Thread Lutz Jaenicke
BC3-SHA > IDEA-CBC-SHA > RC4-MD5 > RC4-SHA See above :-) > The following gave me 'illegal parameter': > DES-CBC3-MD5 > DES-CBC-MD5 > IDEA-CBC-MD5 > RC2-CBC-MD5 > RC4-64-MD5 These ciphers are SSLv2 ciphers. Best regards, Lutz -- Lutz Jaenicke

Re: Verifying enabled ciphers?

2003-01-23 Thread Lutz Jaenicke
sl s_client -connect hostname:443 -cipher ADH-DES-CBC-SHA to see, if it really succeeds. With respect to your seetings it better should not. Unfortunately the server-info handler does not list the enabled ciphers for crosschecking. The SSLv3/TLSv1 specification says that the client has to list its sup

Re: SSLRandomFIle Error (Apache-mod_ssl)

2002-11-15 Thread Lutz Jaenicke
andom But you didn't read carefully enough. If you are using an EGD style device, you must explicitely tell: SSLRandomSeed startup egd:/var/run/egd-pool SSLRandomSeed connect egd:/var/run/egd-pool (Your path of course is different...) Best, Lutz -- Lutz Jaenicke

Re: Apache + mod_ssl (OpenSSL Error)

2002-11-15 Thread Lutz Jaenicke
ied automatically starting with OpenSSL 0.9.7. For 0.9.6x you have to enter the appropriate path using the SSLRandomSeed directive in httpd.conf. Details are found in the manual. Best regards, Lutz -- Lutz Jaenicke [EMAIL PROTECTED] http://www.aet.TU-Cottbus.DE/p

Re: SSLCipherSuite order is not respected

2002-10-14 Thread Lutz Jaenicke
_CTX_set_options(). However: as far as I am aware, mod_ssl does not yet have a httpd.conf option to enable this flag. Best regards, Lutz -- Lutz Jaenicke [EMAIL PROTECTED] http://www.aet.TU-Cottbus.DE/personen/jaenicke/ BTU Cottbus

Re: Red Hat Linux update for Linux Slapper worm

2002-09-20 Thread Lutz Jaenicke
t regard, Lutz PS. OpenSSl team member Mark Cox is actually working for Redhat... -- Lutz Jaenicke [EMAIL PROTECTED] http://www.aet.TU-Cottbus.DE/personen/jaenicke/ BTU Cottbus, Allgemeine Elektrotechnik Universitaetsp

Re: openssl0.9.6e ok with mod_ssl 2.8.10?

2002-07-31 Thread Lutz Jaenicke
change when upgrading from 0.9.6d to 0.9.6e, so no update for mod_ssl is required. Best regards, Lutz -- Lutz Jaenicke [EMAIL PROTECTED] http://www.aet.TU-Cottbus.DE/personen/jaenicke/ BTU Cottbus, Allgemeine Elektrotechnik Universitaetsplatz 3-4, D-0

Re: Compiling apache with mod_perl + mod_ssl on HP-UX 10.2; link problem

2002-07-22 Thread Lutz Jaenicke
y will spend the time to adapt GNU ld for HP. Best regards, Lutz -- Lutz Jaenicke [EMAIL PROTECTED] http://www.aet.TU-Cottbus.DE/personen/jaenicke/ BTU Cottbus, Allgemeine Elektrotechnik Universit

Re: Compiling apache with mod_perl + mod_ssl on HP-UX 10.2; link problem

2002-07-19 Thread Lutz Jaenicke
ompiled with gcc. Thus, 2 possible solutions: * Add -L/path/to/where/libgcc/is/ -lgcc after -lcrypto, maybe at the end of the list. (I think this is what GNU ld makes automatically.) * Recompile every component using HP's compiler. That's how I do it. Works fine for me :-) Best

Re: FreeBSD SSL_Connect drama

2002-07-15 Thread Lutz Jaenicke
On Mon, Jul 15, 2002 at 10:05:33AM +0930, Glen Vallance wrote: > This problem doesn't sound like it should be that uncommon, but I can't find > any information on it. Once you saw the solution you will find, that the mailing list is full of problems like these. > read from 0808D4C0 [080A4000] (7

Re: [BugDB] PRIVATE: problem on mod_ssl-2.8.10-1.3.26 and openssl-0.9.7-pre1.tar.gz (PR#726)

2002-07-01 Thread Lutz Jaenicke
not appear. Best regards, Lutz -- Lutz Jaenicke [EMAIL PROTECTED] http://www.aet.TU-Cottbus.DE/personen/jaenicke/ BTU Cottbus, Allgemeine Elektrotechnik Universitaetsplatz 3-4, D-03044 Cottbus ___

Re: [BugDB] Performance issue (PR#723)

2002-06-29 Thread Lutz Jaenicke
add-ons do you use? I know that there is at least one interaction between php4 and mod_ssl: child processes do not correctly shut down, when both modules are used. Best regards, Lutz -- Lutz Jaenicke [EMAIL PROTECTED] http://www.aet.TU-Cottbus.DE/personen/jaeni

Re: Fwd: openssl-0.9.7-beta1 testing

2002-06-20 Thread Lutz Jaenicke
strsep' Has been corrected in OpenSSL-0.9.7-beta2. > >+ mod_ssl-2.8.8-1.3.24 > >ssl_engine_vars.c:410: `NID_uniqueIdentifier' undeclared here (not in a > >function) Has been adjusted in mod_ssl-2.8.9-1.3.26 Best regards, Lutz -- Lutz Jaenicke

Re: openssl-0.9.7-beta1 testing

2002-06-06 Thread Lutz Jaenicke
http://www.aet.tu-cottbus.de/rt2/NoAuth/Buglist.html and more specifically Ticket #82 http://www.aet.tu-cottbus.de/rt2/Ticket/Display.html?id=82 (guest account is "guest"/"guest"). Best regards, Lutz -- Lutz Jaenicke [EMAIL PROTECTED] http:/

Re: version compatibility

2002-05-30 Thread Lutz Jaenicke
know for sure, whether some internal interface was changed. I would thus recommend to recompile. Best regards, Lutz -- Lutz Jaenicke [EMAIL PROTECTED] http://www.aet.TU-Cottbus.DE/personen/jaenicke/ BTU Cottbus, Allgemeine Elektrotechnik Universitaetspla

Re: NID_uniqueIdentifier got (partially) lost?

2002-05-28 Thread Lutz Jaenicke
rong defines SN_xyz being discussed around April 02 -- April 10 on openssl-dev and other threads short thereafter. (This does not help with your mod_ssl problem, as it requires an adjustment of mod_ssl, though.) Best regards, Lutz -- Lutz Jaenicke

Re: SSLRandomSeed set to PRNGD socket = apache fails to start on IRIX

2002-02-06 Thread Lutz Jaenicke
random without a problem, >and using PRNGD's suggested ways of testing things (via egc.pl) shows no errors. You must specify the correct protocol to be used: SSLRandomSeed startup egd:/path/to/egd-socket ... ^^^ Best regards, Lutz -- Lutz Jaenicke

Re: Connection re-negotiation

2002-01-08 Thread Lutz Jaenicke
cate (search for "server gated cryptography"). BTW: for netscape new versions are all shipped with full strength encryption. Isn't the same available for IE? Best regards, Lutz -- Lutz Jaenicke [EMAIL PROTECTED] BTU Cottbus http://www.a

Re: SSLSessionCacheTimeout

2001-09-08 Thread Lutz Jaenicke
o this problem I also don't see a simple idea how to solve this problem by an extension to OpenSSL (it would not be difficult to add a second timeout value and to update sessions that are reused automatically), but keeping this synchronized with the external session cache would complicate t

Re: SSLSessionCacheTimeout

2001-09-07 Thread Lutz Jaenicke
timeout value (at the cost of needing more entries in the session database). Best regards, Lutz -- Lutz Jaenicke [EMAIL PROTECTED] BTU Cottbus http://www.aet.TU-Cottbus.DE/personen/jaenicke/ Lehrstuhl Allgemeine Elektrotechnik Te

Re: Compression in SSL

2001-07-18 Thread Lutz Jaenicke
ure.) Lutz -- Lutz Jaenicke [EMAIL PROTECTED] BTU Cottbus http://www.aet.TU-Cottbus.DE/personen/jaenicke/ Lehrstuhl Allgemeine Elektrotechnik Tel. +49 355 69-4129 Universitaetsplatz 3-4, D-03044 Cottbus Fax. +49 355 69-4

Re: Apache error duing SSL client connection

2001-07-17 Thread Lutz Jaenicke
er verify, whether the data came in wrong or whether it was modified after arrival. * If you find out that local data was modified, immediatly turn on a memory debugger like efence to help catching buffer overruns... (If you have a PC with memory without parity, there is always another possibl

Re: Apache error duing SSL client connection

2001-07-17 Thread Lutz Jaenicke
Stop button pressed in browser?!] (System error follows) > [Mon Jul 16 18:56:58 2001] [error] System: Broken pipe (errno: 32) Your client closed the TCP connection or crashed. Lutz -- Lutz Jaenicke [EMAIL PROTECTED] BTU Cottbus http://www.aet.TU

Re: Does this CA process make sense?

2001-07-11 Thread Lutz Jaenicke
N (fully qualified domain name) of your server: Use it with mv newkey.pem server_key.pem mv newcert.pem server_cert.pem SSLCertificateFile /path/to/server_cert.pem SSLCertificateKeyFile /path/to/server_key.pem * The client key. You already put it into iestuff.p12... Best regards, Lut

Re: cannot get Client-Certificate-Chain sended web browser to Apache+modssl

2001-06-11 Thread Lutz Jaenicke
it is already to late. The session stays active even though deleted from the cache until the next connection is opened. Best regards, Lutz -- Lutz Jaenicke [EMAIL PROTECTED] BTU Cottbus http://www.aet.TU-Cottbus.DE/personen/jaenicke/ Lehrstuhl Allg

Re: cannot get Client-Certificate-Chain sended web browser to Apache+modssl

2001-06-07 Thread Lutz Jaenicke
heir information from their session cache. - The OpenSSL session cache does not store intermediate (and root) CA certificates, only the peer's certificate, so when a session is re-used, this information is not available. - If you must examine the certificate chain, you only can do it

Re: SSLCertificateChain file for Intermediate CA

2001-05-20 Thread Lutz Jaenicke
fraid that in the case given I would compile the whole thing with debugger support and set the breakpoint to SSL_CTX_use_certificate_chain() in ssl_util_ssl.c to see where the failure occurs. No better idea, sorry. Best regards, Lutz -- Lutz Jaenicke [EMAIL PRO

Re: SSLCertificateChain file for Intermediate CA

2001-05-18 Thread Lutz Jaenicke
pca.dfn.de/dfnpca/certify/ssl/pca-key.html (I also have not initialized the trusted CA storage for openssl s_client, which correspondingly complains about "self signed certificate in certificate chain"). Best regards, Lutz -- Lutz Jaenicke [EMAIL PR

Re: SSLCertificateChain file for Intermediate CA

2001-05-18 Thread Lutz Jaenicke
intermediate and a root CA certificate. Both are concatenated together into the chain file. With respect to the error message, mod_ssl can write more messages than that into e.g. an ssl_engine_log. Did you check all possible logfiles? Best regards, Lutz -- Lutz Jaenicke

Re: repeatedly asking for authentication

2001-04-05 Thread Lutz Jaenicke
ession cache can not cache the session, childs can not exchange the session data, so if a new connection to another child is opened, a new session will be negotiated (with new cert request). Of course in this case the browser will drop all other old sessions for this site. Best regards, Lut

Re: Compiling mod_ssl-2.8.0-1.3.17 on HPUX 10.20

2001-02-20 Thread Lutz Jaenicke
works fine. If there is no special requirement for having mod_ssl dynamically loaded, simply compile it in statically. You won't note it unless you activate the SSL functionality. Best regards, Lutz -- Lutz Jaenicke [EMAIL PROTECTED] BTU Cottbus

Re: Compiling mod_ssl-2.8.0-1.3.17 on HPUX 10.20

2001-02-20 Thread Lutz Jaenicke
omatically set when using --enable-shared... I see another problem (which I assume to be the real problem) in that you link against -lgcc when building the shared library. -lgcc will reference libgcc.a, of which no shared version exists and the modules of which are normally not compiled relocatable

Re: Why is mod_ssl OK with NN 4.5?!

2001-02-15 Thread Lutz Jaenicke
to be your problem. Best regards, Lutz -- Lutz Jaenicke [EMAIL PROTECTED] BTU Cottbus http://www.aet.TU-Cottbus.DE/personen/jaenicke/ Lehrstuhl Allgemeine Elektrotechnik Tel. +49 355 69-4129 Universitaetsplatz 3-4, D-03044 Cottbus

Re: mod_ssl: Init: Failed to generate temporary 512 bit RSA private key

2001-02-09 Thread Lutz Jaenicke
ly, but it's a no-go so far. The automatic usage is brand new and only included in the version to become 0.9.7 one fine day. If you have <=0.9.6 you have to explicitly specify the place in httpd.conf SSLRandomSeed startup egd:/var/run/egd-pool Best regards, Lutz -- Lutz Jaenicke

Re: question on client authentication using certificates

2001-02-07 Thread Lutz Jaenicke
N-PCA/CN=DFN Top Level Certification [EMAIL PROTECTED] ... X509v3 Subject Alternative Name: email:[EMAIL PROTECTED] So with all of the extenions in it it may well exceed the limit. I have been using self-issued certificates for quite some time without this problem, but they did not contain th

Re: Unknown protocol

2001-02-07 Thread Lutz Jaenicke
but how shall the server know that it should speak https on port 443? ... SSLEngine on ... Please check out the example httpd.conf file. Best regards, Lutz -- Lutz Jaenicke [EMAIL PROTECTED] BTU Cottbus http://www.aet.TU-Cottbus.DE/pe

Re: Unknown protocol

2001-02-07 Thread Lutz Jaenicke
bly the server is not configured to provide SSL service https on port 443 but does provide normal http service. Of course s_client does not understand the original http protocol. Use a sniffer to confirm this theory and check out the logfiles on the server. Best, Lutz -- Lutz Jaenicke

Re: question on client authentication using certificates

2001-02-07 Thread Lutz Jaenicke
ng does not work or is not configured, you have new handshake for every request. Best regards, Lutz -- Lutz Jaenicke [EMAIL PROTECTED] BTU Cottbus http://www.aet.TU-Cottbus.DE/personen/jaenicke/ Lehrstuhl Allgemeine Elektrotechnik

Re: mod_ssl-2.7.1 on HP-UX 11

2001-01-29 Thread Lutz Jaenicke
P's patches for things like "ANSI C cumulative patch" or "pxdb patch". Good luck, Lutz -- Lutz Jaenicke [EMAIL PROTECTED] BTU Cottbus http://www.aet.TU-Cottbus.DE/personen/jaenicke/ Lehrstuhl Allgemeine Elektrotech

Re: modssl-users@modssl.org

2001-01-25 Thread Lutz Jaenicke
ssl implementation to just answer it blindly, I would have to work myself through the source. If you are willing to spend some minutes, get ssldump from www.rtfm.com/ssldump It will analyse the the communication for you and probably give you the right hint on the problem. Best regards,

Re: Apache startup problem

2001-01-19 Thread Lutz Jaenicke
h shared libraries it uses and where they should be located. On Linux (and Sun?) the command is ldd. There is also a command to have the dynamic loader recheck the library paths (ldconfig -a?) on Linux, don't ask me for Sun... -- Lutz Jaenicke [EMAIL

Re: Apache startup problem

2001-01-15 Thread Lutz Jaenicke
On Mon, Jan 15, 2001 at 04:19:57PM +0100, [EMAIL PROTECTED] wrote: > On Mon, Jan 15, 2001 at 14:54pm +0100 Lutz Jaenicke < > [EMAIL PROTECTED]> wrote: > > > It is in my ssl_engine_log, as of httpd.conf: > >SSLLog /var/local/apache/log/ssl_engine_log > > I s

Re: Apache startup problem

2001-01-15 Thread Lutz Jaenicke
On Mon, Jan 15, 2001 at 04:19:57PM +0100, [EMAIL PROTECTED] wrote: > On Mon, Jan 15, 2001 at 14:54pm +0100 Lutz Jaenicke < > [EMAIL PROTECTED]> wrote: > > > It is in my ssl_engine_log, as of httpd.conf: > >SSLLog /var/local/apache/log/ssl_engine_log > > I s

Re: Apache startup problem

2001-01-15 Thread Lutz Jaenicke
conf: SSLLog /var/local/apache/log/ssl_engine_log > |+-> > | | Lutz Jaenicke | > || <[EMAIL PROTECTED]| > || ottbus.DE> | > ||

Re: How to forbid self signed certificates for client authentication

2001-01-12 Thread Lutz Jaenicke
you can check the SSL_CLIENT_VERIFY environment variable to retrieve the verification result. For a self signed certificate (or one not issued by a trusted CA) you should find the "self signed certificate in chain" verification error (as long as the maximum allowed chain length i

Re: How to forbid self signed certificates for client authentication

2001-01-12 Thread Lutz Jaenicke
orthy information in form of the trusted CAs. Best regards, Lutz -- Lutz Jaenicke [EMAIL PROTECTED] BTU Cottbus http://www.aet.TU-Cottbus.DE/personen/jaenicke/ Lehrstuhl Allgemeine Elektrotechnik Tel. +49 355 69-4129 Universitaetsp

Re: Apache startup problem

2001-01-11 Thread Lutz Jaenicke
4] [info] Init: Configuring server www.aet.tu-cottbus.de:443 for SSL protocol What is your "Seeding PRNG with" information? Best regards, Lutz -- Lutz Jaenicke [EMAIL PROTECTED] BTU Cottbus http://www.aet.TU-Cottbus.DE/personen/jae

Re: Apache startup problem

2001-01-11 Thread Lutz Jaenicke
ifference. > > Anyone tell me how I get these two to link together, or why apache can't find > the egd routine when it tries to start up? Did you think of pointing apache to the socket of your already running egd in httpd.conf? ... SSLRandomSeed startup egd:/var/run/egd-pool ... Best

Re: solaris slow with mod_ssl

2001-01-10 Thread Lutz Jaenicke
On Wed, Jan 10, 2001 at 03:53:52PM +0100, Thierry Coopman wrote: > At 10:51 +0100 10/1/01, Lutz Jaenicke wrote: > > >- I remember having seen problems with Netscape and normal (no TLS/SSL) > > connections with some sites. The data came in fast and was more or less >

Re: solaris slow with mod_ssl

2001-01-10 Thread Lutz Jaenicke
o that you can see at which point the delay(s) are introduced. If you cannot interpret the dump yourself, you can send the output (I would recommend the decrypted one). Best regards, Lutz -- Lutz Jaenicke [EMAIL PROTECTED] BTU Cottbus http://

Re: [Re: [Re: PRNGD compiler options UNIXWARE]]

2001-01-09 Thread Lutz Jaenicke
to run in the background and allow other programs to retrieve random data via the socket. So actually the PRNGD you have now does not accomplish its main task, yet! > Would it help if I sent you the bind man page as a whole??? Hopefully yes, as indicated above. Best regards,

Re: [Re: PRNGD compiler options UNIXWARE]

2001-01-08 Thread Lutz Jaenicke
ood to hear, but only the smaller part of the wanted functionality :-) Best regards, Lutz -- Lutz Jaenicke [EMAIL PROTECTED] BTU Cottbus http://www.aet.TU-Cottbus.DE/personen/jaenicke/ Lehrstuhl Allgemeine Elektrotechnik Tel. +49 3

Re: PRNGD compiler options UNIXWARE

2001-01-08 Thread Lutz Jaenicke
ot help at all. Best regards, Lutz PS. If you finally succeed, please send me your configuration for inclusion into future versions. -- Lutz Jaenicke [EMAIL PROTECTED] BTU Cottbus http://www.aet.TU-Cottbus.DE/personen/jaenicke/ Lehrstuhl Allgemein

Re: random number generator

2000-12-29 Thread Lutz Jaenicke
.) > I did not send this to the modssl.org listserve, since I am not sure this is > related to that website. You just did :-) Happy New Year, Lutz Jaenicke -- Lutz Jaenicke [EMAIL PROTECTED] BTU Cottbus http://www.aet.TU-Cottbus.DE/personen

Re: SSL handshake interrupted by system

2000-12-18 Thread Lutz Jaenicke
gt; (errno: 104) > > In newsgroup postings this error message was often seen the last days where > many answers where "The client stopped the STOP-Button" but forget that, > this is a real connection problem! The 'STOP-Button' hint is just a guess. Fact is, that

Re: y.tab.c make error

2000-12-15 Thread Lutz Jaenicke
cript can substitute for yacc: bison -y $* (Copy this line into a file called yacc, do "chmod a+rx yacc" and put it into a directory within your PATH.) Best regards, Lutz -- Lutz Jaenicke [EMAIL PROTECTED] BTU Cottbus http://www.aet.TU-

Re: y.tab.c make error

2000-12-15 Thread Lutz Jaenicke
ssl_expr_parse.y and use the "yacc" command as shown above. It should give you an y.tab.c. If you don't have yacc (hey, you have it, otherwise we would see an error message), the GNU replacement is called "bison". Best regards, Lutz -- Lutz Jaenicke

Re: Cutting Edge errors?

2000-11-23 Thread Lutz Jaenicke
6 shared libraries. You can have openssl-0.9.6 installed in this case, but the openssl-0.9.5 shared libraries must be additionally available on the system. Compatibility is only available at source level. Best regards, Lutz -- Lutz Jaenicke [EMAIL PROTECTE

Re: How do browsers cache ssl pages?

2000-11-07 Thread Lutz Jaenicke
512bit) RSA keys... Breaking 40bit keys within a day doesn't seem completele unreasonable in the near future.] Best regards, Lutz -- Lutz Jaenicke [EMAIL PROTECTED] BTU Cottbus http://www.aet.TU-Cottbus.DE/personen/jaenicke/ Lehrstuhl Allg

Re: IE 5.5 and installing self signed certs.

2000-10-27 Thread Lutz Jaenicke
not check whether ModSSL includes its own tools...) Best regards, Lutz -- Lutz Jaenicke [EMAIL PROTECTED] BTU Cottbus http://www.aet.TU-Cottbus.DE/personen/jaenicke/ Lehrstuhl Allgemeine Elektrotechnik Tel. +49 355 69-4129 Universitaets

Re: [BugDB] Typo in FAQ (PR#467)

2000-10-14 Thread Lutz Jaenicke
5:RC4-64-MD5:DES-CBC-MD5:EXP-EDH-RSA-DES-CBC-SHA:EXP-EDH-DSS-DES-CBC-SHA:EXP-DES-CBC-SHA:EXP-RC2-CBC-MD5:EXP-RC4-MD5:EXP-RC2-CBC-MD5:EXP-RC4-MD5 OpenSSL is 0.9.6, the additional \ before the ! are needed by tcsh to not perform history lookup. Best regards, Lutz -- Lutz Jaenicke

Re: About how to send certificate chain

2000-10-02 Thread Lutz Jaenicke
ain.pem Then use SSLCertificateChainFile /path/to/certchain.pem in httpd.conf Best regards, Lutz -- Lutz Jaenicke [EMAIL PROTECTED] BTU Cottbus http://www.aet.TU-Cottbus.DE/personen/jaenicke/ Lehrstuhl Allgemeine Elektrotechnik Tel. +49 3

Re: [BugDB] Make fails on HP-UX 11.00 (PR#452)

2000-09-20 Thread Lutz Jaenicke
> independent. Use +z or +Z to recompile. You are trying to build a shared library by including items from a static library (openssl). This is not possible. Build a shared library of openssl from source, there is a corresponding script in the openssl-0.9.5a/shlib directory. Best regards,

Re: Apache unable to generate temp 512 bit RSA key

2000-08-22 Thread Lutz Jaenicke
ng installation notes and FAQ entries. Best regards, Lutz -- Lutz Jaenicke [EMAIL PROTECTED] BTU Cottbus http://www.aet.TU-Cottbus.DE/personen/jaenicke/ Lehrstuhl Allgemeine Elektrotechnik Tel. +49 355 69-4129 Univers

Re: NameVirtualHost and SSL - possible fix?

2000-08-09 Thread Lutz Jaenicke
d ... I will get the error message, because the name obtained in the cert "ssl.fruit.com" does not match the host I wanted to connect to "banana.fruit.com". _This_ is the actual problem with VBNH that is not solved by your approach. Best regards, Lutz -- Lutz Jae

Re: Problem with "Failed to generate temporary 512 bit RSAprivate key"

2000-07-31 Thread Lutz Jaenicke
ork OK, openssl works OK According to the ChangeLog egd support was only added in mod_ssl-2.6.1. Older versions of mod_ssl cannot handle EGD sockets. Best regards, Lutz -- Lutz Jaenicke [EMAIL PROTECTED] BTU Cottbus http://www.aet.TU-Cottbus.DE/persone

Re: Problem with "Failed to generate temporary 512 bit RSAprivate key"

2000-07-31 Thread Lutz Jaenicke
EGD will communicate, so you have to instruct mod_ssl to use the egd interface. SSLRandomSeed startup egd:/etc/entropy ... Best regards, Lutz -- Lutz Jaenicke [EMAIL PROTECTED] BTU Cottbus http://www.aet.TU-Cottbus.DE/personen/jaenicke/ Lehrstuhl A

Re: Too restrictive SSLCipherSuite

2000-07-18 Thread Lutz Jaenicke
SA certs. It's in the docs... Best regards, Lutz -- Lutz Jaenicke [EMAIL PROTECTED] BTU Cottbus http://www.aet.TU-Cottbus.DE/personen/jaenicke/ Lehrstuhl Allgemeine Elektrotechnik Tel. +49 355 69-4129 Universitaetsplatz 3-4, D

Re: 2 - Failed to generate temporary 512 bit RSA private key

2000-07-11 Thread Lutz Jaenicke
ts of the error storage, pushed by RSA_generate_key(). I've never seen an OpenSSL routine that fails without message... Good night, Lutz -- Lutz Jaenicke [EMAIL PROTECTED] BTU Cottbus http://www.aet.TU-Cottbus.DE/personen/jaenicke/ Lehrst

Re: 2 - Failed to generate temporary 512 bit RSA private key

2000-07-11 Thread Lutz Jaenicke
can we fix that ? Please make sure to check _all_ logfiles, there is especially the ssl_engine_log. Best regards, Lutz -- Lutz Jaenicke [EMAIL PROTECTED] BTU Cottbus http://www.aet.TU-Cottbus.DE/personen/jaenicke/ Lehrstuhl Allgemeine Elektrotechnik

Re: client certificates

2000-07-11 Thread Lutz Jaenicke
ept, as you (the CA _and_ key generator) can read all encrypted messages and can fake the signatures of your clients. Hence, the automatic generation of the private key on a foreign server really doesn't make sense. Hence, if I would write the software, I would probably omit the feature you are

Re: client certificates

2000-07-10 Thread Lutz Jaenicke
If somebody else created it it is worthless. Best regards, Lutz PS. Having this said, for several of my DAUs I have created the keys and the computer center of our university offers the same service for those who don't know how to create such a key... -- Lutz Jaenicke

Re: entropy gathering and PRNG

2000-07-06 Thread Lutz Jaenicke
ed, this should now be solved with the -rand directive. * There is no server available at port 443 of your host. If you have an openssl s_server running, the default is 4433. At 443 there would be the https server. Best regards, Lutz -- Lutz Jaenicke [

Re: entropy gathering and PRNG

2000-07-06 Thread Lutz Jaenicke
, 255 bytes, here you are. (the number may be smaller when EGD is drained) Best regards, Lutz -- Lutz Jaenicke [EMAIL PROTECTED] BTU Cottbus http://www.aet.TU-Cottbus.DE/personen/jaenicke/ Lehrstuhl Allgemeine Elektrotechnik Tel.

Re: entropy gathering and PRNG

2000-07-05 Thread Lutz Jaenicke
get (read number of bits available) egc.pl /etc/entropy read 255(retrieve 255bytes of random data) ... see egc.pl for the description. Best regards, Lutz -- Lutz Jaenicke [EMAIL PROTECTED] BTU Cottbus http://www.aet.TU-Cottbus

Re: international IE5: info for FAQ?

2000-07-04 Thread Lutz Jaenicke
> differences... Seems its time to move this issue to [EMAIL PROTECTED] The next step in tracking this down would be to have a look into the output of "openssl s_server -debug -state" to see what's up. >From the last posting it seems Ben is already on the track?? Best regards,

Re: WORKAROUND: MSIE 5 56-bit does not work with latest Apache/mod_ssl/openssl

2000-07-04 Thread Lutz Jaenicke
la/4.0 (compatible; MSIE 5.01; Windows 98; A037) || SSL: SSLv3 EXP1024-RC4-SHA - I must however admit, that I had severe problems with Postfix/TLS, when both a DSA _and_ a RSA certificate were present (no problem for OpenSSL clients and Netscape), but IE just didn't work. Best regards,

Re: SSLRandomSeed problem (Manual, Chapter 6)

2000-06-16 Thread Lutz Jaenicke
to the public, it will probably take 1 or 2 more weeks before I can think about publishing it :-)] Best regards, Lutz -- Lutz Jaenicke [EMAIL PROTECTED] BTU Cottbus http://www.aet.TU-Cottbus.DE/personen/jaenicke/ Lehrstuhl Allgemeine El

Re: Common Name: domain.com OR host.domain.com?

2000-04-11 Thread Lutz Jaenicke
by the ftp-service would be "ftp.aet.tu-cottbus.de", even though the machine is the same. This is necessary, since a DNS lookup (forward or reverse) is insecure, so you cannot rely on a CNAME resolution or a lookup of the IP number, only on the name you (the user)

Re: Again !! - > Failed to generate temporary 512 bit RSA private key

2000-03-14 Thread Lutz Jaenicke
rand/md_rand.c: #define ENTROPY_NEEDED 16 /* require 128 bits = 16 bytes of randomness */ Best regards, Lutz -- Lutz Jaenicke [EMAIL PROTECTED] BTU Cottbus http://www.aet.TU-Cottbus.DE/personen/jaenicke/ Lehrstuhl Allgemeine Elektrotechnik

Re: HP/UX and mod_ssl

2000-03-08 Thread Lutz Jaenicke
(first "configure" mod_ssl, then "configure" apache with the ssl module enabled, tends to run fine). I know it, I run it myself. Sorry, I cannot give you better information with the data you supplied. Best regards, Lutz -- Lutz Jaenicke [EMA

Re: Errors after upgrading to OpenSSL 0.9.5

2000-02-29 Thread Lutz Jaenicke
d up fine. Hence I am quite confident that my guess is not too far off. (Note) When /dev/urandom is available, the OpenSSL-library might use it for additional seeding directly without ask anybody about it. So probably you don't have /dev/urandom and users of Linux (and some other OS) will

Re: netscape hangs when client certs are required

1999-12-02 Thread Lutz Jaenicke
oes not continue after entering the password) or it is a problem with Netscape, which I think to the better guess. Sorry, no better answer, but I am also still looking for a better explanation. Good luck, Lutz -- Lutz Jaenicke [EMAIL PROTECTED] BTU Cottbus

Re: ca and certs

1999-11-06 Thread Lutz Jaenicke
by wrapping it with a, hmm, comfortable script). Regards, Lutz -- Lutz Jaenicke [EMAIL PROTECTED] BTU Cottbus http://www.aet.TU-Cottbus.DE/personen/jaenicke/ Lehrstuhl Allgemeine Elektrotechnik Tel. +49 355 69-4129 Universitaetspla

Re: Problems with client certificates (was: Bug in Apache/mod_ssl ?)

1999-08-30 Thread Lutz Jaenicke
at once the server asked for the cert and the client asks the user for the password, the client PC will not send out packages to the server anymore (with my SMTP server and TCP protocol). So much for my actual knowledge, Lutz -- Lutz Jaenicke [EMAIL