[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: ITS#5072 incorrect certificateExactAssertion()
Howard Chu wrote:
> I.e., the sequence should be enclosed in double quotes. So your example should be
>
> {
> serialNumber 3,
> issuer rdnSequence:"email=ca@example.com,cn=example ca,o=example,st=xx,
> c=us"
> }
Except that from ITS#5070 we always use hex for serial numbers now, so this
would actually be
{
serialNumber '03'H,
issuer rdnSequence:"email=ca@example.com,cn=example ca,o=example,st=xx,
c=us"
}
--
-- Howard Chu
Chief Architect, Symas Corp. http://www.symas.com
Director, Highland Sun http://highlandsun.com/hyc/
Chief Architect, OpenLDAP http://www.openldap.org/project/