summaryrefslogtreecommitdiffstats
path: root/crypto/crmf/crmf_asn.c
diff options
context:
space:
mode:
authorPauli <pauli@openssl.org>2021-05-31 14:29:33 +1000
committerPauli <pauli@openssl.org>2021-06-02 16:30:15 +1000
commite0a7ef0b5148156a64c2b9c4b30f7cef9a0dc6a4 (patch)
treeb764b63d8c984b253f720846222b531624b68d69 /crypto/crmf/crmf_asn.c
parent1486b1fbd356cc0d64e941d3f8ead8e324cd72e0 (diff)
crmf: remove TODOs
Reviewed-by: Tim Hudson <tjh@openssl.org> (Merged from https://github.com/openssl/openssl/pull/15539)
Diffstat (limited to 'crypto/crmf/crmf_asn.c')
-rw-r--r--crypto/crmf/crmf_asn.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/crypto/crmf/crmf_asn.c b/crypto/crmf/crmf_asn.c
index 0f6de3ce8d..4c3a7f7dd2 100644
--- a/crypto/crmf/crmf_asn.c
+++ b/crypto/crmf/crmf_asn.c
@@ -88,10 +88,6 @@ ASN1_CHOICE(OSSL_CRMF_POPOPRIVKEY) = {
ASN1_IMP(OSSL_CRMF_POPOPRIVKEY, value.subsequentMessage, ASN1_INTEGER, 1),
ASN1_IMP(OSSL_CRMF_POPOPRIVKEY, value.dhMAC, ASN1_BIT_STRING, 2),
ASN1_IMP(OSSL_CRMF_POPOPRIVKEY, value.agreeMAC, OSSL_CRMF_PKMACVALUE, 3),
- /*
- * TODO: This is not ASN1_NULL but CMS_ENVELOPEDDATA which should be somehow
- * taken from crypto/cms which exists now - this is not used anywhere so far
- */
ASN1_IMP(OSSL_CRMF_POPOPRIVKEY, value.encryptedKey, ASN1_NULL, 4),
} ASN1_CHOICE_END(OSSL_CRMF_POPOPRIVKEY)
IMPLEMENT_ASN1_FUNCTIONS(OSSL_CRMF_POPOPRIVKEY)