Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/boringssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Benjamin <davidben@chromium.org>2014-12-23 20:26:22 +0300
committerAdam Langley <agl@google.com>2015-01-15 00:06:07 +0300
commite9e38375a65044bc8f4f08c3752d79db192d35d4 (patch)
tree867c8a5d33629123975dced95a389dd18849618a /include/openssl/digest.h
parentb8a56f112f9a1963654796ce76ea3fd9a1e3336f (diff)
Deprecate EVP_PKEY_HMAC.
Now that BoringSSL no longer uses it internally, deprecate it until we can get any Google code off it and remove it altogether. Change-Id: I0e15525600b27a65f84b4bb820b879b2424a0ef7 Reviewed-on: https://boringssl-review.googlesource.com/2701 Reviewed-by: Adam Langley <agl@google.com>
Diffstat (limited to 'include/openssl/digest.h')
-rw-r--r--include/openssl/digest.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/openssl/digest.h b/include/openssl/digest.h
index 864917e2..682f3337 100644
--- a/include/openssl/digest.h
+++ b/include/openssl/digest.h
@@ -252,7 +252,8 @@ struct env_md_ctx_st {
* context. */
void *md_data;
/* update is usually copied from |digest->update| but can differ in some
- * cases, i.e. HMAC. */
+ * cases, i.e. HMAC.
+ * TODO(davidben): Remove this hook once |EVP_PKEY_HMAC| is gone. */
int (*update)(EVP_MD_CTX *ctx, const void *data, size_t count);
/* pctx is an opaque (at this layer) pointer to additional context that