summaryrefslogtreecommitdiff
path: root/core/fdrm
AgeCommit message (Expand)Author
2018-10-15Split pdfium_unittests sources.Lei Zhang
2018-10-12Split core/fxcrt build rules into core/fxcrt/BUILD.gn.Lei Zhang
2018-10-12Split most core build rules into various BUILD.gn files in core.Lei Zhang
2018-10-12Move core/fdrm/crypto/* to core/fdrm/.Lei Zhang
2018-10-03Remove some impossible null checks from fx_crypt_sha.cppTom Sepez
2018-10-03Remove blocklen argument from CRYPT_AESSetKey()Tom Sepez
2018-01-11Add jumbo build support for fdrm, fpdfdoc and fxcrt.Lei Zhang
2017-10-02Removing unused definesDan Sinclair
2017-08-31Remove fx_basic.hDan Sinclair
2017-05-22Fix crypto calculation regression due to typoWei Li
2017-05-06Remove type-unsafe void* / uint8_t* usage in fx_crypt.hTom Sepez
2017-05-03Clean up CRYPT_ArcFourCrypt().Lei Zhang
2017-05-03Add a unit test for CRYPT_ArcFourSetup().Lei Zhang
2017-05-02CRYPT_ArcFourSetup: don't use key[0] when length is 0Tom Sepez
2017-05-02Change BarcodeTest to render to bitmaps.Lei Zhang
2017-04-04Use some uint64_t constants in fx_crypt_sha.cpp.Lei Zhang
2017-04-04Remove unneeded void* casts.Lei Zhang
2017-04-04Drop C linkage in fx_crypt code.Lei Zhang
2017-04-03Drop FXSYS_ from mem methodsDan Sinclair
2017-03-15Cleanup nits from prior CLsDan Sinclair
2017-03-14Replace FX_CHAR and FX_WCHAR with underlying types.Dan Sinclair
2016-12-16Better tests for password protected documents.chromium/2954tsepez
2016-11-21Remove some void* usage in fx_crypt.cpptsepez
2016-11-21Remove unused CRYPT_SetPubKeyDecryptor()tsepez
2016-11-21Add unit test for fdrm's MD5tsepez
2016-11-02Remove FX_BOOL from coretsepez
2016-09-29Move core/fxcrt/include to core/fxcrtdsinclair
2016-09-29Move core/fdrm/crypto/include to core/fdrm/cryptodsinclair
2016-06-07Get rid of NULLs in core/thestig
2016-04-27Standardize on ASSERT.dsinclair
2016-04-06Rename FX_SAFE_DWORD to FX_SAFE_UINT32dsinclair
2016-03-25Remove FX_DWORD from core/ and delete definitionchromium/2695chromium/2694chromium/2693chromium/2692tsepez
2016-03-23Move core/include/fxcrt to core/fxcrt/include.Dan Sinclair
2016-03-14Move fx_crypto.h and fpdf_text.h out of core/include.Dan Sinclair
2016-03-14Move core/src/ up to core/.Dan Sinclair