summaryrefslogtreecommitdiff
path: root/firmware/lib/cryptolib
Commit message (Expand)AuthorAgeFilesLines
* Massive refactoring of external header files.Bill Richardson2013-04-027-0/+14
* Get rid of some crufty macros.Gabe Black2013-03-193-15/+15
* Use a separate knob for SHA512 unrollingSimon Glass2012-12-261-46/+44
* Hash-based EC verification needs only a tiny bit of padding.c infoRandall Spangler2012-08-071-20/+9
* cryptolib: put constant arrays in rodata segmentVincent Palatin2012-08-064-10/+10
* security: Avoid integer wrap on 32-bit platformsBill Richardson2012-07-311-2/+4
* cryptolib: rename SHA* function to avoid openssl collisionfirmware-link-2348.BKees Cook2012-05-225-19/+19
* Use CHROMEOS_EC macro to cut down compiled size.release-R20-2268.Bfactory-2268.16.BBill Richardson2012-05-092-0/+46
* Separate SHA256 and SHA512 into separate filesBill Richardson2012-05-092-286/+340
* Add tests for rsa_utility.cRandall Spangler2011-09-011-6/+8
* Port vboot_reference to use new wrapper API utility functionsRandall Spangler2011-07-084-33/+37
* Revert "Verified boot wrapper - replace utility functions"Randall Spangler2011-07-014-37/+33
* Verified boot wrapper - replace utility functionsRandall Spangler2011-07-014-33/+37
* Revert "Verified boot wrapper - replace utility functions"mukesh agrawal2011-06-274-37/+33
* Verified boot wrapper - replace utility functionsRandall Spangler2011-06-274-33/+37
* Make SHA256 and SHA512 handle >UINT32_MAX data correctly (now with fix for AR...Gaurav Shah2011-04-042-22/+50
* Revert "Make SHA256_update and SHA512_update if the passed in length is great...David James2011-03-292-50/+22
* Make SHA256_update and SHA512_update if the passed in length is greater than ...Gaurav Shah2011-03-292-22/+50
* Use uint64_t and avoid down casting as much as possible.Gaurav Shah2011-03-252-9/+9
* Use SafeMemcmp() in RSAVerify() just to be safe.Gaurav Shah2010-08-301-17/+12
* Add explicit typecasts so it compiles using MSVC.Randall Spangler2010-08-191-3/+3
* Add additional sanity checks to RSA verification code.Gaurav Shah2010-08-173-18/+38
* RSAVerify() - fail on malloc() failure.Gaurav Shah2010-08-161-2/+2
* Add VBDEBUG macro for debug output.Randall Spangler2010-06-231-7/+5
* More cleanup of MSVC errorsRandall Spangler2010-06-211-1/+1
* Fixes to compiler warnings in MSVCRandall Spangler2010-06-215-39/+41
* Remove unused files, and tidy the directory structure of the remaining ones.Randall Spangler2010-06-1711-0/+1842