index
:
platform/upstream/libxcrypt
accepted/tizen_base
accepted/tizen_base_toolchain
master
sandbox/dkson95/packaging
tizen_base
tizen_base_dev
upstream
Unnamed repository; edit this file 'description' to name the repository.
Replication User from Gerrit
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test-gensalt.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-11-10
Make bcrypt variants independently configurable.
Zack Weinberg
1
-9
/
+20
2018-11-10
Remove sha256crypt from the list of expected default prefixes.
Björn Esser
1
-2
/
+0
2018-11-10
Reduce the number of methods that can be the default for new hashes.
Zack Weinberg
1
-4
/
+0
2018-11-09
Provide a default hash as long as some strong hash is enabled.
Zack Weinberg
1
-5
/
+40
2018-10-31
Replace AC_C_BIGENDIAN with a new, fat-binary friendly macro.
Zack Weinberg
1
-1
/
+0
2018-10-30
test-gensalt.c: Fix typo.
Björn Esser
1
-1
/
+1
2018-10-30
Add generic test if crypt is accepting gensalt and crypt outputs
Vitaly Chikunov
1
-1
/
+31
2018-10-30
Fix gensalt for bigcrypt if descrypt hash method is not selected.
Björn Esser
1
-2
/
+15
2018-10-29
Rename all hash methods to match naming in John the Ripper.
Björn Esser
1
-14
/
+14
2018-10-28
Add gost-yescrypt backend and tests.
Björn Esser
1
-0
/
+28
2018-10-21
Include crypt.h from crypt-port.h.
Björn Esser
1
-1
/
+0
2018-09-08
Change default hashing method to yescrypt.
Björn Esser
1
-4
/
+4
2018-09-08
crypt-port.h: Change XCRYPT_STRCPY_OR_ABORT to be a function.
Björn Esser
1
-1
/
+0
2018-09-08
Add tests for scrypt.
Björn Esser
1
-0
/
+28
2018-09-07
test-gensalt.c: Use XCRYPT_STRCPY_OR_ABORT instead of strncpy().
Björn Esser
1
-1
/
+1
2018-09-07
test-gensalt.c: Add tests for yescrypt with min and max cost parameter.
Björn Esser
1
-1
/
+17
2018-09-07
Fix formatting and indentation.
Björn Esser
1
-1
/
+2
2018-08-24
Add yescrypt backend and tests
Vitaly Chikunov
1
-0
/
+11
2018-08-21
Improved handling of out-of-range cost parameters in gensalt.
Zack Weinberg
1
-30
/
+126
2018-07-13
Fix several test failures on x86-64 with -m32.
Zack Weinberg
1
-1
/
+1
2018-07-11
Add more tests based on gaps in line coverage.
Zack Weinberg
1
-15
/
+67
2018-07-10
Make crypt_gensalt for $sha1 deterministic.
Zack Weinberg
1
-4
/
+9
2018-07-10
Replace crypt-sunmd5.c with BSD-licensed cleanroom reimplementation.
Zack Weinberg
1
-1
/
+7
2018-07-09
Fix Werror=stringop-truncation
Björn Esser
1
-3
/
+2
2018-07-09
Make salt validation pickier.
Zack Weinberg
1
-11
/
+20
2018-07-04
Make it possible to disable individual hashes at configure time.
Zack Weinberg
1
-15
/
+46
2018-06-30
test-gensalt: extend checks of expected output
Dmitry V. Levin
1
-13
/
+83
2018-06-30
crypt_gensalt_rn: fix the number of automatically obtained random bytes
Dmitry V. Levin
1
-15
/
+19
2018-06-30
Extend --enable-weak-hashes configure option
Dmitry V. Levin
1
-1
/
+3
2018-06-30
Use ARRAY_SIZE instead of open-coding it in every use case
Dmitry V. Levin
1
-1
/
+1
2018-01-27
crypt: bcrypt should use secure $2b$ hashes by default
Björn Esser
1
-4
/
+4
2018-01-20
crypt-pbkdf1-sha1: Fix Base64 encoding in gensalt function
Björn Esser
1
-1
/
+1
2017-10-28
Rename memset-macro and avoid extra symbol rename
Björn Esser
1
-2
/
+2
2017-10-26
<string.h> gets imported through <crypt-port.h> now
Björn Esser
1
-1
/
+0
2017-10-26
Use more secure functions to erase sensitive memory
Björn Esser
1
-2
/
+2
2017-10-26
crypt-pbkdf1-sha1: Add support for PBKDF1 with SHA1 ($sha1$<rounds>$<salt>$)
Björn Esser
1
-11
/
+12
2017-10-24
Add support for SUNMD5 ($md5[,rounds=%u]$salt$) from (Open)Solaris
Björn Esser
1
-0
/
+1
2017-10-23
Reformat all code files to match GNU style
Björn Esser
1
-2
/
+4
2017-10-22
NTHASH: Check buffer size, use scratch space, generate random fake salt
Björn Esser
1
-2
/
+2
2017-10-21
Add support for NTHASH ($3$) from FreeBSD
Björn Esser
1
-1
/
+2
2017-10-03
Add default algorithm choice and randomization to crypt_gensalt.
Zack Weinberg
1
-3
/
+31
2017-10-03
Fix bugs in MD5, SHA256, and SHA512 setting-string generation.
Zack Weinberg
1
-2
/
+2
2017-10-03
For consistency, change all remaining uses of NULL to 0.
Zack Weinberg
1
-1
/
+1
2017-10-02
Grab bag of header-related cleanups.
Zack Weinberg
1
-1
/
+2
2017-09-21
Generate crypt.h for installation.
Zack Weinberg
1
-1
/
+1
2017-09-16
Add configure options to disable obsolete APIs and/or weak hashes.
Zack Weinberg
1
-0
/
+8
2017-09-16
Reintroduce semi-automated namespace cleanliness.
Zack Weinberg
1
-3
/
+3
2017-09-15
Crank up the warnings level still further.
Zack Weinberg
1
-2
/
+2
2017-09-15
Flatten the directory tree.
Zack Weinberg
1
-0
/
+113