Re: Subject Issuer Mismatch Bug!!

2009-10-30 Thread Daniel Marschall
2009/10/30 Dr. Stephen Henson : > On Fri, Oct 30, 2009, Daniel Marschall wrote: > >> >> > >> > 2) When you enable informational messages, you get accurate informational >> > messages. >> >> Please tell me, why it isn't a bug! I don't u

Re: Subject Issuer Mismatch Bug!!

2009-10-30 Thread Daniel Marschall
2009/10/29 David Schwartz : > > Daniel Marschall: > >> Hello. >> >> I am not searching bugs in my code. I have a certificate and a CRL. >> And the functionality -issuer_checks is buggy. My cert and CRL have >> exactky the same DN as issuer. > > What i

Re: Subject Issuer Mismatch Bug!!

2009-10-28 Thread Daniel Marschall
Hello. I am not searching bugs in my code. I have a certificate and a CRL. And the functionality -issuer_checks is buggy. My cert and CRL have exactky the same DN as issuer. 2009/10/28 David Schwartz : > Daniel Marschall wrote: > >> Any idea? This problem exists since 2003 and no

Re: Subject Issuer Mismatch Bug!!

2009-10-27 Thread Daniel Marschall
Any idea? This problem exists since 2003 and noone found an answer - this is unbelievable. 2009/10/26 Daniel Marschall : > 2009/10/25, Dr. Stephen Henson : >> On Sun, Oct 25, 2009, Daniel Marschall wrote: >> >> > Hello. >> > >> > I have a problem with

Re: Unable to get certificate CRL

2009-10-26 Thread Daniel Marschall
CANNOT change the openssl version since I already use the latest stable of my debian system. The system administrator does not allow me to enforce an update to an unstable version. Regards Daniel Marschall 2009/10/25, Daniel Marschall : > Hello. > > I have a problem with verification of cer

Unable to get certificate CRL

2009-10-26 Thread Daniel Marschall
Client Certificate Authority (CRL: Intermediate) - - Daniel Marschall (CRL: Intermediate) At the verification process I get 2 types of errors 1. Issuer subject name errors 2. A CRL-Retriving error How can I solve these errors? Here is my command line: cat root.crt > tmp_cachain.pem

Re: Subject Issuer Mismatch Bug!!

2009-10-25 Thread Daniel Marschall
2009/10/25, Dr. Stephen Henson : > On Sun, Oct 25, 2009, Daniel Marschall wrote: > > > Hello. > > > > I have a problem with verification of certificates. > > > > My command line is: > > > > openssl verify -verbose -issuer_checks -crl_check_all

Subject Issuer Mismatch Bug!!

2009-10-25 Thread Daniel Marschall
with the CRL-appending was never written in the manual, so I was thinking the certificates are validated by downloading the CRL from the Internet) The result is: daniel-marschall.crt: /C=DE/ST=Baden-Wuerttemberg/L=Bammental/O=ViaThinkSoft/OU=Developers/CN=Daniel Marschall/emailaddress=i...@daniel

Re: OCSP Crashes - What's wrong?

2009-10-20 Thread Daniel Marschall
Hello Steve. Dr. Stephen Henson schrieb: On Tue, Oct 20, 2009, Daniel Marschall wrote: Hello. I am trying to set up an ocsp server. I have following line: openssl ocsp -index codesign_intermediate/index.txt -url http://www.myhost.com:/codesign/ -rsigner root_ca/certs/cacert.crt

OCSP Crashes - What's wrong?

2009-10-20 Thread Daniel Marschall
process when I have a Root-CA and a Intermediate-CA and both should use OCSP? Should both get different ports? 4) How can I add the OCSP URL to the root and intermediate certificates (I use the subprograms req + ca) Regards Daniel Marschall

OCSP Crashes - What's wrong?

2009-10-20 Thread Daniel Marschall
process when I have a Root-CA and a Intermediate-CA and both should use OCSP? Should both get different ports? 4) How can I add the OCSP URL to the root and intermediate certificates (I use the subprograms req + ca) Regards Daniel Marschall ___