mirror of
https://github.com/openssl/openssl.git
synced 2024-11-27 05:21:51 +08:00
store: remove TODOs
Reviewed-by: Tim Hudson <tjh@openssl.org> (Merged from https://github.com/openssl/openssl/pull/15539)
This commit is contained in:
parent
e73a08b400
commit
c6472fec64
@ -54,7 +54,7 @@ struct ossl_store_search_st {
|
||||
* Used by OSSL_STORE_SEARCH_BY_NAME and
|
||||
* OSSL_STORE_SEARCH_BY_ISSUER_SERIAL
|
||||
*/
|
||||
X509_NAME *name; /* TODO constify this; leads to API incompatibility */
|
||||
X509_NAME *name;
|
||||
|
||||
/* Used by OSSL_STORE_SEARCH_BY_ISSUER_SERIAL */
|
||||
const ASN1_INTEGER *serial;
|
||||
|
@ -399,8 +399,6 @@ static int try_key(struct extracted_param_data_st *data, OSSL_STORE_INFO **v,
|
||||
* engine provided legacy key.
|
||||
* This is the same as der2key_decode() does, but in a limited
|
||||
* way and within the walls of libcrypto.
|
||||
*
|
||||
* TODO Remove this when #legacy keys are gone
|
||||
*/
|
||||
if (pk == NULL)
|
||||
pk = try_key_value_legacy(data, &store_info_new, ctx,
|
||||
|
Loading…
Reference in New Issue
Block a user