Re: Problem with DER encoding of BIT STRING

2001-09-10 Thread Dr S N Henson
[EMAIL PROTECTED] wrote: > > Hello, I'm experiencing with some problems with the DER encoding of a BIT > STRING. > Indeed when you have to produce an BIT STRING with all the bit set to zero > if you use the ASN1_BIT_STRING_set passing to it such a string what you > obtain is that > the final enco

Problem with DER encoding of BIT STRING

2001-09-10 Thread zero . knowledge
Hello, I'm experiencing with some problems with the DER encoding of a BIT STRING. Indeed when you have to produce an BIT STRING with all the bit set to zero if you use the ASN1_BIT_STRING_set passing to it such a string what you obtain is that the final encoding of the bit string is 03 02 00 CD th