On Tue, Dec 27, 2005, Vadim Godunko wrote:

> Hello,
> 
> How I may encode/decode of
> 
> SEQUENCE SIZE (1 .. MAX) OF Ceritificate
> 
> from/to STACK_OF(X509)?

If you just want to encode that one structure (as opposed to embedding it in
another) then check out and adapt the definition of GENERAL_NAMES in
crypto/x509v3/v3_genn.c

This is identical to what you want except it is a SEQUENCE OF GeneralName.

Steve.
--
Dr Stephen N. Henson. Email, S/MIME and PGP keys: see homepage
OpenSSL project core developer and freelance consultant.
Funding needed! Details on homepage.
Homepage: http://www.drh-consultancy.demon.co.uk
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to