SEC_ASN1Template and OPTIONAL/ANY

2006-11-05 Thread Wei Shao
Hi, can someone explain how the ASN1 template works in general, and in particular, if the template definition for the field is SEC_ASN1_OPTIONAL | SEC_ASN1_ANY In this case, if I want to put a SEC_ASN1_OCTET_STRING data to the filed, will the encoding/decoding work? or do I need to change the te

Re: patches

2006-11-05 Thread Rich Megginson
timeless wrote: To create a patch, you should always use the "cvs diff -u" command, IMO. cvs diff -up is better :) Yes, that is nice to have. What diff format does the patch attachment/diff showing in bugzilla use? I usually use cvs diff -u8 and it seems to work just fine. I have come t