RE: challengePassword attribute in CSR is a sequence?

2009-01-07 Thread Giang Nguyen
This actually addresses both the questions. In the distant past some applications encoded certificate requests incorrectly and/or required an incorrect encoding. That is there to tolerate and/or generate such stuff. thanks. _

Re: challengePassword attribute in CSR is a sequence?

2009-01-05 Thread Kyle Hamilton
On Mon, Jan 5, 2009 at 4:22 AM, Dr. Stephen Henson st...@openssl.org wrote: This actually addresses both the questions. In the distant past some applications encoded certificate requests incorrectly and/or required an incorrect encoding. That is there to tolerate and/or generate such stuff.

Re: challengePassword attribute in CSR is a sequence?

2009-01-05 Thread Dr. Stephen Henson
On Mon, Jan 05, 2009, Giang Nguyen wrote: A side question: what exactly does this which is wrong comment mean? :) typedef struct x509_attributes_st ... int single; /* 0 for a set, 1 for a single item (which is wrong) */ union { ... } X509_ATTRIBUTE; This actually