Blutige Selbstjustiz

2005-05-14 Thread Lutz . Jaenicke
Polizeiexperten warnen: Ethnisch abgeschottete Mafia-Clans sind kaum noch zu durchdringen. Die Gerichte tragen Mitschuld. Weiter auf: http://www.libasoli.de/2004/ethnoclans%20spiegel50_04.html __ OpenSSL Project

Problems when linking against libssl.a and libcrypto.a

2005-05-14 Thread Richard
Hello, I am having some problems to link my program with the SSL library libssl.a and libcrypto.a. I have a small program called sslexample.c that just opens a simple SSL connection. However, if I compile the program to use the shared libraries libssl.so and libcrypto.so then everything works fine

trying to set inhibitAnyPolicy = 1

2005-05-14 Thread Alex Liberman
Hello, I am trying to sign a certificate such that the resulting certificate is only valid for the purposes I specify, however by default the certificate is valid for "any" purpose. I tried adding the property inhibitAnyPolicy = 1 as noted in http://www.openssl.org/docs/apps/x509v3_config.html

Re: custom extension structure

2005-05-14 Thread pana
I found OpenSSL 0.9.8-dev and I installed it, but I didn't find the new features. Could you show me a custom extension example with the same structure of nsComment? How is the correct way to define it in openssl.cnf? pana On 5/13/05, Dr. Stephen Henson <[EMAIL PROTECTED]> wrote: > On Fri, May 1

Client Auth

2005-05-14 Thread [EMAIL PROTECTED]
Hi All Working with Tomcat 5.0.30 on Mac OS X client authentication is not working out. Here's what i've done. CA and Certificates 1) perl CA.pl -newca 2) perl CA.pl -newreq 3) perl CA.pl -sign 4) openssl rsa < newreq.pem > server_key.pem 5) mv newcert.pem server_cert.pem 6) mv newreq.pem serv

Client Auth

2005-05-14 Thread [EMAIL PROTECTED]
Hi I am running Tomcat 5.0.30 on Mac OS X. I want to enable client authentication. I am able to get the popup to identify the certificate but the browser does not recofnise any certificates installed. Here are the step I followed: CA and Certificates 1) perl CA.pl -newca 2) perl CA.pl -newreq