Skip to main content
  • Home
  • login
  • Browse the archive

    swh mirror partner logo
swh logo
SoftwareHeritage
Software
Heritage
Mirror
Features
  • Search

  • Downloads

  • Save code now

  • Add forge now

  • Help

  • a4385a3
  • /
  • doc
  • /
  • crypto
  • /
  • d2i_CMS_ContentInfo.pod
Raw File
Permalinks

To reference or cite the objects present in the Software Heritage archive, permalinks based on SoftWare Hash IDentifiers (SWHIDs) must be used.
Select below a type of object currently browsed in order to display its associated SWHID and permalink.

  • content
  • directory
content badge Iframe embedding
swh:1:cnt:6ddb2f6d0583146a48625f27d677756a4c7aa436
directory badge Iframe embedding
swh:1:dir:5e9a7b2f755109b19d8346547fdf285360c78427
d2i_CMS_ContentInfo.pod
=pod

=head1 NAME

d2i_CMS_ContentInfo, i2d_CMS_ContentInfo - CMS ContentInfo functions

=head1 SYNOPSIS

 #include <openssl/cms.h>

 CMS_ContentInfo *d2i_CMS_ContentInfo(CMS_ContentInfo **a, unsigned char **pp, long length);
 int i2d_CMS_ContentInfo(CMS_ContentInfo *a, unsigned char **pp);

=head1 DESCRIPTION

These functions decode and encode an CMS ContentInfo structure.

Otherwise they behave in a similar way to d2i_X509() and i2d_X509()
described in the L<d2i_X509(3)|d2i_X509(3)> manual page.

=head1 SEE ALSO

L<d2i_X509(3)|d2i_X509(3)>

=head1 HISTORY

These functions were first added to OpenSSL 0.9.8

=cut

ENEA — Copyright (C), ENEA. License: GNU AGPLv3+.
Legal notes  ::  JavaScript license information ::  Web API

back to top