summaryrefslogtreecommitdiff
path: root/src/mongo/crypto
Commit message (Expand)AuthorAgeFilesLines
* SERVER-70307 Add MatchExpression validation pass for range payloadsDavis Haupt2022-11-041-1/+1
* SERVER-70302 Properly serialize stub range placeholdersDavis Haupt2022-10-313-8/+27
* SERVER-69671 FLE2 range float precision: update createCollection to enforce p...Shreyas Kalyan2022-10-285-15/+51
* SERVER-70590 Coverity analysis defect 133991: Uninitialized scalar fieldShreyas Kalyan2022-10-261-2/+2
* SERVER-70305 support encrypted range payloads under gt/lt expressionsDavis Haupt2022-10-244-26/+55
* SERVER-70182 move encrypted field config validation to IDLDavis Haupt2022-10-198-52/+357
* SERVER-70593 Split fle_crypto.hMark Benvenuto2022-10-194-219/+318
* SERVER-70300 Update range encrypted find payload to work with / operatorsShreyas Kalyan2022-10-135-29/+133
* SERVER-70359 handle negative zero for doubleKevin Albertson2022-10-132-0/+8
* SERVER-67627 Runtime predicate evaluation for internalFleBetweenDavis Haupt2022-10-072-37/+45
* SERVER-70066 fixed range for floating point numbersSergey Galtsev2022-10-042-4/+18
* Revert "SERVER-70066 fixed range for floating point numbers"Uladzimir Makouski2022-10-042-18/+4
* SERVER-70066 fixed range for floating point numbersSergey Galtsev2022-10-032-4/+18
* SERVER-67206 Generate tags from a FLE2 Range PayloadDavis Haupt2022-09-281-5/+0
* Revert "SERVER-67206 Generate tags from a FLE2 Range Payload"Uladzimir Makouski2022-09-281-0/+5
* SERVER-67206 Generate tags from a FLE2 Range PayloadDavis Haupt2022-09-271-5/+0
* SERVER-69113 Refactor server-side rewrite to enable easy addition of new encr...Davis Haupt2022-09-222-9/+9
* SERVER-69871 Move feature_flag unit into server_baseSara Golemon2022-09-221-1/+1
* SERVER-69757 Complete TODOSergey Galtsev2022-09-202-4/+6
* SERVER-69581 add performance-for-range-copy check to clang-tidyTrevor Guidry2022-09-201-1/+1
* SERVER-69013 attach mincover algorithms to external interfaceDavis Haupt2022-09-169-130/+1281
* SERVER-68542 Add support for numerical encoding for Decimal128Mark Benvenuto2022-09-156-8/+17316
* SERVER-67756 FLE2 Range Query: implement findAndModifyShreyas Kalyan2022-09-141-5/+16
* SERVER-69123 Separate out the test vectors from fle_crypto_test.cppMark Benvenuto2022-09-123-156/+220
* SERVER-67757 FLE2 Range Query: implement deleteShreyas Kalyan2022-09-091-1/+2
* SERVER-67755 fle2 range - implement insertSergey Galtsev2022-09-076-73/+139
* SERVER-67879 Check encrypted BSON value's structural consistencyYuhong Zhang2022-09-012-0/+20
* SERVER-69285 Add useful description for ecocDocument struct in src/mongo/cryp...Warren James2022-09-011-1/+1
* SERVER-68826 Move basic_types into server_baseKaloian Manassiev2022-08-267-7/+7
* SERVER-68959 FLE2 Range Query: adjust double numeric conversionMark Benvenuto2022-08-254-509/+2752
* Revert "SERVER-67552: Creates a generic RsaPublicKey class that serves as a w...Varun Ravichandran2022-08-234-192/+0
* Revert "SERVER-67660 Add JWKManager"Varun Ravichandran2022-08-238-354/+17
* Revert "SERVER-67551: Asymmetric Key class"Varun Ravichandran2022-08-237-532/+0
* SERVER-69057 reduce and optimize mincover test vectorssergey.galtsev2022-08-233-27129/+4117
* SERVER-68600 implement minCover algorithmr6.2.0-alphasergey.galtsev2022-08-235-2/+27352
* Revert "SERVER-68600 implement minCover algorithm"Alexander Neben2022-08-225-27352/+2
* SERVER-68600 implement minCover algorithmsergey.galtsev2022-08-215-2/+27352
* SERVER-68695 Convert FLE2EncryptionPlaceholder to FLE2FindRangePayloadMark Benvenuto2022-08-174-31/+198
* SERVER-67751 implement Edges algorithmsergey.galtsev2022-08-176-0/+23118
* SERVER-68848 explicit IDLParserContext unary ctorBilly Donahue2022-08-161-1/+1
* SERVER-67629 encryptedBetween agg operatorjoshua2022-08-162-0/+72
* SERVER-67753 Modify FLE2InsertUpdatePayload to support edgesMark Benvenuto2022-08-165-38/+386
* SERVER-67754 Implement kFLE2RangeIndexedValue structureMark Benvenuto2022-08-154-33/+520
* SERVER-67551: Asymmetric Key classAdhishree Abhyankar2022-08-117-0/+532
* SERVER-67660 Add JWKManagerSara Golemon2022-08-118-17/+354
* SERVER-68645 Revert change to contention in Encrypted FieldsMark Benvenuto2022-08-091-1/+1
* SERVER-67750 Implement number conversion algorithmMark Benvenuto2022-08-093-1/+422
* SERVER-68579: Fix the compilation warningKonstantin Trushin2022-08-081-1/+1
* SERVER-68325 add sparsity to encrypted range placeholderDavis Haupt2022-08-082-0/+13
* SERVER-67752 Add range support to create collectionMark Benvenuto2022-08-053-5/+49