summaryrefslogtreecommitdiff
path: root/src/mongo/crypto
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-73729 Split decryptAndParse functions of FLE2Indexed(Equality/Range)En...Erwin Pe2023-02-094-84/+270
* SERVER-73410 Add validation of new QE v2 payload types in bson_validate.cppShreyas Kalyan2023-02-081-1/+5
* SERVER-73112 Expose function to construct NamespaceString in unit testsjannaerin2023-02-081-7/+7
* SERVER-73190 Add a second serverParameter to guard test only server status me...Mark Benvenuto2023-02-075-2/+103
* SERVER-73634 Merge the `server_options_core` library into `server_base`Kaloian Manassiev2023-02-061-2/+1
* SERVER-72915 Implement v2 of EmuBinary algorithmErwin Pe2023-02-033-1/+506
* SERVER-72909 Create FLE2IndexedRangeEncryptedValueV2 class and implement pars...Shreyas Kalyan2023-02-033-7/+414
* SERVER-73354 Decommission the `catalog/collection` libraryKaloian Manassiev2023-01-301-5/+4
* SERVER-72908 Create FLE2IndexedEqualityEncryptedValueV2 class and implement p...Erwin Pe2023-01-303-0/+517
* SERVER-72913 Implement generate/decrypt functions for new ESC document formatsErwin Pe2023-01-243-0/+157
* SERVER-71195: Refresh JWKSets periodically and add key management commandsVarun Ravichandran2023-01-235-76/+120
* SERVER-72935 switch c stdlib headers to cpp compat stdlib headersDaniel Moody2023-01-202-2/+1
* SERVER-72906 Create client-side payload types for QE version 2Erwin Pe2023-01-201-2/+150
* SERVER-69562 Create feature flag for PM-2972Erwin Pe2023-01-201-4/+8
* SERVER-72905 Create new v2 token types and implement token derivationErwin Pe2023-01-194-9/+96
* SERVER-72699 Use 'nbf' instead of 'iat' for start validity checkingSara Golemon2023-01-162-15/+21
* SERVER-72640 Accept RS384 and RS512 signatures for JWS payloadsSara Golemon2023-01-101-5/+21
* SERVER-72621 truncate v_prime2Kevin Albertson2023-01-092-0/+11
* SERVER-70702 Add context to key load failuresSara Golemon2023-01-051-12/+18
* SERVER-72242 Add test only serverStatus metrics to EmuBinarySpencer Jackson2023-01-036-0/+428
* SERVER-70955 Define OIDC protocol and add infra for featureSara Golemon2022-12-312-0/+14
* SERVER-71878: Remove TODOs for JWS validator stubsVarun Ravichandran2022-12-303-3/+0
* SERVER-72376: Move const_cast to EVP_DigestVerifyFinal callsite instead of po...Varun Ravichandran2022-12-291-8/+4