d2i_X509.pod 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626
  1. =pod
  2. =head1 NAME
  3. d2i_ACCESS_DESCRIPTION,
  4. d2i_ADMISSIONS,
  5. d2i_ADMISSION_SYNTAX,
  6. d2i_ASIdOrRange,
  7. d2i_ASIdentifierChoice,
  8. d2i_ASIdentifiers,
  9. d2i_ASN1_BIT_STRING,
  10. d2i_ASN1_BMPSTRING,
  11. d2i_ASN1_ENUMERATED,
  12. d2i_ASN1_GENERALIZEDTIME,
  13. d2i_ASN1_GENERALSTRING,
  14. d2i_ASN1_IA5STRING,
  15. d2i_ASN1_INTEGER,
  16. d2i_ASN1_NULL,
  17. d2i_ASN1_OBJECT,
  18. d2i_ASN1_OCTET_STRING,
  19. d2i_ASN1_PRINTABLE,
  20. d2i_ASN1_PRINTABLESTRING,
  21. d2i_ASN1_SEQUENCE_ANY,
  22. d2i_ASN1_SET_ANY,
  23. d2i_ASN1_T61STRING,
  24. d2i_ASN1_TIME,
  25. d2i_ASN1_TYPE,
  26. d2i_ASN1_UINTEGER,
  27. d2i_ASN1_UNIVERSALSTRING,
  28. d2i_ASN1_UTCTIME,
  29. d2i_ASN1_UTF8STRING,
  30. d2i_ASN1_VISIBLESTRING,
  31. d2i_ASRange,
  32. d2i_AUTHORITY_INFO_ACCESS,
  33. d2i_AUTHORITY_KEYID,
  34. d2i_BASIC_CONSTRAINTS,
  35. d2i_CERTIFICATEPOLICIES,
  36. d2i_CMS_ContentInfo,
  37. d2i_CMS_ReceiptRequest,
  38. d2i_CMS_bio,
  39. d2i_CRL_DIST_POINTS,
  40. d2i_DHxparams,
  41. d2i_DIRECTORYSTRING,
  42. d2i_DISPLAYTEXT,
  43. d2i_DIST_POINT,
  44. d2i_DIST_POINT_NAME,
  45. d2i_DSAPrivateKey,
  46. d2i_DSAPrivateKey_bio,
  47. d2i_DSAPrivateKey_fp,
  48. d2i_DSAPublicKey,
  49. d2i_DSA_PUBKEY,
  50. d2i_DSA_PUBKEY_bio,
  51. d2i_DSA_PUBKEY_fp,
  52. d2i_DSA_SIG,
  53. d2i_DSAparams,
  54. d2i_ECDSA_SIG,
  55. d2i_ECPKParameters,
  56. d2i_ECParameters,
  57. d2i_ECPrivateKey,
  58. d2i_ECPrivateKey_bio,
  59. d2i_ECPrivateKey_fp,
  60. d2i_EC_PUBKEY,
  61. d2i_EC_PUBKEY_bio,
  62. d2i_EC_PUBKEY_fp,
  63. d2i_EDIPARTYNAME,
  64. d2i_ESS_CERT_ID,
  65. d2i_ESS_ISSUER_SERIAL,
  66. d2i_ESS_SIGNING_CERT,
  67. d2i_EXTENDED_KEY_USAGE,
  68. d2i_GENERAL_NAME,
  69. d2i_GENERAL_NAMES,
  70. d2i_IPAddressChoice,
  71. d2i_IPAddressFamily,
  72. d2i_IPAddressOrRange,
  73. d2i_IPAddressRange,
  74. d2i_ISSUING_DIST_POINT,
  75. d2i_NAMING_AUTHORITY,
  76. d2i_NETSCAPE_CERT_SEQUENCE,
  77. d2i_NETSCAPE_SPKAC,
  78. d2i_NETSCAPE_SPKI,
  79. d2i_NOTICEREF,
  80. d2i_OCSP_BASICRESP,
  81. d2i_OCSP_CERTID,
  82. d2i_OCSP_CERTSTATUS,
  83. d2i_OCSP_CRLID,
  84. d2i_OCSP_ONEREQ,
  85. d2i_OCSP_REQINFO,
  86. d2i_OCSP_REQUEST,
  87. d2i_OCSP_RESPBYTES,
  88. d2i_OCSP_RESPDATA,
  89. d2i_OCSP_RESPID,
  90. d2i_OCSP_RESPONSE,
  91. d2i_OCSP_REVOKEDINFO,
  92. d2i_OCSP_SERVICELOC,
  93. d2i_OCSP_SIGNATURE,
  94. d2i_OCSP_SINGLERESP,
  95. d2i_OTHERNAME,
  96. d2i_PBE2PARAM,
  97. d2i_PBEPARAM,
  98. d2i_PBKDF2PARAM,
  99. d2i_PKCS12,
  100. d2i_PKCS12_BAGS,
  101. d2i_PKCS12_MAC_DATA,
  102. d2i_PKCS12_SAFEBAG,
  103. d2i_PKCS12_bio,
  104. d2i_PKCS12_fp,
  105. d2i_PKCS7,
  106. d2i_PKCS7_DIGEST,
  107. d2i_PKCS7_ENCRYPT,
  108. d2i_PKCS7_ENC_CONTENT,
  109. d2i_PKCS7_ENVELOPE,
  110. d2i_PKCS7_ISSUER_AND_SERIAL,
  111. d2i_PKCS7_RECIP_INFO,
  112. d2i_PKCS7_SIGNED,
  113. d2i_PKCS7_SIGNER_INFO,
  114. d2i_PKCS7_SIGN_ENVELOPE,
  115. d2i_PKCS7_bio,
  116. d2i_PKCS7_fp,
  117. d2i_PKCS8_PRIV_KEY_INFO,
  118. d2i_PKCS8_PRIV_KEY_INFO_bio,
  119. d2i_PKCS8_PRIV_KEY_INFO_fp,
  120. d2i_PKCS8_bio,
  121. d2i_PKCS8_fp,
  122. d2i_PKEY_USAGE_PERIOD,
  123. d2i_POLICYINFO,
  124. d2i_POLICYQUALINFO,
  125. d2i_PROFESSION_INFO,
  126. d2i_PROXY_CERT_INFO_EXTENSION,
  127. d2i_PROXY_POLICY,
  128. d2i_RSAPrivateKey,
  129. d2i_RSAPrivateKey_bio,
  130. d2i_RSAPrivateKey_fp,
  131. d2i_RSAPublicKey,
  132. d2i_RSAPublicKey_bio,
  133. d2i_RSAPublicKey_fp,
  134. d2i_RSA_OAEP_PARAMS,
  135. d2i_RSA_PSS_PARAMS,
  136. d2i_RSA_PUBKEY,
  137. d2i_RSA_PUBKEY_bio,
  138. d2i_RSA_PUBKEY_fp,
  139. d2i_SCRYPT_PARAMS,
  140. d2i_SCT_LIST,
  141. d2i_SXNET,
  142. d2i_SXNETID,
  143. d2i_TS_ACCURACY,
  144. d2i_TS_MSG_IMPRINT,
  145. d2i_TS_MSG_IMPRINT_bio,
  146. d2i_TS_MSG_IMPRINT_fp,
  147. d2i_TS_REQ,
  148. d2i_TS_REQ_bio,
  149. d2i_TS_REQ_fp,
  150. d2i_TS_RESP,
  151. d2i_TS_RESP_bio,
  152. d2i_TS_RESP_fp,
  153. d2i_TS_STATUS_INFO,
  154. d2i_TS_TST_INFO,
  155. d2i_TS_TST_INFO_bio,
  156. d2i_TS_TST_INFO_fp,
  157. d2i_USERNOTICE,
  158. d2i_X509,
  159. d2i_X509_bio,
  160. d2i_X509_fp,
  161. d2i_X509_ALGOR,
  162. d2i_X509_ALGORS,
  163. d2i_X509_ATTRIBUTE,
  164. d2i_X509_CERT_AUX,
  165. d2i_X509_CINF,
  166. d2i_X509_CRL,
  167. d2i_X509_CRL_INFO,
  168. d2i_X509_CRL_bio,
  169. d2i_X509_CRL_fp,
  170. d2i_X509_EXTENSION,
  171. d2i_X509_EXTENSIONS,
  172. d2i_X509_NAME,
  173. d2i_X509_NAME_ENTRY,
  174. d2i_X509_PUBKEY,
  175. d2i_X509_REQ,
  176. d2i_X509_REQ_INFO,
  177. d2i_X509_REQ_bio,
  178. d2i_X509_REQ_fp,
  179. d2i_X509_REVOKED,
  180. d2i_X509_SIG,
  181. d2i_X509_VAL,
  182. i2d_ACCESS_DESCRIPTION,
  183. i2d_ADMISSIONS,
  184. i2d_ADMISSION_SYNTAX,
  185. i2d_ASIdOrRange,
  186. i2d_ASIdentifierChoice,
  187. i2d_ASIdentifiers,
  188. i2d_ASN1_BIT_STRING,
  189. i2d_ASN1_BMPSTRING,
  190. i2d_ASN1_ENUMERATED,
  191. i2d_ASN1_GENERALIZEDTIME,
  192. i2d_ASN1_GENERALSTRING,
  193. i2d_ASN1_IA5STRING,
  194. i2d_ASN1_INTEGER,
  195. i2d_ASN1_NULL,
  196. i2d_ASN1_OBJECT,
  197. i2d_ASN1_OCTET_STRING,
  198. i2d_ASN1_PRINTABLE,
  199. i2d_ASN1_PRINTABLESTRING,
  200. i2d_ASN1_SEQUENCE_ANY,
  201. i2d_ASN1_SET_ANY,
  202. i2d_ASN1_T61STRING,
  203. i2d_ASN1_TIME,
  204. i2d_ASN1_TYPE,
  205. i2d_ASN1_UNIVERSALSTRING,
  206. i2d_ASN1_UTCTIME,
  207. i2d_ASN1_UTF8STRING,
  208. i2d_ASN1_VISIBLESTRING,
  209. i2d_ASN1_bio_stream,
  210. i2d_ASRange,
  211. i2d_AUTHORITY_INFO_ACCESS,
  212. i2d_AUTHORITY_KEYID,
  213. i2d_BASIC_CONSTRAINTS,
  214. i2d_CERTIFICATEPOLICIES,
  215. i2d_CMS_ContentInfo,
  216. i2d_CMS_ReceiptRequest,
  217. i2d_CMS_bio,
  218. i2d_CRL_DIST_POINTS,
  219. i2d_DHxparams,
  220. i2d_DIRECTORYSTRING,
  221. i2d_DISPLAYTEXT,
  222. i2d_DIST_POINT,
  223. i2d_DIST_POINT_NAME,
  224. i2d_DSAPrivateKey,
  225. i2d_DSAPrivateKey_bio,
  226. i2d_DSAPrivateKey_fp,
  227. i2d_DSAPublicKey,
  228. i2d_DSA_PUBKEY,
  229. i2d_DSA_PUBKEY_bio,
  230. i2d_DSA_PUBKEY_fp,
  231. i2d_DSA_SIG,
  232. i2d_DSAparams,
  233. i2d_ECDSA_SIG,
  234. i2d_ECPKParameters,
  235. i2d_ECParameters,
  236. i2d_ECPrivateKey,
  237. i2d_ECPrivateKey_bio,
  238. i2d_ECPrivateKey_fp,
  239. i2d_EC_PUBKEY,
  240. i2d_EC_PUBKEY_bio,
  241. i2d_EC_PUBKEY_fp,
  242. i2d_EDIPARTYNAME,
  243. i2d_ESS_CERT_ID,
  244. i2d_ESS_ISSUER_SERIAL,
  245. i2d_ESS_SIGNING_CERT,
  246. i2d_EXTENDED_KEY_USAGE,
  247. i2d_GENERAL_NAME,
  248. i2d_GENERAL_NAMES,
  249. i2d_IPAddressChoice,
  250. i2d_IPAddressFamily,
  251. i2d_IPAddressOrRange,
  252. i2d_IPAddressRange,
  253. i2d_ISSUING_DIST_POINT,
  254. i2d_NAMING_AUTHORITY,
  255. i2d_NETSCAPE_CERT_SEQUENCE,
  256. i2d_NETSCAPE_SPKAC,
  257. i2d_NETSCAPE_SPKI,
  258. i2d_NOTICEREF,
  259. i2d_OCSP_BASICRESP,
  260. i2d_OCSP_CERTID,
  261. i2d_OCSP_CERTSTATUS,
  262. i2d_OCSP_CRLID,
  263. i2d_OCSP_ONEREQ,
  264. i2d_OCSP_REQINFO,
  265. i2d_OCSP_REQUEST,
  266. i2d_OCSP_RESPBYTES,
  267. i2d_OCSP_RESPDATA,
  268. i2d_OCSP_RESPID,
  269. i2d_OCSP_RESPONSE,
  270. i2d_OCSP_REVOKEDINFO,
  271. i2d_OCSP_SERVICELOC,
  272. i2d_OCSP_SIGNATURE,
  273. i2d_OCSP_SINGLERESP,
  274. i2d_OTHERNAME,
  275. i2d_PBE2PARAM,
  276. i2d_PBEPARAM,
  277. i2d_PBKDF2PARAM,
  278. i2d_PKCS12,
  279. i2d_PKCS12_BAGS,
  280. i2d_PKCS12_MAC_DATA,
  281. i2d_PKCS12_SAFEBAG,
  282. i2d_PKCS12_bio,
  283. i2d_PKCS12_fp,
  284. i2d_PKCS7,
  285. i2d_PKCS7_DIGEST,
  286. i2d_PKCS7_ENCRYPT,
  287. i2d_PKCS7_ENC_CONTENT,
  288. i2d_PKCS7_ENVELOPE,
  289. i2d_PKCS7_ISSUER_AND_SERIAL,
  290. i2d_PKCS7_NDEF,
  291. i2d_PKCS7_RECIP_INFO,
  292. i2d_PKCS7_SIGNED,
  293. i2d_PKCS7_SIGNER_INFO,
  294. i2d_PKCS7_SIGN_ENVELOPE,
  295. i2d_PKCS7_bio,
  296. i2d_PKCS7_fp,
  297. i2d_PKCS8PrivateKeyInfo_bio,
  298. i2d_PKCS8PrivateKeyInfo_fp,
  299. i2d_PKCS8_PRIV_KEY_INFO,
  300. i2d_PKCS8_PRIV_KEY_INFO_bio,
  301. i2d_PKCS8_PRIV_KEY_INFO_fp,
  302. i2d_PKCS8_bio,
  303. i2d_PKCS8_fp,
  304. i2d_PKEY_USAGE_PERIOD,
  305. i2d_POLICYINFO,
  306. i2d_POLICYQUALINFO,
  307. i2d_PROFESSION_INFO,
  308. i2d_PROXY_CERT_INFO_EXTENSION,
  309. i2d_PROXY_POLICY,
  310. i2d_RSAPrivateKey,
  311. i2d_RSAPrivateKey_bio,
  312. i2d_RSAPrivateKey_fp,
  313. i2d_RSAPublicKey,
  314. i2d_RSAPublicKey_bio,
  315. i2d_RSAPublicKey_fp,
  316. i2d_RSA_OAEP_PARAMS,
  317. i2d_RSA_PSS_PARAMS,
  318. i2d_RSA_PUBKEY,
  319. i2d_RSA_PUBKEY_bio,
  320. i2d_RSA_PUBKEY_fp,
  321. i2d_SCRYPT_PARAMS,
  322. i2d_SCT_LIST,
  323. i2d_SXNET,
  324. i2d_SXNETID,
  325. i2d_TS_ACCURACY,
  326. i2d_TS_MSG_IMPRINT,
  327. i2d_TS_MSG_IMPRINT_bio,
  328. i2d_TS_MSG_IMPRINT_fp,
  329. i2d_TS_REQ,
  330. i2d_TS_REQ_bio,
  331. i2d_TS_REQ_fp,
  332. i2d_TS_RESP,
  333. i2d_TS_RESP_bio,
  334. i2d_TS_RESP_fp,
  335. i2d_TS_STATUS_INFO,
  336. i2d_TS_TST_INFO,
  337. i2d_TS_TST_INFO_bio,
  338. i2d_TS_TST_INFO_fp,
  339. i2d_USERNOTICE,
  340. i2d_X509,
  341. i2d_X509_bio,
  342. i2d_X509_fp,
  343. i2d_X509_ALGOR,
  344. i2d_X509_ALGORS,
  345. i2d_X509_ATTRIBUTE,
  346. i2d_X509_CERT_AUX,
  347. i2d_X509_CINF,
  348. i2d_X509_CRL,
  349. i2d_X509_CRL_INFO,
  350. i2d_X509_CRL_bio,
  351. i2d_X509_CRL_fp,
  352. i2d_X509_EXTENSION,
  353. i2d_X509_EXTENSIONS,
  354. i2d_X509_NAME,
  355. i2d_X509_NAME_ENTRY,
  356. i2d_X509_PUBKEY,
  357. i2d_X509_REQ,
  358. i2d_X509_REQ_INFO,
  359. i2d_X509_REQ_bio,
  360. i2d_X509_REQ_fp,
  361. i2d_X509_REVOKED,
  362. i2d_X509_SIG,
  363. i2d_X509_VAL,
  364. - convert objects from/to ASN.1/DER representation
  365. =head1 SYNOPSIS
  366. =for comment generic
  367. TYPE *d2i_TYPE(TYPE **a, const unsigned char **ppin, long length);
  368. TYPE *d2i_TYPE_bio(BIO *bp, TYPE **a);
  369. TYPE *d2i_TYPE_fp(FILE *fp, TYPE **a);
  370. int i2d_TYPE(TYPE *a, unsigned char **ppout);
  371. int i2d_TYPE_fp(FILE *fp, TYPE *a);
  372. int i2d_TYPE_bio(BIO *bp, TYPE *a);
  373. =head1 DESCRIPTION
  374. In the description here, I<TYPE> is used a placeholder
  375. for any of the OpenSSL datatypes, such as I<X509_CRL>.
  376. The function parameters I<ppin> and I<ppout> are generally
  377. either both named I<pp> in the headers, or I<in> and I<out>.
  378. These functions convert OpenSSL objects to and from their ASN.1/DER
  379. encoding. Unlike the C structures which can have pointers to sub-objects
  380. within, the DER is a serialized encoding, suitable for sending over the
  381. network, writing to a file, and so on.
  382. d2i_TYPE() attempts to decode B<len> bytes at B<*ppin>. If successful a
  383. pointer to the B<TYPE> structure is returned and B<*ppin> is incremented to
  384. the byte following the parsed data. If B<a> is not B<NULL> then a pointer
  385. to the returned structure is also written to B<*a>. If an error occurred
  386. then B<NULL> is returned.
  387. On a successful return, if B<*a> is not B<NULL> then it is assumed that B<*a>
  388. contains a valid B<TYPE> structure and an attempt is made to reuse it. This
  389. "reuse" capability is present for historical compatibility but its use is
  390. B<strongly discouraged> (see BUGS below, and the discussion in the RETURN
  391. VALUES section).
  392. d2i_TYPE_bio() is similar to d2i_TYPE() except it attempts
  393. to parse data from BIO B<bp>.
  394. d2i_TYPE_fp() is similar to d2i_TYPE() except it attempts
  395. to parse data from FILE pointer B<fp>.
  396. i2d_TYPE() encodes the structure pointed to by B<a> into DER format.
  397. If B<ppout> is not B<NULL>, it writes the DER encoded data to the buffer
  398. at B<*ppout>, and increments it to point after the data just written.
  399. If the return value is negative an error occurred, otherwise it
  400. returns the length of the encoded data.
  401. If B<*ppout> is B<NULL> memory will be allocated for a buffer and the encoded
  402. data written to it. In this case B<*ppout> is not incremented and it points
  403. to the start of the data just written.
  404. i2d_TYPE_bio() is similar to i2d_TYPE() except it writes
  405. the encoding of the structure B<a> to BIO B<bp> and it
  406. returns 1 for success and 0 for failure.
  407. i2d_TYPE_fp() is similar to i2d_TYPE() except it writes
  408. the encoding of the structure B<a> to BIO B<bp> and it
  409. returns 1 for success and 0 for failure.
  410. These routines do not encrypt private keys and therefore offer no
  411. security; use L<PEM_write_PrivateKey(3)> or similar for writing to files.
  412. =head1 NOTES
  413. The letters B<i> and B<d> in B<i2d_TYPE> stand for
  414. "internal" (that is, an internal C structure) and "DER" respectively.
  415. So B<i2d_TYPE> converts from internal to DER.
  416. The functions can also understand B<BER> forms.
  417. The actual TYPE structure passed to i2d_TYPE() must be a valid
  418. populated B<TYPE> structure -- it B<cannot> simply be fed with an
  419. empty structure such as that returned by TYPE_new().
  420. The encoded data is in binary form and may contain embedded zeros.
  421. Therefore, any FILE pointers or BIOs should be opened in binary mode.
  422. Functions such as strlen() will B<not> return the correct length
  423. of the encoded structure.
  424. The ways that B<*ppin> and B<*ppout> are incremented after the operation
  425. can trap the unwary. See the B<WARNINGS> section for some common
  426. errors.
  427. The reason for this-auto increment behaviour is to reflect a typical
  428. usage of ASN1 functions: after one structure is encoded or decoded
  429. another will be processed after it.
  430. The following points about the data types might be useful:
  431. =over 4
  432. =item B<ASN1_OBJECT>
  433. Represents an ASN1 OBJECT IDENTIFIER.
  434. =item B<DHparams>
  435. Represents a PKCS#3 DH parameters structure.
  436. =item B<DHxparams>
  437. Represents an ANSI X9.42 DH parameters structure.
  438. =item B<DSA_PUBKEY>
  439. Represents a DSA public key using a B<SubjectPublicKeyInfo> structure.
  440. =item B<DSAPublicKey, DSAPrivateKey>
  441. Use a non-standard OpenSSL format and should be avoided; use B<DSA_PUBKEY>,
  442. B<PEM_write_PrivateKey(3)>, or similar instead.
  443. =item B<ECDSA_SIG>
  444. Represents an ECDSA signature.
  445. =item B<RSAPublicKey>
  446. Represents a PKCS#1 RSA public key structure.
  447. =item B<X509_ALGOR>
  448. Represents an B<AlgorithmIdentifier> structure as used in IETF RFC 6960 and
  449. elsewhere.
  450. =item B<X509_Name>
  451. Represents a B<Name> type as used for subject and issuer names in
  452. IETF RFC 6960 and elsewhere.
  453. =item B<X509_REQ>
  454. Represents a PKCS#10 certificate request.
  455. =item B<X509_SIG>
  456. Represents the B<DigestInfo> structure defined in PKCS#1 and PKCS#7.
  457. =back
  458. =head1 RETURN VALUES
  459. d2i_TYPE(), d2i_TYPE_bio() and d2i_TYPE_fp() return a valid B<TYPE> structure
  460. or B<NULL> if an error occurs. If the "reuse" capability has been used with
  461. a valid structure being passed in via B<a>, then the object is freed in
  462. the event of error and B<*a> is set to NULL.
  463. i2d_TYPE() returns the number of bytes successfully encoded or a negative
  464. value if an error occurs.
  465. i2d_TYPE_bio() and i2d_TYPE_fp() return 1 for success and 0 if an error
  466. occurs.
  467. =head1 EXAMPLES
  468. Allocate and encode the DER encoding of an X509 structure:
  469. int len;
  470. unsigned char *buf;
  471. buf = NULL;
  472. len = i2d_X509(x, &buf);
  473. if (len < 0)
  474. /* error */
  475. Attempt to decode a buffer:
  476. X509 *x;
  477. unsigned char *buf;
  478. const unsigned char *p;
  479. int len;
  480. /* Set up buf and len to point to the input buffer. */
  481. p = buf;
  482. x = d2i_X509(NULL, &p, len);
  483. if (x == NULL)
  484. /* error */
  485. Alternative technique:
  486. X509 *x;
  487. unsigned char *buf;
  488. const unsigned char *p;
  489. int len;
  490. /* Set up buf and len to point to the input buffer. */
  491. p = buf;
  492. x = NULL;
  493. if (d2i_X509(&x, &p, len) == NULL)
  494. /* error */
  495. =head1 WARNINGS
  496. Using a temporary variable is mandatory. A common
  497. mistake is to attempt to use a buffer directly as follows:
  498. int len;
  499. unsigned char *buf;
  500. len = i2d_X509(x, NULL);
  501. buf = OPENSSL_malloc(len);
  502. ...
  503. i2d_X509(x, &buf);
  504. ...
  505. OPENSSL_free(buf);
  506. This code will result in B<buf> apparently containing garbage because
  507. it was incremented after the call to point after the data just written.
  508. Also B<buf> will no longer contain the pointer allocated by OPENSSL_malloc()
  509. and the subsequent call to OPENSSL_free() is likely to crash.
  510. Another trap to avoid is misuse of the B<a> argument to d2i_TYPE():
  511. X509 *x;
  512. if (d2i_X509(&x, &p, len) == NULL)
  513. /* error */
  514. This will probably crash somewhere in d2i_X509(). The reason for this
  515. is that the variable B<x> is uninitialized and an attempt will be made to
  516. interpret its (invalid) value as an B<X509> structure, typically causing
  517. a segmentation violation. If B<x> is set to NULL first then this will not
  518. happen.
  519. =head1 BUGS
  520. In some versions of OpenSSL the "reuse" behaviour of d2i_TYPE() when
  521. B<*a> is valid is broken and some parts of the reused structure may
  522. persist if they are not present in the new one. Additionally, in versions of
  523. OpenSSL prior to 1.1.0, when the "reuse" behaviour is used and an error occurs
  524. the behaviour is inconsistent. Some functions behaved as described here, while
  525. some did not free B<*a> on error and did not set B<*a> to NULL.
  526. As a result of the above issues the "reuse" behaviour is strongly discouraged.
  527. i2d_TYPE() will not return an error in many versions of OpenSSL,
  528. if mandatory fields are not initialized due to a programming error
  529. then the encoded structure may contain invalid data or omit the
  530. fields entirely and will not be parsed by d2i_TYPE(). This may be
  531. fixed in future so code should not assume that i2d_TYPE() will
  532. always succeed.
  533. Any function which encodes a structure (i2d_TYPE(),
  534. i2d_TYPE() or i2d_TYPE()) may return a stale encoding if the
  535. structure has been modified after deserialization or previous
  536. serialization. This is because some objects cache the encoding for
  537. efficiency reasons.
  538. =head1 COPYRIGHT
  539. Copyright 1998-2021 The OpenSSL Project Authors. All Rights Reserved.
  540. Licensed under the OpenSSL license (the "License"). You may not use
  541. this file except in compliance with the License. You can obtain a copy
  542. in the file LICENSE in the source distribution or at
  543. L<https://www.openssl.org/source/license.html>.
  544. =cut