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>2015-03-10 23:56:35 +0300
committerAdam Langley <agl@google.com>2015-03-13 22:19:59 +0300
commitbc5d8ee0d4f62a50a461173c8af5f98a0236252a (patch)
tree53083448a4b29765df7922915d6c0302b8f38ae5 /include/openssl/evp.h
parente60202797d3e33eff4c7d2e9c6095c48fde24034 (diff)
Route EVP_PKEY_CTRL_GET_RSA_OAEP_LABEL through a CBS.
This is the only EVP_PKEY ctrl hook which returns something other than a boolean. Change-Id: Ic226aef168abdf72e5d30e8264a559ed5039a055 Reviewed-on: https://boringssl-review.googlesource.com/3873 Reviewed-by: Adam Langley <agl@google.com>
Diffstat (limited to 'include/openssl/evp.h')
-rw-r--r--include/openssl/evp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/openssl/evp.h b/include/openssl/evp.h
index 26e4f2ff..1e17a465 100644
--- a/include/openssl/evp.h
+++ b/include/openssl/evp.h
@@ -824,6 +824,7 @@ struct evp_pkey_st {
#define EVP_F_rsa_pss_to_ctx 156
#define EVP_F_rsa_pub_decode 157
#define EVP_F_pkey_hmac_ctrl 158
+#define EVP_F_EVP_PKEY_CTX_get0_rsa_oaep_label 159
#define EVP_R_BUFFER_TOO_SMALL 100
#define EVP_R_COMMAND_NOT_SUPPORTED 101
#define EVP_R_CONTEXT_NOT_INITIALISED 102