-
-
Notifications
You must be signed in to change notification settings - Fork 1
OSSL_LIB_CTX_freeze: Freeze multiple propq inputs #1886
Copy link
Copy link
Open
Description
@paulidale has suggested:
I'd abrogate this decision to the calling application and allow multiple propq inputs. An application could then freeze "fips='yes'", "?fips='yes'" and "fips='no'". This is a case which I think would be used. Certainly, the cases of "fips='yes'" and "?fips='yes'" will be widely used if available. Multiple query strings can be resolved either using a hash table or a TRIE (which is generally faster).
It should be up to the user what propq wishes to freeze for the given context.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
Pre-Refinement