summaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Expand)AuthorAge
* Fix quilt stuff for real.Tristan Seligmann2015-08-07
* Memory sanitize is still beta - remove it.Technion2015-07-09
* ASAN test framework. No bugs found when running it.Technion2014-12-05
* b64.o isn't needed to be listed independantly in MakefileTechnion2014-12-05
* Use install_name_tool to name the installed dylib.Glyph2014-11-28
* Use reentrant functions so that code is thread safe.Technion2014-07-30
* Don't link crypto_scrypt-hexconvert eitherJan Varho2014-05-09
* hexconvert only exists for the test harness. Library functions all use BASE64...Technion2014-05-04
* Implement constant-time comparison.Technion2014-04-15
* Address splint crash under new codeTechnion2014-04-15
* Fix for Ubuntuism, issue #14Technion2014-03-06
* Another attempt at OSX dynamic librariesTechnion2014-03-01
* Revert "Make soname user defined."Technion2014-03-01
* Make soname user defined.Technion2014-03-01
* Fixed make install. Fixes #10Alex Gaynor2014-02-26
* Fix for issue #8.Technion2014-02-19
* Patch from acv for OSX compat.Technion2014-02-19
* Allow overriding variableskoobs2014-02-12
* Revert "Streamline "make test""Technion2014-02-11
* Streamline "make test"Technion2014-02-11
* Do not export b64 functions.Technion2014-01-23
* New base64 library.Technion2014-01-19
* More portable endian tests.Technion2013-09-25
* Merge branch 'master' of https://github.com/technion/libscryptTechnion2013-08-15
|\
| * Preserve the timestamp.Christopher Meng2013-08-03
* | Changed default LDFLAGSTechnion2013-08-15
|/
* Change where mathlib linksTechnion2013-08-02
* Allowed for LDFLAGS to be setTechnion2013-08-02
* Fixed permissions on install commandTechnion2013-08-02
* No longer bundle .aTechnion2013-08-02
* Improved Makefile - assists with packagingTechnion2013-08-02
* Patch from Micah to provide a more generic Makefile.Technion2013-07-21
* Added a make install target.root2013-06-29
* Clean up .a file on make cleanTechnion2013-06-12
* Static library placed back inTechnion2013-06-11
* Additional error checks and balancesTechnion2013-06-11
* Aggressive testing with splint, many integer comparisons improved, better err...Technion2013-06-11
* Better input checking in mcf format, handle overflowsTechnion2013-06-10
* Better soname, CC is variableTechnion2013-06-10
* -fpic -> -fPICTechnion2013-06-10
* Created version file, explicitly list exportsTechnion2013-06-06
* Moved to a proper shared library model.Technion2013-06-06
* Implemented secure compile flags.Technion2013-06-04
* Implemented log2() in order to avoid GNU99 extensions. Increased portability.Technion2013-06-03
* Created the easy hash functionTechnion2013-06-01
* Created a function for testing hashesTechnion2013-05-31
* Added a salt generatorTechnion2013-05-31
* * Imported base64 libraryTechnion2013-05-31
* Implementation of first proper test vectorTechnion2013-05-30
* Initial commit.Technion2013-05-30