Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/cr-marcstevens/sha1collisiondetection.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-12-09Merge pull request #63 from timgates42/bugfix_typo_embeddedHEADmasterDan Shumow
2020-12-06docs: fix simple typo, embeded -> embeddedTim Gates
2020-01-09Documented SHA-mbles example colliding filescr-marcstevens
2019-05-09Detect endianess on HP-UXMichael Osipov
2019-03-12Shorter version of force aligned access.cr-marcstevens
2019-03-12Add compiler option to force aligned access even for Intel CPUs.cr-marcstevens
2018-08-02Merge pull request #45 from avar/aix-big-endian-detectionDan Shumow
2018-08-01Big Endian Detection: Add a whitelist of always BE OSsÆvar Arnfjörð Bjarmason
2018-02-16sha1c: fix a trivial spelling errorÆvar Arnfjörð Bjarmason
2017-07-01Merge pull request #37 from avar/fixup-pull-request-34Dan Shumow
2017-07-01include <sys/types.h> explicitly if __unix__, to make sure macros visibleSODA Noriyuki
2017-07-01Big Endian Detection: fix breakage on *BSD & newlibSODA Noriyuki
2017-07-01use #elif to make the nesting level of #if-#endif shallowerSODA Noriyuki
2017-06-28Merge pull request #36 from avar/bigend-detect-solaris-againDan Shumow
2017-06-27Big Endian detection: stop special-casing SolarisÆvar Arnfjörð Bjarmason
2017-06-27Rewrite Big Endian detection (again)Ævar Arnfjörð Bjarmason
2017-06-26Correctly detect Big Endian on SolarisÆvar Arnfjörð Bjarmason
2017-05-31Merge pull request #35 from lidl/masterDan Shumow
2017-05-31Fix for operation on sparc processorsKurt Lidl
2017-05-29rewrote Endianness selectioncr-marcstevens
2017-05-20Skip temporary variable for SHA1DC_ALLOW_UNALIGNED_ACCESSÆvar Arnfjörð Bjarmason
2017-05-20Fix misformatted code added in db45d67Ævar Arnfjörð Bjarmason
2017-05-20README: Document the macros you can set to override CPU detectionÆvar Arnfjörð Bjarmason
2017-05-20Allow for defining SHA1DC_FORCE_UNALIGNED_ACCESS externallyÆvar Arnfjörð Bjarmason
2017-05-20Remove trailing spaces in codeÆvar Arnfjörð Bjarmason
2017-05-20.gitignore: ignore lib/.depend/ and other .depend/ directoriesÆvar Arnfjörð Bjarmason
2017-05-20.gitignore: add directories that are generated by the MakefileÆvar Arnfjörð Bjarmason
2017-05-18Amend the lib/ code for easier inclusion in other programsÆvar Arnfjörð Bjarmason
2017-05-18Fix performance regression on processors that allow unaligned memory access. ...Dan Shumow
2017-05-15Fix issues with a big endian platformcr-marcstevens
2017-05-08Merge pull request #28 from andreasstieger/errors_stdinMarc Stevens
2017-05-08support reading from stdinAndreas Stieger
2017-05-08print usage to stderrAndreas Stieger
2017-05-08Print file IO error textsAndreas Stieger
2017-04-10Merge pull request #24 from cr-marcstevens/build/vsMarc Stevens
2017-03-31Turns up warning levels for visual studio build.Dan Shumow
2017-03-30Add visual studio 2015 solution/project files.Dan Shumow
2017-03-27Merge pull request #23 from cr-marcstevens/bigendianstable-v1.0.3Marc Stevens
2017-03-27* Protect against outside definitions of SHA1DC_BIGENDIAN, one can force endi...cr-marcstevens
2017-03-16Merge pull request #20 from cr-marcstevens/feature/performanceMarc Stevens
2017-03-16Makefile: bumped library current version due to changed definition of SHA1_CTXcr-marcstevens
2017-03-16Makefile: rewritten endian correctness testcr-marcstevens
2017-03-16Fixed bigendian compile bugcr-marcstevens
2017-03-16Makefile: check target will throw error when output is incorrectcr-marcstevens
2017-03-16sha1.c: fix line endings, made sha1_process staticcr-marcstevens
2017-03-16Replaces commented out code with conditionally compiled code,Dan Shumow
2017-03-14Fixed Makefile to correctly rebuild when a header file is modifiedcr-marcstevens
2017-03-13Small bug fix for new code when UBC is disabledcr-marcstevens
2017-03-13* Increase lib patch versioncr-marcstevens
2017-03-10Add BIGENDIAN detection logic.Dan Shumow