Hi,

if I need to populate a OCTET_STRING for DER encoding, how shall I
prepare the SECItem structure?

I need to call this method,

SECStatus
DER_Encode(PRArenaPool *arena, SECItem *dest, DERTemplate *dtemplate,
void *src)


where src is a pointer to SECItem structure. How shall I prepare the
data?  Do I need to set

item->data[0] == SEC_ASN1_OCTET_STRING ?
Does it get length from  item->len ?

Thanks,
Wei

_______________________________________________
dev-tech-crypto mailing list
dev-tech-crypto@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-tech-crypto

Reply via email to