OSSL_CMP_CTX_new.pod 36 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794
  1. =pod
  2. =head1 NAME
  3. OSSL_CMP_CTX_new,
  4. OSSL_CMP_CTX_free,
  5. OSSL_CMP_CTX_reinit,
  6. OSSL_CMP_CTX_set_option,
  7. OSSL_CMP_CTX_get_option,
  8. OSSL_CMP_CTX_set_log_cb,
  9. OSSL_CMP_CTX_set_log_verbosity,
  10. OSSL_CMP_CTX_print_errors,
  11. OSSL_CMP_CTX_set1_serverPath,
  12. OSSL_CMP_CTX_set1_server,
  13. OSSL_CMP_CTX_set_serverPort,
  14. OSSL_CMP_CTX_set1_proxy,
  15. OSSL_CMP_CTX_set1_no_proxy,
  16. OSSL_CMP_CTX_set_http_cb,
  17. OSSL_CMP_CTX_set_http_cb_arg,
  18. OSSL_CMP_CTX_get_http_cb_arg,
  19. OSSL_CMP_transfer_cb_t,
  20. OSSL_CMP_CTX_set_transfer_cb,
  21. OSSL_CMP_CTX_set_transfer_cb_arg,
  22. OSSL_CMP_CTX_get_transfer_cb_arg,
  23. OSSL_CMP_CTX_set1_srvCert,
  24. OSSL_CMP_CTX_set1_expected_sender,
  25. OSSL_CMP_CTX_set0_trusted,
  26. OSSL_CMP_CTX_set0_trustedStore,
  27. OSSL_CMP_CTX_get0_trusted,
  28. OSSL_CMP_CTX_get0_trustedStore,
  29. OSSL_CMP_CTX_set1_untrusted,
  30. OSSL_CMP_CTX_get0_untrusted,
  31. OSSL_CMP_CTX_set1_cert,
  32. OSSL_CMP_CTX_build_cert_chain,
  33. OSSL_CMP_CTX_set1_pkey,
  34. OSSL_CMP_CTX_set1_referenceValue,
  35. OSSL_CMP_CTX_set1_secretValue,
  36. OSSL_CMP_CTX_set1_recipient,
  37. OSSL_CMP_CTX_push0_geninfo_ITAV,
  38. OSSL_CMP_CTX_set1_extraCertsOut,
  39. OSSL_CMP_CTX_set0_newPkey,
  40. OSSL_CMP_CTX_get0_newPkey,
  41. OSSL_CMP_CTX_set1_issuer,
  42. OSSL_CMP_CTX_set1_subjectName,
  43. OSSL_CMP_CTX_push1_subjectAltName,
  44. OSSL_CMP_CTX_set0_reqExtensions,
  45. OSSL_CMP_CTX_reqExtensions_have_SAN,
  46. OSSL_CMP_CTX_push0_policy,
  47. OSSL_CMP_CTX_set1_oldCert,
  48. OSSL_CMP_CTX_set1_p10CSR,
  49. OSSL_CMP_CTX_push0_genm_ITAV,
  50. OSSL_CMP_certConf_cb_t,
  51. OSSL_CMP_certConf_cb,
  52. OSSL_CMP_CTX_set_certConf_cb,
  53. OSSL_CMP_CTX_set_certConf_cb_arg,
  54. OSSL_CMP_CTX_get_certConf_cb_arg,
  55. OSSL_CMP_CTX_get_status,
  56. OSSL_CMP_CTX_get0_statusString,
  57. OSSL_CMP_CTX_get_failInfoCode,
  58. OSSL_CMP_CTX_get0_validatedSrvCert,
  59. OSSL_CMP_CTX_get0_newCert,
  60. OSSL_CMP_CTX_get1_newChain,
  61. OSSL_CMP_CTX_get1_caPubs,
  62. OSSL_CMP_CTX_get1_extraCertsIn,
  63. OSSL_CMP_CTX_set1_transactionID,
  64. OSSL_CMP_CTX_set1_senderNonce
  65. - functions for managing the CMP client context data structure
  66. =head1 SYNOPSIS
  67. #include <openssl/cmp.h>
  68. OSSL_CMP_CTX *OSSL_CMP_CTX_new(OSSL_LIB_CTX *libctx, const char *propq);
  69. void OSSL_CMP_CTX_free(OSSL_CMP_CTX *ctx);
  70. int OSSL_CMP_CTX_reinit(OSSL_CMP_CTX *ctx);
  71. int OSSL_CMP_CTX_set_option(OSSL_CMP_CTX *ctx, int opt, int val);
  72. int OSSL_CMP_CTX_get_option(const OSSL_CMP_CTX *ctx, int opt);
  73. /* logging and error reporting: */
  74. int OSSL_CMP_CTX_set_log_cb(OSSL_CMP_CTX *ctx, OSSL_CMP_log_cb_t cb);
  75. #define OSSL_CMP_CTX_set_log_verbosity(ctx, level)
  76. void OSSL_CMP_CTX_print_errors(const OSSL_CMP_CTX *ctx);
  77. /* message transfer: */
  78. int OSSL_CMP_CTX_set1_serverPath(OSSL_CMP_CTX *ctx, const char *path);
  79. int OSSL_CMP_CTX_set1_server(OSSL_CMP_CTX *ctx, const char *address);
  80. int OSSL_CMP_CTX_set_serverPort(OSSL_CMP_CTX *ctx, int port);
  81. int OSSL_CMP_CTX_set1_proxy(OSSL_CMP_CTX *ctx, const char *name);
  82. int OSSL_CMP_CTX_set1_no_proxy(OSSL_CMP_CTX *ctx, const char *names);
  83. int OSSL_CMP_CTX_set_http_cb(OSSL_CMP_CTX *ctx, HTTP_bio_cb_t cb);
  84. int OSSL_CMP_CTX_set_http_cb_arg(OSSL_CMP_CTX *ctx, void *arg);
  85. void *OSSL_CMP_CTX_get_http_cb_arg(const OSSL_CMP_CTX *ctx);
  86. typedef OSSL_CMP_MSG *(*OSSL_CMP_transfer_cb_t)(OSSL_CMP_CTX *ctx,
  87. const OSSL_CMP_MSG *req);
  88. int OSSL_CMP_CTX_set_transfer_cb(OSSL_CMP_CTX *ctx,
  89. OSSL_CMP_transfer_cb_t cb);
  90. int OSSL_CMP_CTX_set_transfer_cb_arg(OSSL_CMP_CTX *ctx, void *arg);
  91. void *OSSL_CMP_CTX_get_transfer_cb_arg(const OSSL_CMP_CTX *ctx);
  92. /* server authentication: */
  93. int OSSL_CMP_CTX_set1_srvCert(OSSL_CMP_CTX *ctx, X509 *cert);
  94. int OSSL_CMP_CTX_set1_expected_sender(OSSL_CMP_CTX *ctx,
  95. const X509_NAME *name);
  96. #define OSSL_CMP_CTX_set0_trusted OSSL_CMP_CTX_set0_trustedStore
  97. int OSSL_CMP_CTX_set0_trustedStore(OSSL_CMP_CTX *ctx, X509_STORE *store);
  98. #define OSSL_CMP_CTX_get0_trusted OSSL_CMP_CTX_get0_trustedStore
  99. X509_STORE *OSSL_CMP_CTX_get0_trustedStore(const OSSL_CMP_CTX *ctx);
  100. int OSSL_CMP_CTX_set1_untrusted(OSSL_CMP_CTX *ctx, STACK_OF(X509) *certs);
  101. STACK_OF(X509) *OSSL_CMP_CTX_get0_untrusted(const OSSL_CMP_CTX *ctx);
  102. /* client authentication: */
  103. int OSSL_CMP_CTX_set1_cert(OSSL_CMP_CTX *ctx, X509 *cert);
  104. int OSSL_CMP_CTX_build_cert_chain(OSSL_CMP_CTX *ctx, X509_STORE *own_trusted,
  105. STACK_OF(X509) *candidates);
  106. int OSSL_CMP_CTX_set1_pkey(OSSL_CMP_CTX *ctx, EVP_PKEY *pkey);
  107. int OSSL_CMP_CTX_set1_referenceValue(OSSL_CMP_CTX *ctx,
  108. const unsigned char *ref, int len);
  109. int OSSL_CMP_CTX_set1_secretValue(OSSL_CMP_CTX *ctx, const unsigned char *sec,
  110. const int len);
  111. /* CMP message header and extra certificates: */
  112. int OSSL_CMP_CTX_set1_recipient(OSSL_CMP_CTX *ctx, const X509_NAME *name);
  113. int OSSL_CMP_CTX_push0_geninfo_ITAV(OSSL_CMP_CTX *ctx, OSSL_CMP_ITAV *itav);
  114. int OSSL_CMP_CTX_set1_extraCertsOut(OSSL_CMP_CTX *ctx,
  115. STACK_OF(X509) *extraCertsOut);
  116. /* certificate template: */
  117. int OSSL_CMP_CTX_set0_newPkey(OSSL_CMP_CTX *ctx, int priv, EVP_PKEY *pkey);
  118. EVP_PKEY *OSSL_CMP_CTX_get0_newPkey(const OSSL_CMP_CTX *ctx, int priv);
  119. int OSSL_CMP_CTX_set1_issuer(OSSL_CMP_CTX *ctx, const X509_NAME *name);
  120. int OSSL_CMP_CTX_set1_subjectName(OSSL_CMP_CTX *ctx, const X509_NAME *name);
  121. int OSSL_CMP_CTX_push1_subjectAltName(OSSL_CMP_CTX *ctx,
  122. const GENERAL_NAME *name);
  123. int OSSL_CMP_CTX_set0_reqExtensions(OSSL_CMP_CTX *ctx, X509_EXTENSIONS *exts);
  124. int OSSL_CMP_CTX_reqExtensions_have_SAN(OSSL_CMP_CTX *ctx);
  125. int OSSL_CMP_CTX_push0_policy(OSSL_CMP_CTX *ctx, POLICYINFO *pinfo);
  126. int OSSL_CMP_CTX_set1_oldCert(OSSL_CMP_CTX *ctx, X509 *cert);
  127. int OSSL_CMP_CTX_set1_p10CSR(OSSL_CMP_CTX *ctx, const X509_REQ *csr);
  128. /* misc body contents: */
  129. int OSSL_CMP_CTX_push0_genm_ITAV(OSSL_CMP_CTX *ctx, OSSL_CMP_ITAV *itav);
  130. /* certificate confirmation: */
  131. typedef int (*OSSL_CMP_certConf_cb_t)(OSSL_CMP_CTX *ctx, X509 *cert,
  132. int fail_info, const char **txt);
  133. int OSSL_CMP_certConf_cb(OSSL_CMP_CTX *ctx, X509 *cert, int fail_info,
  134. const char **text);
  135. int OSSL_CMP_CTX_set_certConf_cb(OSSL_CMP_CTX *ctx, OSSL_CMP_certConf_cb_t cb);
  136. int OSSL_CMP_CTX_set_certConf_cb_arg(OSSL_CMP_CTX *ctx, void *arg);
  137. void *OSSL_CMP_CTX_get_certConf_cb_arg(const OSSL_CMP_CTX *ctx);
  138. /* result fetching: */
  139. int OSSL_CMP_CTX_get_status(const OSSL_CMP_CTX *ctx);
  140. OSSL_CMP_PKIFREETEXT *OSSL_CMP_CTX_get0_statusString(const OSSL_CMP_CTX *ctx);
  141. int OSSL_CMP_CTX_get_failInfoCode(const OSSL_CMP_CTX *ctx);
  142. X509 *OSSL_CMP_CTX_get0_validatedSrvCert(const OSSL_CMP_CTX *ctx);
  143. X509 *OSSL_CMP_CTX_get0_newCert(const OSSL_CMP_CTX *ctx);
  144. STACK_OF(X509) *OSSL_CMP_CTX_get1_newChain(const OSSL_CMP_CTX *ctx);
  145. STACK_OF(X509) *OSSL_CMP_CTX_get1_caPubs(const OSSL_CMP_CTX *ctx);
  146. STACK_OF(X509) *OSSL_CMP_CTX_get1_extraCertsIn(const OSSL_CMP_CTX *ctx);
  147. /* for testing and debugging purposes: */
  148. int OSSL_CMP_CTX_set1_transactionID(OSSL_CMP_CTX *ctx,
  149. const ASN1_OCTET_STRING *id);
  150. int OSSL_CMP_CTX_set1_senderNonce(OSSL_CMP_CTX *ctx,
  151. const ASN1_OCTET_STRING *nonce);
  152. =head1 DESCRIPTION
  153. This is the context API for using CMP (Certificate Management Protocol) with
  154. OpenSSL.
  155. OSSL_CMP_CTX_new() allocates an B<OSSL_CMP_CTX> structure associated with
  156. the library context I<libctx> and property query string I<propq>,
  157. both of which may be NULL to select the defaults.
  158. It initializes the remaining fields to their default values - for instance,
  159. the logging verbosity is set to OSSL_CMP_LOG_INFO,
  160. the message timeout is set to 120 seconds,
  161. and the proof-of-possession method is set to OSSL_CRMF_POPO_SIGNATURE.
  162. OSSL_CMP_CTX_free() deallocates an OSSL_CMP_CTX structure.
  163. OSSL_CMP_CTX_reinit() prepares the given I<ctx> for a further transaction by
  164. clearing the internal CMP transaction (aka session) status, PKIStatusInfo,
  165. and any previous results (newCert, newChain, caPubs, and extraCertsIn)
  166. from the last executed transaction.
  167. All other field values (i.e., CMP options) are retained for potential re-use.
  168. OSSL_CMP_CTX_set_option() sets the given value for the given option
  169. (e.g., OSSL_CMP_OPT_IMPLICIT_CONFIRM) in the given OSSL_CMP_CTX structure.
  170. The following options can be set:
  171. =over 4
  172. =item B<OSSL_CMP_OPT_LOG_VERBOSITY>
  173. The level of severity needed for actually outputting log messages
  174. due to errors, warnings, general info, debugging, etc.
  175. Default is OSSL_CMP_LOG_INFO. See also L<OSSL_CMP_log_open(3)>.
  176. =item B<OSSL_CMP_OPT_KEEP_ALIVE>
  177. If the given value is 0 then HTTP connections are not kept open
  178. after receiving a response, which is the default behavior for HTTP 1.0.
  179. If the value is 1 or 2 then persistent connections are requested.
  180. If the value is 2 then persistent connections are required,
  181. i.e., in case the server does not grant them an error occurs.
  182. The default value is 1: prefer to keep the connection open.
  183. =item B<OSSL_CMP_OPT_MSG_TIMEOUT>
  184. Number of seconds (or 0 for infinite) a CMP message round trip is
  185. allowed to take before a timeout error is returned.
  186. Default is to use the B<OSSL_CMP_OPT_MSG_TIMEOUT> setting.
  187. =item B<OSSL_CMP_OPT_TOTAL_TIMEOUT>
  188. Maximum total number of seconds an enrollment (including polling)
  189. may take. Default is 0 (infinite).
  190. =item B<OSSL_CMP_OPT_VALIDITY_DAYS>
  191. Number of days new certificates are asked to be valid for.
  192. =item B<OSSL_CMP_OPT_SUBJECTALTNAME_NODEFAULT>
  193. Do not take default Subject Alternative Names
  194. from the reference certificate.
  195. =item B<OSSL_CMP_OPT_SUBJECTALTNAME_CRITICAL>
  196. Demand that the given Subject Alternative Names are flagged as critical.
  197. =item B<OSSL_CMP_OPT_POLICIES_CRITICAL>
  198. Demand that the given policies are flagged as critical.
  199. =item B<OSSL_CMP_OPT_POPO_METHOD>
  200. Select the proof of possession method to use. Possible values are:
  201. OSSL_CRMF_POPO_NONE - ProofOfPossession field omitted
  202. OSSL_CRMF_POPO_RAVERIFIED - assert that the RA has already
  203. verified the PoPo
  204. OSSL_CRMF_POPO_SIGNATURE - sign a value with private key,
  205. which is the default.
  206. OSSL_CRMF_POPO_KEYENC - decrypt the encrypted certificate
  207. ("indirect method")
  208. Note that a signature-based POPO can only be produced if a private key
  209. is provided as the newPkey or client's pkey component of the CMP context.
  210. =item B<OSSL_CMP_OPT_DIGEST_ALGNID>
  211. The NID of the digest algorithm to be used in RFC 4210's MSG_SIG_ALG
  212. for signature-based message protection and Proof-of-Possession (POPO).
  213. Default is SHA256.
  214. =item B<OSSL_CMP_OPT_OWF_ALGNID>
  215. The NID of the digest algorithm to be used as one-way function (OWF)
  216. in RFC 4210's MSG_MAC_ALG for PBM-based message protection.
  217. Default is SHA256.
  218. =item B<OSSL_CMP_OPT_MAC_ALGNID>
  219. The NID of the MAC algorithm to be used in RFC 4210's MSG_MAC_ALG
  220. for PBM-based message protection.
  221. Default is HMAC-SHA1 as per RFC 4210.
  222. =item B<OSSL_CMP_OPT_REVOCATION_REASON>
  223. The reason code to be included in a Revocation Request (RR);
  224. values: 0..10 (RFC 5210, 5.3.1) or -1 for none, which is the default.
  225. =item B<OSSL_CMP_OPT_IMPLICIT_CONFIRM>
  226. Request server to enable implicit confirm mode, where the client
  227. does not need to send confirmation upon receiving the
  228. certificate. If the server does not enable implicit confirmation
  229. in the return message, then confirmation is sent anyway.
  230. =item B<OSSL_CMP_OPT_DISABLE_CONFIRM>
  231. Do not confirm enrolled certificates, to cope with broken servers
  232. not supporting implicit confirmation correctly.
  233. B<WARNING:> This setting leads to unspecified behavior and it is meant
  234. exclusively to allow interoperability with server implementations violating
  235. RFC 4210.
  236. =item B<OSSL_CMP_OPT_UNPROTECTED_SEND>
  237. Send messages without CMP-level protection.
  238. =item B<OSSL_CMP_OPT_UNPROTECTED_ERRORS>
  239. Accept unprotected error responses which are either explicitly
  240. unprotected or where protection verification failed. Applies to regular
  241. error messages as well as certificate responses (IP/CP/KUP) and
  242. revocation responses (RP) with rejection.
  243. B<WARNING:> This setting leads to unspecified behavior and it is meant
  244. exclusively to allow interoperability with server implementations violating
  245. RFC 4210.
  246. =item B<OSSL_CMP_OPT_IGNORE_KEYUSAGE>
  247. Ignore key usage restrictions in the signer's certificate when
  248. validating signature-based protection in received CMP messages.
  249. Else, 'digitalSignature' must be allowed by CMP signer certificates.
  250. =item B<OSSL_CMP_OPT_PERMIT_TA_IN_EXTRACERTS_FOR_IR>
  251. Allow retrieving a trust anchor from extraCerts and using that
  252. to validate the certificate chain of an IP message.
  253. =back
  254. OSSL_CMP_CTX_get_option() reads the current value of the given option
  255. (e.g., OSSL_CMP_OPT_IMPLICIT_CONFIRM) from the given OSSL_CMP_CTX structure.
  256. OSSL_CMP_CTX_set_log_cb() sets in I<ctx> the callback function I<cb>
  257. for handling error queue entries and logging messages.
  258. When I<cb> is NULL errors are printed to STDERR (if available, else ignored)
  259. any log messages are ignored.
  260. Alternatively, L<OSSL_CMP_log_open(3)> may be used to direct logging to STDOUT.
  261. OSSL_CMP_CTX_set_log_verbosity() is a macro setting the
  262. OSSL_CMP_OPT_LOG_VERBOSITY context option to the given level.
  263. OSSL_CMP_CTX_print_errors() outputs any entries in the OpenSSL error queue. It
  264. is similar to L<ERR_print_errors_cb(3)> but uses the CMP log callback function
  265. if set in the I<ctx> for uniformity with CMP logging if given. Otherwise it uses
  266. L<ERR_print_errors(3)> to print to STDERR (unless OPENSSL_NO_STDIO is defined).
  267. OSSL_CMP_CTX_set1_serverPath() sets the HTTP path of the CMP server on the host,
  268. also known as "CMP alias".
  269. The default is C</>.
  270. OSSL_CMP_CTX_set1_server() sets the given server I<address>
  271. (which may be a hostname or IP address or NULL) in the given I<ctx>.
  272. OSSL_CMP_CTX_set_serverPort() sets the port of the CMP server to connect to.
  273. If not used or the I<port> argument is 0
  274. the default port applies, which is 80 for HTTP and 443 for HTTPS.
  275. OSSL_CMP_CTX_set1_proxy() sets the HTTP proxy to be used for connecting to
  276. the given CMP server unless overruled by any "no_proxy" settings (see below).
  277. If TLS is not used this defaults to the value of
  278. the environment variable C<http_proxy> if set, else C<HTTP_PROXY>.
  279. Otherwise defaults to the value of C<https_proxy> if set, else C<HTTPS_PROXY>.
  280. An empty proxy string specifies not to use a proxy.
  281. Else the format is C<[http[s]://]address[:port][/path]>,
  282. where any path given is ignored.
  283. The default port number is 80, or 443 in case C<https:> is given.
  284. OSSL_CMP_CTX_set1_no_proxy() sets the list of server hostnames not to use
  285. an HTTP proxy for. The names may be separated by commas and/or whitespace.
  286. Defaults to the environment variable C<no_proxy> if set, else C<NO_PROXY>.
  287. OSSL_CMP_CTX_set_http_cb() sets the optional BIO connect/disconnect callback
  288. function, which has the prototype
  289. typedef BIO *(*HTTP_bio_cb_t) (BIO *bio, void *ctx, int connect, int detail);
  290. The callback may modify the I<bio> provided by L<OSSL_CMP_MSG_http_perform(3)>,
  291. whereby it may make use of a custom defined argument I<ctx>
  292. stored in the OSSL_CMP_CTX by means of OSSL_CMP_CTX_set_http_cb_arg().
  293. During connection establishment, just after calling BIO_do_connect_retry(),
  294. the function is invoked with the I<connect> argument being 1 and the I<detail>
  295. argument being 1 if HTTPS is requested, i.e., SSL/TLS should be enabled. On
  296. disconnect I<connect> is 0 and I<detail> is 1 in case no error occurred, else 0.
  297. For instance, on connect the function may prepend a TLS BIO to implement HTTPS;
  298. after disconnect it may do some diagnostic output and/or specific cleanup.
  299. The function should return NULL to indicate failure.
  300. After disconnect the modified BIO will be deallocated using BIO_free_all().
  301. OSSL_CMP_CTX_set_http_cb_arg() sets an argument, respectively a pointer to
  302. a structure containing arguments,
  303. optionally to be used by the http connect/disconnect callback function.
  304. I<arg> is not consumed, and it must therefore explicitly be freed when not
  305. needed any more. I<arg> may be NULL to clear the entry.
  306. OSSL_CMP_CTX_get_http_cb_arg() gets the argument, respectively the pointer to a
  307. structure containing arguments, previously set by
  308. OSSL_CMP_CTX_set_http_cb_arg() or NULL if unset.
  309. OSSL_CMP_CTX_set_transfer_cb() sets the message transfer callback function,
  310. which has the type
  311. typedef OSSL_CMP_MSG *(*OSSL_CMP_transfer_cb_t) (OSSL_CMP_CTX *ctx,
  312. const OSSL_CMP_MSG *req);
  313. Returns 1 on success, 0 on error.
  314. Default is NULL, which implies the use of L<OSSL_CMP_MSG_http_perform(3)>.
  315. The callback should send the CMP request message it obtains via the I<req>
  316. parameter and on success return the response, else it must return NULL.
  317. The transfer callback may make use of a custom defined argument stored in
  318. the ctx by means of OSSL_CMP_CTX_set_transfer_cb_arg(), which may be retrieved
  319. again through OSSL_CMP_CTX_get_transfer_cb_arg().
  320. OSSL_CMP_CTX_set_transfer_cb_arg() sets an argument, respectively a pointer to a
  321. structure containing arguments, optionally to be used by the transfer callback.
  322. I<arg> is not consumed, and it must therefore explicitly be freed when not
  323. needed any more. I<arg> may be NULL to clear the entry.
  324. OSSL_CMP_CTX_get_transfer_cb_arg() gets the argument, respectively the pointer
  325. to a structure containing arguments, previously set by
  326. OSSL_CMP_CTX_set_transfer_cb_arg() or NULL if unset.
  327. OSSL_CMP_CTX_set1_srvCert() sets the expected server cert in I<ctx> and trusts
  328. it directly (even if it is expired) when verifying signed response messages.
  329. May be used alternatively to OSSL_CMP_CTX_set0_trusted()
  330. to pin the accepted server.
  331. Any previously set value is freed.
  332. The I<cert> argument may be NULL to clear the entry.
  333. If set, the subject of the certificate is also used
  334. as default value for the recipient of CMP requests
  335. and as default value for the expected sender of CMP responses.
  336. OSSL_CMP_CTX_set1_expected_sender() sets the Distinguished Name (DN)
  337. expected in the sender field of CMP response messages.
  338. Defaults to the subject of the pinned server certificate, if any.
  339. This can be used to make sure that only a particular entity is accepted as
  340. CMP message signer, and attackers are not able to use arbitrary certificates
  341. of a trusted PKI hierarchy to fraudulently pose as CMP server.
  342. Note that this gives slightly more freedom than OSSL_CMP_CTX_set1_srvCert(),
  343. which pins the server to the holder of a particular certificate, while the
  344. expected sender name will continue to match after updates of the server cert.
  345. OSSL_CMP_CTX_set0_trusted() is an alias of the original
  346. OSSL_CMP_CTX_set0_trustedStore().
  347. It sets in the CMP context I<ctx> the certificate store of type X509_STORE
  348. containing trusted (root) CA certificates.
  349. The store may also hold CRLs and
  350. a certificate verification callback function used for CMP server authentication.
  351. Any store entry already set before is freed.
  352. When given a NULL parameter the entry is cleared.
  353. OSSL_CMP_CTX_get0_trusted() is an alias of the original
  354. OSSL_CMP_CTX_get0_trustedStore().
  355. It extracts from the CMP context I<ctx> the pointer to the currently set
  356. certificate store containing trusted cert etc., or an empty store if unset.
  357. OSSL_CMP_CTX_set1_untrusted() sets up a list of non-trusted certificates
  358. of intermediate CAs that may be useful for path construction for the CMP client
  359. certificate, for the TLS client certificate (if any), when verifying
  360. the CMP server certificate, and when verifying newly enrolled certificates.
  361. The reference counts of those certificates handled successfully are increased.
  362. OSSL_CMP_CTX_get0_untrusted(OSSL_CMP_CTX *ctx) returns a pointer to the
  363. list of untrusted certs, which may be empty if unset.
  364. OSSL_CMP_CTX_set1_cert() sets the certificate related to the client's private key
  365. used for CMP message protection.
  366. Therefore the public key of this I<cert> must correspond to
  367. the private key set before or thereafter via OSSL_CMP_CTX_set1_pkey().
  368. When using signature-based protection of CMP request messages
  369. this CMP signer certificate will be included first in the extraCerts field.
  370. It serves as fallback reference certificate, see OSSL_CMP_CTX_set1_oldCert().
  371. The subject of this I<cert> will be used as the sender field of outgoing
  372. messages, while the subject of any cert set via OSSL_CMP_CTX_set1_oldCert(),
  373. the subject of any PKCS#10 CSR set via OSSL_CMP_CTX_set1_p10CSR(),
  374. and any value set via OSSL_CMP_CTX_set1_subjectName() are used as fallback.
  375. The I<cert> argument may be NULL to clear the entry.
  376. OSSL_CMP_CTX_build_cert_chain() builds a certificate chain for the CMP signer
  377. certificate previously set in the I<ctx>. It adds the optional I<candidates>,
  378. a list of intermediate CA certs that may already constitute the targeted chain,
  379. to the untrusted certs that may already exist in the I<ctx>.
  380. Then the function uses this augumented set of certs for chain construction.
  381. If I<own_trusted> is NULL it builds the chain as far down as possible and
  382. ignores any verification errors. Else the CMP signer certificate must be
  383. verifiable where the chain reaches a trust anchor contained in I<own_trusted>.
  384. On success the function stores the resulting chain in I<ctx>
  385. for inclusion in the extraCerts field of signature-protected messages.
  386. Calling this function is optional; by default a chain construction
  387. is performed on demand that is equivalent to calling this function
  388. with the I<candidates> and I<own_trusted> arguments being NULL.
  389. OSSL_CMP_CTX_set1_pkey() sets the client's private key corresponding to the
  390. CMP signer certificate set via OSSL_CMP_CTX_set1_cert().
  391. This key is used create signature-based protection (protectionAlg = MSG_SIG_ALG)
  392. of outgoing messages
  393. unless a PBM secret has been set via OSSL_CMP_CTX_set1_secretValue().
  394. The I<pkey> argument may be NULL to clear the entry.
  395. OSSL_CMP_CTX_set1_secretValue() sets the byte string I<sec> with length I<len>
  396. as PBM secret in the given I<ctx> or clears it if the I<sec> argument is NULL.
  397. If present, this secret is used to create PBM-based protection of outgoing
  398. messages and to verify any PBM-based protection of incoming messages
  399. (protectionAlg = MSG_MAC_ALG). PBM stands for Password-Based MAC.
  400. PBM-based protection takes precedence over signature-based protection.
  401. OSSL_CMP_CTX_set1_referenceValue() sets the given referenceValue I<ref> with
  402. length I<len> in the given I<ctx> or clears it if the I<ref> argument is NULL.
  403. According to RFC 4210 section 5.1.1, if no value for the sender field in
  404. CMP message headers can be determined (i.e., no CMP signer certificate
  405. and no subject DN is set via OSSL_CMP_CTX_set1_subjectName()
  406. then the sender field will contain the NULL-DN
  407. and the senderKID field of the CMP message header must be set.
  408. When signature-based protection is used the senderKID will be set to
  409. the subjectKeyIdentifier of the CMP signer certificate as far as present.
  410. If not present or when PBM-based protection is used
  411. the I<ref> value is taken as the fallback value for the senderKID.
  412. OSSL_CMP_CTX_set1_recipient() sets the recipient name that will be used in the
  413. PKIHeader of CMP request messages, i.e. the X509 name of the (CA) server.
  414. The recipient field in the header of a CMP message is mandatory.
  415. If not given explicitly the recipient is determined in the following order:
  416. the subject of the CMP server certificate set using OSSL_CMP_CTX_set1_srvCert(),
  417. the value set using OSSL_CMP_CTX_set1_issuer(),
  418. the issuer of the certificate set using OSSL_CMP_CTX_set1_oldCert(),
  419. the issuer of the CMP signer certificate,
  420. as far as any of those is present, else the NULL-DN as last resort.
  421. OSSL_CMP_CTX_push0_geninfo_ITAV() adds I<itav> to the stack in the I<ctx> to be
  422. added to the GeneralInfo field of the CMP PKIMessage header of a request
  423. message sent with this context.
  424. OSSL_CMP_CTX_set1_extraCertsOut() sets the stack of extraCerts that will be
  425. sent to remote.
  426. OSSL_CMP_CTX_set0_newPkey() can be used to explicitly set the given EVP_PKEY
  427. structure as the private or public key to be certified in the CMP context.
  428. The I<priv> parameter must be 0 if and only if the given key is a public key.
  429. OSSL_CMP_CTX_get0_newPkey() gives the key to use for certificate enrollment
  430. dependent on fields of the CMP context structure:
  431. the newPkey (which may be a private or public key) if present,
  432. else the public key in the p10CSR if present, else the client's private key.
  433. If the I<priv> parameter is not 0 and the selected key does not have a
  434. private component then NULL is returned.
  435. OSSL_CMP_CTX_set1_issuer() sets the name of the intended issuer that
  436. will be set in the CertTemplate, i.e., the X509 name of the CA server.
  437. OSSL_CMP_CTX_set1_subjectName() sets the subject DN that will be used in
  438. the CertTemplate structure when requesting a new cert. For Key Update Requests
  439. (KUR), it defaults to the subject DN of the reference certificate,
  440. see OSSL_CMP_CTX_set1_oldCert(). This default is used for Initialization
  441. Requests (IR) and Certification Requests (CR) only if no SANs are set.
  442. The I<subjectName> is also used as fallback for the sender field
  443. of outgoing CMP messages if no reference certificate is available.
  444. OSSL_CMP_CTX_push1_subjectAltName() adds the given X509 name to the list of
  445. alternate names on the certificate template request. This cannot be used if
  446. any Subject Alternative Name extension is set via
  447. OSSL_CMP_CTX_set0_reqExtensions().
  448. By default, unless B<OSSL_CMP_OPT_SUBJECTALTNAME_NODEFAULT> has been set,
  449. the Subject Alternative Names are copied from the reference certificate,
  450. see OSSL_CMP_CTX_set1_oldCert().
  451. If set and the subject DN is not set with OSSL_CMP_CTX_set1_subjectName() then
  452. the certificate template of an IR and CR will not be filled with the default
  453. subject DN from the reference certificate.
  454. If a subject DN is desired it needs to be set explicitly with
  455. OSSL_CMP_CTX_set1_subjectName().
  456. OSSL_CMP_CTX_set0_reqExtensions() sets the X.509v3 extensions to be used in
  457. IR/CR/KUR.
  458. OSSL_CMP_CTX_reqExtensions_have_SAN() returns 1 if the context contains
  459. a Subject Alternative Name extension, else 0 or -1 on error.
  460. OSSL_CMP_CTX_push0_policy() adds the certificate policy info object
  461. to the X509_EXTENSIONS of the requested certificate template.
  462. OSSL_CMP_CTX_set1_oldCert() sets the old certificate to be updated in
  463. Key Update Requests (KUR) or to be revoked in Revocation Requests (RR).
  464. It must be given for RR, else it defaults to the CMP signer certificate.
  465. The I<reference certificate> determined in this way, if any, is also used for
  466. deriving default subject DN, public key, Subject Alternative Names, and the
  467. default issuer entry in the requested certificate template of IR/CR/KUR.
  468. The subject of the reference certificate is used as the sender field value
  469. in CMP message headers.
  470. Its issuer is used as default recipient in CMP message headers.
  471. OSSL_CMP_CTX_set1_p10CSR() sets the PKCS#10 CSR to use in P10CR messages.
  472. If such a CSR is provided, its subject, public key, and extension fields are
  473. also used as fallback values for the certificate template of IR/CR/KUR messages.
  474. OSSL_CMP_CTX_push0_genm_ITAV() adds I<itav> to the stack in the I<ctx> which
  475. will be the body of a General Message sent with this context.
  476. OSSL_CMP_certConf_cb() is the default certificate confirmation callback function.
  477. If the callback argument is not NULL it must point to a trust store.
  478. In this case the function checks that the newly enrolled certificate can be
  479. verified using this trust store and untrusted certificates from the I<ctx>,
  480. which have been augmented by the list of extraCerts received.
  481. If the callback argument is NULL the function tries building an approximate
  482. chain as far as possible using the same untrusted certificates from the I<ctx>,
  483. and if this fails it takes the received extraCerts as fallback.
  484. The resulting cert chain can be retrieved using OSSL_CMP_CTX_get1_newChain().
  485. OSSL_CMP_CTX_set_certConf_cb() sets the callback used for evaluating the newly
  486. enrolled certificate before the library sends, depending on its result,
  487. a positive or negative certConf message to the server. The callback has type
  488. typedef int (*OSSL_CMP_certConf_cb_t) (OSSL_CMP_CTX *ctx, X509 *cert,
  489. int fail_info, const char **txt);
  490. and should inspect the certificate it obtains via the I<cert> parameter and may
  491. overrule the pre-decision given in the I<fail_info> and I<*txt> parameters.
  492. If it accepts the certificate it must return 0, indicating success. Else it must
  493. return a bit field reflecting PKIFailureInfo with at least one failure bit and
  494. may set the I<*txt> output parameter to point to a string constant with more
  495. detail. The transfer callback may make use of a custom defined argument stored
  496. in the I<ctx> by means of OSSL_CMP_CTX_set_certConf_cb_arg(), which may be
  497. retrieved again through OSSL_CMP_CTX_get_certConf_cb_arg().
  498. Typically, the callback will check at least that the certificate can be verified
  499. using a set of trusted certificates.
  500. It also could compare the subject DN and other fields of the newly
  501. enrolled certificate with the certificate template of the request.
  502. OSSL_CMP_CTX_set_certConf_cb_arg() sets an argument, respectively a pointer to a
  503. structure containing arguments, optionally to be used by the certConf callback.
  504. I<arg> is not consumed, and it must therefore explicitly be freed when not
  505. needed any more. I<arg> may be NULL to clear the entry.
  506. OSSL_CMP_CTX_get_certConf_cb_arg() gets the argument, respectively the pointer
  507. to a structure containing arguments, previously set by
  508. OSSL_CMP_CTX_set_certConf_cb_arg(), or NULL if unset.
  509. OSSL_CMP_CTX_get_status() returns the PKIstatus from the last received
  510. CertRepMessage or Revocation Response or error message, or -1 if unset.
  511. For server contexts it returns -2 if a transaction is open, else -1.
  512. OSSL_CMP_CTX_get0_statusString() returns the statusString from the last received
  513. CertRepMessage or Revocation Response or error message, or NULL if unset.
  514. OSSL_CMP_CTX_get_failInfoCode() returns the error code from the failInfo field
  515. of the last received CertRepMessage or Revocation Response or error message.
  516. This is a bit field and the flags for it are specified in the header file
  517. F<< <openssl/cmp.h> >>.
  518. The flags start with OSSL_CMP_CTX_FAILINFO, for example:
  519. OSSL_CMP_CTX_FAILINFO_badAlg. Returns -1 if the failInfoCode field is unset.
  520. OSSL_CMP_CTX_get0_validatedSrvCert() returns
  521. the successfully validated certificate, if any, that the CMP server used
  522. in the current transaction for signature-based response message protection,
  523. or NULL if the server used MAC-based protection.
  524. The value is relevant only at the end of a successful transaction.
  525. It may be used to check the authorization of the server based on its cert.
  526. OSSL_CMP_CTX_get0_newCert() returns the pointer to the newly obtained
  527. certificate in case it is available, else NULL.
  528. OSSL_CMP_CTX_get1_newChain() returns a pointer to a duplicate of the stack of
  529. X.509 certificates computed by OSSL_CMP_certConf_cb() (if this function has
  530. been called) on the last received certificate response message IP/CP/KUP.
  531. OSSL_CMP_CTX_get1_caPubs() returns a pointer to a duplicate of the list of
  532. X.509 certificates in the caPubs field of the last received certificate
  533. response message (of type IP, CP, or KUP),
  534. or an empty stack if no caPubs have been received in the current transaction.
  535. OSSL_CMP_CTX_get1_extraCertsIn() returns a pointer to a duplicate of the list
  536. of X.509 certificates contained in the extraCerts field of the last received
  537. response message (except for pollRep and PKIConf), or
  538. an empty stack if no extraCerts have been received in the current transaction.
  539. OSSL_CMP_CTX_set1_transactionID() sets the given transaction ID in the given
  540. OSSL_CMP_CTX structure.
  541. OSSL_CMP_CTX_set1_senderNonce() stores the last sent sender I<nonce> in
  542. the I<ctx>. This will be used to validate the recipNonce in incoming messages.
  543. =head1 NOTES
  544. CMP is defined in RFC 4210 (and CRMF in RFC 4211).
  545. =head1 RETURN VALUES
  546. OSSL_CMP_CTX_free() and OSSL_CMP_CTX_print_errors() do not return anything.
  547. OSSL_CMP_CTX_new(),
  548. OSSL_CMP_CTX_get_http_cb_arg(),
  549. OSSL_CMP_CTX_get_transfer_cb_arg(),
  550. OSSL_CMP_CTX_get0_trusted(),
  551. OSSL_CMP_CTX_get0_untrusted(),
  552. OSSL_CMP_CTX_get0_newPkey(),
  553. OSSL_CMP_CTX_get_certConf_cb_arg(),
  554. OSSL_CMP_CTX_get0_statusString(),
  555. OSSL_CMP_CTX_get0_validatedSrvCert(),
  556. OSSL_CMP_CTX_get0_newCert(),
  557. OSSL_CMP_CTX_get0_newChain(),
  558. OSSL_CMP_CTX_get1_caPubs(), and
  559. OSSL_CMP_CTX_get1_extraCertsIn()
  560. return the intended pointer value as described above or NULL on error.
  561. OSSL_CMP_CTX_get_option(),
  562. OSSL_CMP_CTX_reqExtensions_have_SAN(),
  563. OSSL_CMP_CTX_get_status(), and
  564. OSSL_CMP_CTX_get_failInfoCode()
  565. return the intended value as described above or -1 on error.
  566. OSSL_CMP_certConf_cb() returns I<fail_info> if it is not equal to 0,
  567. else 0 on successful validation,
  568. or else a bit field with the B<OSSL_CMP_PKIFAILUREINFO_incorrectData> bit set.
  569. All other functions return 1 on success, 0 on error.
  570. =head1 EXAMPLES
  571. The following code omits error handling.
  572. Set up a CMP client context for sending requests and verifying responses:
  573. cmp_ctx = OSSL_CMP_CTX_new();
  574. OSSL_CMP_CTX_set1_server(cmp_ctx, name_or_address);
  575. OSSL_CMP_CTX_set1_serverPort(cmp_ctx, port_string);
  576. OSSL_CMP_CTX_set1_serverPath(cmp_ctx, path_or_alias);
  577. OSSL_CMP_CTX_set0_trusted(cmp_ctx, ts);
  578. Set up client credentials for password-based protection (PBM):
  579. OSSL_CMP_CTX_set1_referenceValue(cmp_ctx, ref, ref_len);
  580. OSSL_CMP_CTX_set1_secretValue(cmp_ctx, sec, sec_len);
  581. Set up the details for certificate requests:
  582. OSSL_CMP_CTX_set1_subjectName(cmp_ctx, name);
  583. OSSL_CMP_CTX_set0_newPkey(cmp_ctx, 1, initialKey);
  584. Perform an Initialization Request transaction:
  585. initialCert = OSSL_CMP_exec_IR_ses(cmp_ctx);
  586. Reset the transaction state of the CMP context and the credentials:
  587. OSSL_CMP_CTX_reinit(cmp_ctx);
  588. OSSL_CMP_CTX_set1_referenceValue(cmp_ctx, NULL, 0);
  589. OSSL_CMP_CTX_set1_secretValue(cmp_ctx, NULL, 0);
  590. Perform a Certification Request transaction, making use of the new credentials:
  591. OSSL_CMP_CTX_set1_cert(cmp_ctx, initialCert);
  592. OSSL_CMP_CTX_set1_pkey(cmp_ctx, initialKey);
  593. OSSL_CMP_CTX_set0_newPkey(cmp_ctx, 1, curentKey);
  594. currentCert = OSSL_CMP_exec_CR_ses(cmp_ctx);
  595. Perform a Key Update Request, signed using the cert (and key) to be updated:
  596. OSSL_CMP_CTX_reinit(cmp_ctx);
  597. OSSL_CMP_CTX_set1_cert(cmp_ctx, currentCert);
  598. OSSL_CMP_CTX_set1_pkey(cmp_ctx, currentKey);
  599. OSSL_CMP_CTX_set0_newPkey(cmp_ctx, 1, updatedKey);
  600. currentCert = OSSL_CMP_exec_KUR_ses(cmp_ctx);
  601. currentKey = updatedKey;
  602. Perform a General Message transaction including, as an example,
  603. the id-it-signKeyPairTypes OID and prints info on the General Response contents:
  604. OSSL_CMP_CTX_reinit(cmp_ctx);
  605. ASN1_OBJECT *type = OBJ_txt2obj("1.3.6.1.5.5.7.4.2", 1);
  606. OSSL_CMP_ITAV *itav = OSSL_CMP_ITAV_new(type, NULL);
  607. OSSL_CMP_CTX_push0_genm_ITAV(cmp_ctx, itav);
  608. STACK_OF(OSSL_CMP_ITAV) *itavs;
  609. itavs = OSSL_CMP_exec_GENM_ses(cmp_ctx);
  610. print_itavs(itavs);
  611. sk_OSSL_CMP_ITAV_pop_free(itavs, OSSL_CMP_ITAV_free);
  612. =head1 SEE ALSO
  613. L<OSSL_CMP_exec_IR_ses(3)>, L<OSSL_CMP_exec_CR_ses(3)>,
  614. L<OSSL_CMP_exec_KUR_ses(3)>, L<OSSL_CMP_exec_GENM_ses(3)>,
  615. L<OSSL_CMP_exec_certreq(3)>, L<OSSL_CMP_MSG_http_perform(3)>,
  616. L<ERR_print_errors_cb(3)>
  617. =head1 HISTORY
  618. The OpenSSL CMP support was added in OpenSSL 3.0.
  619. OSSL_CMP_CTX_get0_trustedStore() was renamed to OSSL_CMP_CTX_get0_trusted() and
  620. OSSL_CMP_CTX_set0_trustedStore() was renamed to OSSL_CMP_CTX_set0_trusted(),
  621. using macros, while keeping the old names for backward compatibility,
  622. in OpenSSL 3.1.
  623. OSSL_CMP_CTX_get0_validatedSrvCert() was added in OpenSSL 3.1.
  624. =head1 COPYRIGHT
  625. Copyright 2007-2022 The OpenSSL Project Authors. All Rights Reserved.
  626. Licensed under the Apache License 2.0 (the "License"). You may not use
  627. this file except in compliance with the License. You can obtain a copy
  628. in the file LICENSE in the source distribution or at
  629. L<https://www.openssl.org/source/license.html>.
  630. =cut