summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
| | * Use reentrant functions so that code is thread safe.Technion2014-07-30
| | * More paranoid type checks.Technion2014-07-30
| | * Merge pull request #26 from jayesbee/mastertechnion2014-07-30
| | |\
| | | * allow the library to be used in C++ applications.jayesbee2014-07-29
| | |/
| | * Merge pull request #25 from kolbma/mastertechnion2014-07-17
| | |\
| | | * Renamed SHA256 functions to support additional linking with OpenSSLMarkus Kolb2014-07-17
| | |/
| | * Merge pull request #23 from developernotes/mastertechnion2014-07-08
| | |\
| | | * Return actual error code in failure stateNick Parker2014-07-07
| | |/
| | * Fix #22Technion2014-06-20
| | * Fix for #21Technion2014-05-09
| | * Applied sanity check of NTechnion2014-05-09
| | * Integer based scrypt_ilog2Jan Varho2014-05-09
| | * N should be 64 bit, but define a sane maximum.Technion2014-05-09
| | * Don't link crypto_scrypt-hexconvert eitherJan Varho2014-05-09
| | * Remove unexported libscrypt_hexconvert from libscrypt.hJan Varho2014-05-09
| | * Document that libscrypt_check modifies mcfJan Varho2014-05-09
| | * Add const to immutable function argumentsJan Varho2014-05-09
| | * Document v1.19Technion2014-05-06
| | * More whitespaceTechnion2014-05-06
| | * Whitespace fixesTechnion2014-05-06
| | * Paranoid checking - uncovered by CoverityTechnion2014-05-05
| | * Filehandle leak - uncovered by CoverityTechnion2014-05-05
| | * README formattingTechnion2014-05-05
| | * Add details for GPG key and Coverity scan.Technion2014-05-05
| | * hexconvert only exists for the test harness. Library functions all use BASE64...Technion2014-05-04
| | * Merge pull request #19 from jvarho/divide-by-zero-fixtechnion2014-04-30
| | |\
| | | * Check that r and p are not zero before dividing by themJan Varho2014-04-29
| | |/
| | * Define and use SCRYPT_SALT_LEN to 16Technion2014-04-28
| | * Use existing define instead of magic numberTechnion2014-04-28
| | * Following #16, it's now plausible for this function to fail.Technion2014-04-28
| | * More explicit fix for #18 as per splint advice.Technion2014-04-28
| | * Merge pull request #17 from jvarho/return-value-fixtechnion2014-04-28
| | |\
| | | * libscrypt_mcf returns 0 on failure, not -1Jan Varho2014-04-26
| | * | Merge pull request #18 from jvarho/N-bounds-fixtechnion2014-04-28
| | |\ \ | | | |/ | | |/|
| | | * Sanity check N > 1 in libscrypt_scryptJan Varho2014-04-26
| | |/
| | * Implement constant-time comparison.Technion2014-04-15
| | * Remove int -> unsigned int comparisons.Technion2014-04-15
| | * Address splint crash under new codeTechnion2014-04-15
| | * I don't know why I thought this cast was necessaryTechnion2014-04-10
| | * Better use of #defineTechnion2014-04-10
| | * Fixed test hardness bug identified during #16Technion2014-04-10
| | * Merge pull request #16 from Ayrx/fix-saltgentechnion2014-04-10
| | |\
| | | * Fixed error with read()Ayrx2014-04-10
| | | * Changed data_read from int to size_tAyrx2014-04-10
| | | * Removed Windows codeAyrx2014-04-10
| | | * Fixed salt gen to use CSPRNGAyrx2014-04-10
| | |/
| | * Doc update for OSXTechnion2014-03-11
| | * New version descriptionTechnion2014-03-11
| | * Merge pull request #15 from Ayrx/patch-1technion2014-03-10
| | |\
| | | * Update README.mdAyrx2014-03-09
| | |/