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
/
crypt-pbkdf1-sha1.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-11-19
Move the base64 encoding table to crypt-common.
Björn Esser
1
-3
/
+0
2018-11-03
Remove 'crypt-private.h' and merge it into 'crypt-port.h'.
Björn Esser
1
-1
/
+0
2018-10-29
Rename all hash methods to match naming in John the Ripper.
Björn Esser
1
-4
/
+4
2018-08-21
Improved handling of out-of-range cost parameters in gensalt.
Zack Weinberg
1
-0
/
+2
2018-07-26
Issue #15: predictable behavior when crypt args are NULL or invalid.
Zack Weinberg
1
-11
/
+11
2018-07-13
crypt-pbkdf1-sha1.c: gensalt should have indentical output on big endian arches
Björn Esser
1
-2
/
+3
2018-07-11
Add more tests based on gaps in line coverage.
Zack Weinberg
1
-1
/
+1
2018-07-10
Make XCRYPT_SECURE_MEMSET() syntactically a normal expression.
Zack Weinberg
1
-1
/
+1
2018-07-10
Fix incorrect output-size computation in crypt_sha1_rn.
Zack Weinberg
1
-2
/
+4
2018-07-10
Don't use malloc in crypt-pbkdf1-sha1.c.
Zack Weinberg
1
-14
/
+6
2018-07-10
Make crypt_gensalt for $sha1 deterministic.
Zack Weinberg
1
-45
/
+45
2018-07-09
Make salt validation pickier.
Zack Weinberg
1
-17
/
+20
2018-07-04
Make it possible to disable individual hashes at configure time.
Zack Weinberg
1
-0
/
+4
2018-06-30
gensalt_sha1_rn: fix read of random bytes out of bounds
Dmitry V. Levin
1
-1
/
+2
2018-06-30
crypt_sha1_rn: fix memory leak
Dmitry V. Levin
1
-0
/
+2
2018-01-20
crypt-pbkdf1-sha1: Fix cast-align
Björn Esser
1
-4
/
+8
2018-01-20
crypt-pbkdf1-sha1: Fix Base64 encoding in gensalt function
Björn Esser
1
-7
/
+12
2017-10-28
Rename memset-macro and avoid extra symbol rename
Björn Esser
1
-1
/
+1
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
-1
/
+1
2017-10-26
crypt-pbkdf1-sha1: Add support for PBKDF1 with SHA1 ($sha1$<rounds>$<salt>$)
Björn Esser
1
-0
/
+249