summaryrefslogtreecommitdiffstats
path: root/providers/implementations/encode_decode
diff options
context:
space:
mode:
authorTomas Mraz <tomas@openssl.org>2021-03-01 16:14:30 +0100
committerPauli <ppzgs1@gmail.com>2021-03-03 10:00:21 +1000
commit81f9af3460dca0fe37d3a240cb385efbf0f0d362 (patch)
tree5c54edc91e8edd7bd019b9faf30a362bbd7c7e0a /providers/implementations/encode_decode
parent77b03f0e8fd97a57f84294d085e7730de5b4da4c (diff)
Remove todos in decode_der2key.c and decode_ms2key.c
Those TODOs do not really apply to 3.0 as the legacy internal keys will stay. Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/14367)
Diffstat (limited to 'providers/implementations/encode_decode')
-rw-r--r--providers/implementations/encode_decode/decode_der2key.c2
-rw-r--r--providers/implementations/encode_decode/decode_ms2key.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/providers/implementations/encode_decode/decode_der2key.c b/providers/implementations/encode_decode/decode_der2key.c
index fed30bf952..09601fc335 100644
--- a/providers/implementations/encode_decode/decode_der2key.c
+++ b/providers/implementations/encode_decode/decode_der2key.c
@@ -339,7 +339,7 @@ static int der2key_decode(void *vctx, OSSL_CORE_BIO *cin, int selection,
* Tear out the low-level key pointer from the pkey,
* but only if it matches the expected key type.
*
- * TODO: The check should be done with EVP_PKEY_is_a(), but
+ * The check should be done with EVP_PKEY_is_a(), but
* as long as we still have #legacy internal keys, it's safer
* to use the type numbers inside the provider.
*/
diff --git a/providers/implementations/encode_decode/decode_ms2key.c b/providers/implementations/encode_decode/decode_ms2key.c
index 339b347fa0..e1741f4e53 100644
--- a/providers/implementations/encode_decode/decode_ms2key.c
+++ b/providers/implementations/encode_decode/decode_ms2key.c
@@ -148,7 +148,7 @@ static int ms2key_post(struct ms2key_ctx_st *ctx, EVP_PKEY *pkey,
* Tear out the low-level key pointer from the pkey,
* but only if it matches the expected key type.
*
- * TODO(3.0): The check should be done with EVP_PKEY_is_a(), but
+ * The check should be done with EVP_PKEY_is_a(), but
* as long as we still have #legacy internal keys, it's safer to
* use the type numbers in side the provider.
*/