[openssl-users] Help finding replacement for ASN1_seq_unpack_X509

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



> 	    STACK_OF(X509)* stack = sk_x509_new_null();
> 	    sk_x509_push(stack, cert);
> 	    sk_x509_push(stack, ca);
> 
> 	    return ASN1_seq_pack_X509(stack, i2d_X509, NULL, len_out);

Okay, so your just pushing two DER-format blobs one after the other.
Yes, what you thought to do is fine. :)


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Index of Archives]     [Linux ARM Kernel]     [Linux ARM]     [Linux Omap]     [Fedora ARM]     [IETF Annouce]     [Security]     [Bugtraq]     [Linux]     [Linux OMAP]     [Linux MIPS]     [ECOS]     [Asterisk Internet PBX]     [Linux API]

  Powered by Linux