CRL adds 00 to the certificate serial number

2001-11-21 Thread Lugeon Blaise
Dear, I have some trouble with CRL creations and some certificates serial number. I wrote some code using OpenSSL 0.9.6 to create and sign a CRL. I can specify the serial number (hex) of the certificates which I want to revoke. Everything works fine, except for some serial number: If a my seria

Re: CRL adds 00 to the certificate serial number

2001-11-21 Thread Erwann ABALEA
On Wed, 21 Nov 2001, Lugeon Blaise wrote: > Everything works fine, except for some serial number: If a my serial number > starts with a number higher than 7, OpenSSL adds 00 before it. > > Ex: > > 7FF5A2 -> 7FF5 A2 : Correct > 8FF5A2 -> 008F F5A2 : Incorrect > FFF5A2 -> 00FF F5A2 : Incorre