File tree
4 files changed
+6
-6
lines changed- src
4 files changed
+6
-6
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
265 | 265 |
| |
266 | 266 |
| |
267 | 267 |
| |
268 |
| - | |
| 268 | + | |
269 | 269 |
| |
270 | 270 |
| |
271 | 271 |
| |
272 | 272 |
| |
273 | 273 |
| |
274 | 274 |
| |
275 | 275 |
| |
276 |
| - | |
| 276 | + | |
277 | 277 |
| |
278 | 278 |
| |
279 | 279 |
| |
| |||
425 | 425 |
| |
426 | 426 |
| |
427 | 427 |
| |
428 |
| - | |
| 428 | + | |
429 | 429 |
| |
430 | 430 |
| |
431 | 431 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
280 | 280 |
| |
281 | 281 |
| |
282 | 282 |
| |
283 |
| - | |
| 283 | + | |
284 | 284 |
| |
285 | 285 |
| |
286 | 286 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
| 1 | + |
Submodule libmongocrypt updated 94 files
- .evergreen/config.yml+44-16
- .evergreen/earthly.sh+1-8
- .evergreen/ensure-cmake.sh+1-1
- .github/dependabot.yml-4
- .github/workflows/codeql-actions.yml+2-2
- .github/workflows/codeql-python.yml+2-2
- .github/workflows/dist-python.yml+1-1
- .github/workflows/test-python.yml+2-2
- .github/workflows/zizmor.yml+1-13
- CHANGELOG.md+27
- CMakeLists.txt+19-17
- CODEOWNERS+3
- Earthfile+8-3
- README.md+12-8
- bindings/python/.evergreen/test.sh+10-5
- bindings/python/.evergreen/utils.sh+15-21
- bindings/python/CHANGELOG.rst+16
- bindings/python/pymongocrypt/version.py+1-1
- bindings/python/pyproject.toml+3-3
- bindings/python/requirements.txt+1-1
- bindings/python/sbom.json+8-8
- bindings/python/scripts/libmongocrypt-version.txt+1-1
- bindings/python/test/performance/perf_test.py+1-2
- etc/cyclonedx.sbom.json+2-2
- src/mc-dec128.h+3-3
- src/mc-dec128.test.cpp+1-1
- src/mc-efc.c+1-1
- src/mc-fle2-payload-iev-v2.c+7-5
- src/mc-fle2-rfds.c+2-2
- src/mc-mlib/check.hpp
- src/mc-mlib/endian.h
- src/mc-mlib/error.h
- src/mc-mlib/int128.h
- src/mc-mlib/int128.test.c
- src/mc-mlib/int128.test.cpp
- src/mc-mlib/macros.h
- src/mc-mlib/path.h
- src/mc-mlib/path.test.c
- src/mc-mlib/str.h
- src/mc-mlib/str.test.c
- src/mc-mlib/thread.h
- src/mc-mlib/user-check.h
- src/mc-mlib/windows-lean.h+1-1
- src/mc-optional-private.h+1-1
- src/mc-range-edge-generation-private.h+1-1
- src/mc-range-encoding-private.h+1-1
- src/mc-text-search-str-encode-private.h+2
- src/mc-text-search-str-encode.c+19-11
- src/mc-textopts-private.h+86
- src/mc-textopts.c+385
- src/mongocrypt-ctx-encrypt.c+112-18
- src/mongocrypt-ctx-private.h+11-9
- src/mongocrypt-ctx.c+49
- src/mongocrypt-dll-private.h+2-2
- src/mongocrypt-marking.c+54-21
- src/mongocrypt-opts-private.h+1-1
- src/mongocrypt-private.h+9-1
- src/mongocrypt-util-private.h+1-1
- src/mongocrypt-util.c+1-1
- src/mongocrypt.c+3-3
- src/mongocrypt.h+30
- src/os_win/os_dll.c+3-3
- test/data/cleanup/success/encrypted-payload.json
- test/data/cleanup/text-search/cmd.json+1
- test/data/cleanup/text-search/collinfo.json+100
- test/data/cleanup/text-search/encrypted-field-config-map.json+97
- test/data/cleanup/text-search/encrypted-payload.json+51
- test/data/compact/anchor-pad/encrypted-payload.json+101-27
- test/data/compact/success/encrypted-payload.json
- test/data/compact/text-search/cmd.json+1
- test/data/compact/text-search/collinfo.json+100
- test/data/compact/text-search/encrypted-field-config-map.json+97
- test/data/compact/text-search/encrypted-payload.json+60-8
- test/data/fle2-explicit/find-prefix.json+8
- test/data/fle2-explicit/find-substring.json+8
- test/data/fle2-explicit/find-suffix.json+8
- test/data/fle2-explicit/insert-casef-diacf.json+8
- test/data/fle2-explicit/insert-prefix-suffix.json+8
- test/data/fle2-explicit/insert-prefix.json+8
- test/data/fle2-explicit/insert-substring.json+8
- test/data/fle2-explicit/insert-suffix.json+8
- test/data/fle2-insert-text-search/RNG_DATA.h+70
- test/test-mc-fle2-payload-iev-v2.c+23
- test/test-mc-text-search-str-encode.c+8
- test/test-mc-textopts.c+319
- test/test-mongocrypt-assert-match-bson.c+1-1
- test/test-mongocrypt-cleanup.c+66-49
- test/test-mongocrypt-compact.c+11-9
- test/test-mongocrypt-ctx-encrypt.c+181
- test/test-mongocrypt-ctx-setopt.c+104-1
- test/test-mongocrypt-dll.c+1-1
- test/test-mongocrypt-marking.c+35-15
- test/test-mongocrypt.c+1
- test/test-mongocrypt.h+2
0 commit comments