-
Type: Task
-
Resolution: Unresolved
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
Server Security
-
Security 2024-11-11, Security 2024-11-25
Replace IDL FLE2InsertUpdatePayload with new class of same name that is backed by mc_FLE2InsertUpdatePayload_t via composition. New class will be strongly typed (i.e. return tokens, not ConstDataRange). It can use existing generated IDL code to bootstrap (the IDL header has all the declarations for getters/setters that are needed).
For instance, the new class can have a method
EDCDerivedFromDataToken getEdcDerivedToken()
instead of the original IDL method
ConstDataRange getEdcDerivedToken()
- depends on
-
SERVER-96031 Define IDL types for FLEToken types and split into separate unit
- Closed
-
SERVER-96163 Use specific types in fle_field_schema.idl
- Closed
-
SERVER-96236 Update libmongocrypt to latest release
- Closed
- is duplicated by
-
SERVER-95892 Replace FLE2InsertUpdatePayload IDL struct with wrapper around mc_FLE2InsertUpdatePayload_t
- Closed