[MONGOCRYPT-112] Create pluggable encryption layer Created: 07/Jun/19 Updated: 28/Oct/23 Resolved: 16/Jul/19 |
|
| Status: | Closed |
| Project: | Libmongocrypt |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Task | Priority: | Major - P3 |
| Reporter: | Mark Benvenuto | Assignee: | Kevin Albertson |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Issue Links: |
|
||||||||||||||||||||||||
| Epic Link: | Build libmongocrypt library | ||||||||||||||||||||||||
| Description |
|
Currently, libmongocrypt supports one of three encryption providers at runtime which is determined at compile time. For certain languages like Java and C# on Linux, we need to ship a binary but this binary cannot depend on the system OpenSSL. To support encryption that is robust but available across a wide range of Linux distros for Java/C#, we would add a fourth encryption type, pluggable. Pluggable would implement the API in src\mongocrypt-crypto-private.h via callbacks. These callbacks would be set via a new function named 'mongocrypt_setopt_crypto'. |
| Comments |
| Comment by Githook User [ 16/Jul/19 ] |
|
Author: {'name': 'Kevin Albertson', 'username': 'kevinAlbs', 'email': 'kevin.albertson@mongodb.com'}Message: |