void *provctx = ossl_provider_ctx(EVP_KEYMGMT_provider(keymgmt));
/*
- * TODO(3.0) 'new' is currently mandatory on its own, but when new
- * constructors appear, it won't be quite as mandatory, so we have
- * a check for future cases.
+ * 'new' is currently mandatory on its own, but when new
+ * constructors appear, it won't be quite as mandatory,
+ * so we have a check for future cases.
*/
if (keymgmt->new == NULL)
return NULL;
* it allows the caller to set a template key, which is then ignored.
* However, this is how the legacy methods (EVP_PKEY_METHOD) operate,
* so we do this in the interest of backward compatibility.
- * TODO(3.0) Investigate if we should change this behaviour.
*/
if (keymgmt->gen_set_template == NULL)
return 1;