aboutsummaryrefslogtreecommitdiff
path: root/test/algorithmid_test.c
diff options
context:
space:
mode:
authorPauli <pauli@openssl.org>2021-05-31 14:27:31 +1000
committerPauli <pauli@openssl.org>2021-06-02 16:30:15 +1000
commitfd009d763a931c4cd01f5181a2b0801d205f782a (patch)
tree1a43eeda9efa766bba6b983737b84844ee77fbe8 /test/algorithmid_test.c
parentfb6ad22e36a1ade653f4b6881ddeee128e8b5001 (diff)
downloadopenssl-fd009d763a931c4cd01f5181a2b0801d205f782a.zip
openssl-fd009d763a931c4cd01f5181a2b0801d205f782a.tar.gz
openssl-fd009d763a931c4cd01f5181a2b0801d205f782a.tar.bz2
test: remove TODOs
Reviewed-by: Tim Hudson <tjh@openssl.org> (Merged from https://github.com/openssl/openssl/pull/15539)
Diffstat (limited to 'test/algorithmid_test.c')
-rw-r--r--test/algorithmid_test.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/test/algorithmid_test.c b/test/algorithmid_test.c
index b484315..ce5fbff 100644
--- a/test/algorithmid_test.c
+++ b/test/algorithmid_test.c
@@ -107,16 +107,6 @@ static int test_x509_spki_aid(X509 *cert, const char *filename)
return test_spki_aid(pubkey, filename);
}
-/*
- * TODO
- * When we gain the ability to get an EVP_SIGNATURE with a complete signature
- * algorithm name (like "sha1WithRSAEncryption" or its corresponding OID in
- * text form, "1.2.840.113549.1.1.2"), we won't have to limit this test to
- * what we have in libcrypto's cross-reference db, i.e. won't have to call
- * OBJ_find_sigid_algs() to find out the EVP_PKEY_METHOD NID any more.
- * All we'd have to do is used OBJ_obj2txt() on an ASN1_OBJECT and pass the
- * result.
- */
static int test_x509_sig_aid(X509 *eecert, const char *ee_filename,
X509 *cacert, const char *ca_filename)
{