Re: Unsigned CRL and CRL v1

2007-10-02 Thread Dr. Stephen Henson
On Tue, Oct 02, 2007, BSC wrote: > > > Thanks a lot frieds, the problem is solved > > But can U help me with creation og CRL version1 instead of v2? If any extensions are present the CRL must be V2. Check the config file. Make sure there are no explicit CRL extensions (by default there wont b

Re: Unsigned CRL and CRL v1

2007-10-02 Thread BSC
BSC wrote: > > Hello > > I need to generate unsigned (not signed by any certificate) CRL > > How can I do this? Maybe it is possible to crack signed CRL and eraze a > signature? > > Please help > > Regards, > BSC > > P.S. > > How can I create a CRL of first versiov (version 1 instead of v

Re: Unsigned CRL and CRL v1

2007-10-01 Thread Dr. Stephen Henson
On Mon, Oct 01, 2007, Marek Marcola wrote: > Hello, > > I need to generate unsigned (not signed by any certificate) CRL > > > > How can I do this? Maybe it is possible to crack signed CRL and eraze a > > signature? > CRL is ASN.1 SEQUENCE of tbsCerlList, signatureAlgorithm and > signatureValue. I

Re: Unsigned CRL and CRL v1

2007-10-01 Thread Marek Marcola
Hello, > I need to generate unsigned (not signed by any certificate) CRL > > How can I do this? Maybe it is possible to crack signed CRL and eraze a > signature? CRL is ASN.1 SEQUENCE of tbsCerlList, signatureAlgorithm and signatureValue. If you want to get only tbsCertList (tbs - to be sign) part

Re: Unsigned CRL

2007-10-01 Thread Steffen DETTMER
* BSC wrote on Sun, Sep 30, 2007 at 00:05 -0700: [...] > Friend, testing is testing. I'm testing mobile phones and there is a lot of > tests that doesn't make any sense in the real world. So... ... and processing unsigned CRLs is much faster while saving RAM memory, right? SNCR :-) oki, Steffe

RE: Unsigned CRL

2007-09-30 Thread BSC
David Schwartz wrote: > > >> I need this CRL for testing needs )) > > That really doesn't make any sense. What is the point of testing with > something that bears no relationship to anything in the real world? > > If you want to test if your CRL logic works, create your own test CA, your > o

RE: Unsigned CRL

2007-09-29 Thread David Schwartz
> I need this CRL for testing needs )) That really doesn't make any sense. What is the point of testing with something that bears no relationship to anything in the real world? If you want to test if your CRL logic works, create your own test CA, your own test certificate, and your own test CRL

Re: Unsigned CRL

2007-09-29 Thread BSC
Keith Thompson-3 wrote: > > On Sat 07-09-29 08:44, BSC wrote: >> Bernhard Froehlich wrote: >> > BSC schrieb: >> >> I need to generate unsigned (not signed by any certificate) CRL >> >> >> >> How can I do this? Maybe it is possible to crack signed CRL and eraze >> a >> >> signature? >> >> >>

Re: Unsigned CRL

2007-09-29 Thread Keith Thompson
On Sat 07-09-29 08:44, BSC wrote: > Bernhard Froehlich wrote: > > BSC schrieb: > >> I need to generate unsigned (not signed by any certificate) CRL > >> > >> How can I do this? Maybe it is possible to crack signed CRL and eraze a > >> signature? > >> > > I cannot imagine any use for an unsigned

Re: Unsigned CRL

2007-09-29 Thread BSC
Bernhard Froehlich wrote: > > BSC schrieb: >> Hello >> >> I need to generate unsigned (not signed by any certificate) CRL >> >> How can I do this? Maybe it is possible to crack signed CRL and eraze a >> signature? >> >> Please help >> >> Regards, >> BSC >> > I cannot imagine any use for an u

Re: Unsigned CRL

2007-09-27 Thread Bernhard Froehlich
BSC schrieb: Hello I need to generate unsigned (not signed by any certificate) CRL How can I do this? Maybe it is possible to crack signed CRL and eraze a signature? Please help Regards, BSC I cannot imagine any use for an unsigned CRL, since everyone could forge such a CRL. So I doubt it