summaryrefslogtreecommitdiff
path: root/src/mongo/crypto
Commit message (Expand)AuthorAgeFilesLines
* SERVER-75683 Return error if encryptedFields contains eccCollectionShreyas Kalyan2023-05-123-6/+10
* SERVER-76188 Integrate cleanup implementation with unsharded command invocationErwin Pe2023-05-043-4/+51
* SERVER-62922: Add explicit bounds checks for OpenSSL EVP outputs; linux-only ...W. Brad Moore2023-04-292-0/+121
* SERVER-68373 Remove Pre-6.1 and Pre-7.0 compatible QE compact coordinatorsErwin Pe2023-04-282-9/+0
* SERVER-68151 Add a required feature flag IDL parameter of shouldBeFCVGatedHuayu Ouyang2023-04-271-0/+2
* SERVER-65267 Remove Feature Flag for PM-2719Shreyas Kalyan2023-04-271-5/+0
* SERVER-75615 Improve contention factor test coverage for QEShreyas Kalyan2023-04-262-11/+25
* SERVER-72949 Add PrimaryOnlyService for cleanupStructuredEncryptionDataShreyas Kalyan2023-04-263-8/+26
* SERVER-72867 eol-terminate all nonempty text filesBilly Donahue2023-04-262-2/+2
* Revert "SERVER-62922: Add explicit bounds checks for OpenSSL EVP outputs"auto-revert-processor2023-04-262-119/+0
* SERVER-62922: Add explicit bounds checks for OpenSSL EVP outputsW. Brad Moore2023-04-262-0/+119
* SERVER-72950 Implement the Queryable Encryption cleanup algorithmErwin Pe2023-04-194-50/+157
* SERVER-75847 Optimize includes in IDL generated filesMark Benvenuto2023-04-191-0/+2
* SERVER-72937 Create the QE cleanupStructuredEncryptionData command skeleton f...Shreyas Kalyan2023-04-171-0/+6
* SERVER-75171 Use the GetQueryableEncryptionCountInfo command in compactionShreyas Kalyan2023-04-104-2/+83
* Revert "SERVER-75171 Use the GetQueryableEncryptionCountInfo command in compa...auto-revert-processor2023-04-084-83/+2
* SERVER-75121 Remove JWKS URI from OIDC configurationSpencer Jackson2023-04-0710-73/+331
* SERVER-75171 Use the GetQueryableEncryptionCountInfo command in compactionShreyas Kalyan2023-04-074-2/+83
* SERVER-75734 Create default contention factor to 8 for QEMark Benvenuto2023-04-061-1/+1
* SERVER-74587 Remove deleteTokens from EncryptionInformation IDLErwin Pe2023-04-061-5/+0
* SERVER-73303 Remove Queryable Encryption v1 CodeShreyas Kalyan2023-04-0510-2455/+144
* SERVER-75617 Make fallthroughs explicit using the new attributeMatt Kneiser2023-04-041-1/+1
* SERVER-69563 Enable feature flag for queryable encryption protocol version 2Erwin Pe2023-04-032-146/+12
* SERVER-75020 Fix fle coverity defectsShreyas Kalyan2023-03-282-2/+2
* SERVER-72936 Implement v2 changes to Queryable Encryption CompactErwin Pe2023-03-271-2/+4
* SERVER-72936 Implement v2 changes to Queryable Encryption CompactErwin Pe2023-03-247-12/+50
* SERVER-74066 Remove checks that require the eccCollection namespace in Encryp...Shreyas Kalyan2023-03-234-86/+78
* SERVER-74797 Create feature flag for cleanupStructuredEncryptionDataShreyas Kalyan2023-03-161-0/+4
* SERVER-74151 Create a new reads tags command for QE tagsMark Benvenuto2023-03-152-11/+11
* SERVER-73995 Implement v2 changes to Queryable Encryption finds using collSca...Shreyas Kalyan2023-03-154-8/+66
* SERVER-74557 Create benchmark for AES and SHA-256Mark Benvenuto2023-03-144-67/+218
* SERVER-74704 Create v2 of ECOCCompactionDocumentErwin Pe2023-03-103-3/+56
* SERVER-72932 Implement v2 changes to Queryable Encryption UpdatesErwin Pe2023-03-033-35/+457
* SERVER-73495 Allow JWKS refresh to invalidate keys even on failureAdrian Gonzalez2023-03-023-13/+20
* SERVER-74150 Create batch interface for reading tags for QE V2Mark Benvenuto2023-03-024-13/+196
* SERVER-74069 Validate QE state collections match naming rules in validateEncr...Adrian Gonzalez2023-03-012-3/+21
* SERVER-74139 Create v2 of FLE2UnindexedEncryptedValueErwin Pe2023-02-285-38/+161
* SERVER-72931 Implement v2 changes to Queryable Encryption deletesErwin Pe2023-02-241-0/+2
* SERVER-74052 Switch QE to CBC for user dataErwin Pe2023-02-246-155/+318
* SERVER-74182 fix fle_tags.cpp linking failure on ubsanMark Benvenuto2023-02-212-0/+26
* SERVER-73892 Disallow includes to start with third_partyDaniel Moody2023-02-182-2/+2
* SERVER-72926 Implement v2 changes to Queryable Encryption findsErwin Pe2023-02-165-35/+302
* SERVER-56031 Architecture guide for JWT cryptoSara Golemon2023-02-142-0/+187
* SERVER-72919 Implement v2 changes to QE insertsErwin Pe2023-02-142-26/+580
* SERVER-73165 Improve JWKManager's just in-time refreshAdrian Gonzalez2023-02-143-21/+41
* SERVER-73643 Change query tags interface to FLEQueryInterfaceMark Benvenuto2023-02-132-4/+22
* SERVER-72873 add header brackets tidy check.Daniel Moody2023-02-121-1/+1
* SERVER-72197 Run clang-format 12.0.1 on the codebaseclang-format 12.0.12023-02-111-13/+13
* SERVER-73598 Extend FLEQueryInterface to test if a document exists by idMark Benvenuto2023-02-102-12/+19
* SERVER-73729 Fix unit test compilation on WindowsErwin Pe2023-02-091-3/+3