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-port.h
Age
Commit message (
Expand
)
Author
Files
Lines
2018-11-19
Move the base64 encoding table to crypt-common.
Björn Esser
1
-0
/
+2
2018-11-03
Fix prototypes for 'crypt-common.c'.
Björn Esser
1
-3
/
+2
2018-11-03
Remove 'crypt-private.h' and merge it into 'crypt-port.h'.
Björn Esser
1
-0
/
+17
2018-11-03
Move helper functions into 'crypt-common.c'.
Björn Esser
1
-21
/
+10
2018-11-02
Drop the SIMD implementations of the GOST R 34.11-2012 hash function.
Björn Esser
1
-9
/
+0
2018-10-31
Replace AC_C_BIGENDIAN with a new, fat-binary friendly macro.
Zack Weinberg
1
-74
/
+21
2018-10-31
Darwin doesn't support strong aliases. (Fixes #43)
Björn Esser
1
-1
/
+10
2018-10-31
Change 'GOST34112012_uint512_u' to be a type, not a symbol.
Björn Esser
1
-1
/
+0
2018-10-30
Use macros to detect endianness if configure cannot tell. (Fixes #42)
Björn Esser
1
-1
/
+78
2018-10-29
Rename all hash methods to match naming in John the Ripper.
Björn Esser
1
-10
/
+10
2018-10-29
Remove all of the nonnull annotations. (Fixes #41)
Björn Esser
1
-6
/
+0
2018-10-28
Don't use __GNUC_PREREQ nor __GNUC_PREREQ__ (issue #40).
Zack Weinberg
1
-8
/
+2
2018-10-28
Fix prototypes, symbol renames, and test-badsalt for des_big.
Björn Esser
1
-0
/
+7
2018-10-28
Fix prototypes and symbol renames for scrypt.
Björn Esser
1
-0
/
+7
2018-10-28
Add gost-yescrypt backend and tests.
Björn Esser
1
-4
/
+40
2018-10-25
Update sha512 implementation to recent revision.
Björn Esser
1
-0
/
+18
2018-10-22
Use unmodified md4 implementation from Alexander Peslyak.
Björn Esser
1
-3
/
+3
2018-10-22
Use md5 implementation from Alexander Peslyak.
Björn Esser
1
-3
/
+3
2018-10-22
Use sha512 implementation from Colin Percival.
Björn Esser
1
-3
/
+4
2018-10-21
Include crypt.h from crypt-port.h.
Björn Esser
1
-2
/
+4
2018-09-21
Use yescrypt’s sha256 implementation for sha256crypt as well.
Zack Weinberg
1
-10
/
+10
2018-09-08
crypt-port.h: Change XCRYPT_STRCPY_OR_ABORT to take void *.
Björn Esser
1
-6
/
+5
2018-09-08
crypt-port.h: Change XCRYPT_STRCPY_OR_ABORT to be a function.
Björn Esser
1
-4
/
+19
2018-09-08
crypt-port.h: Style cleanup.
Björn Esser
1
-2
/
+2
2018-09-07
crypt-port.h: Add macro XCRYPT_STRCPY_OR_ABORT.
Björn Esser
1
-0
/
+5
2018-08-24
Namespace and self-contain yescrypt files
Vitaly Chikunov
1
-0
/
+17
2018-07-26
Issue #15: predictable behavior when crypt args are NULL or invalid.
Zack Weinberg
1
-2
/
+4
2018-07-24
Fix multiple definition issue with old versions of GNU ld
Dmitry V. Levin
1
-13
/
+13
2018-07-14
Enable gensalt_sha_rn() for crypt-md5 "$1$"
Björn Esser
1
-1
/
+1
2018-07-10
Make XCRYPT_SECURE_MEMSET() syntactically a normal expression.
Zack Weinberg
1
-4
/
+4
2018-07-04
Make it possible to disable individual hashes at configure time.
Zack Weinberg
1
-38
/
+36
2018-06-30
Extend --enable-weak-hashes configure option
Dmitry V. Levin
1
-0
/
+4
2018-06-30
Use ARRAY_SIZE instead of open-coding it in every use case
Dmitry V. Levin
1
-0
/
+3
2017-10-28
Rename memset-macro and avoid extra symbol rename
Björn Esser
1
-7
/
+7
2017-10-26
Use more secure functions to erase sensitive memory
Björn Esser
1
-0
/
+27
2017-10-26
crypt-pbkdf1-sha1: Add support for PBKDF1 with SHA1 ($sha1$<rounds>$<salt>$)
Björn Esser
1
-0
/
+2
2017-10-25
alg-hmac-sha1: Add implementation of HMAC with SHA1
Björn Esser
1
-0
/
+1
2017-10-25
crypt-port: Move sha1_* renames into weak hashes section
Björn Esser
1
-3
/
+3
2017-10-25
alg-sha1: Add implementation of the Secure Hash Algorithm 1 (SHA1)
Björn Esser
1
-0
/
+3
2017-10-24
Add support for SUNMD5 ($md5[,rounds=%u]$salt$) from (Open)Solaris
Björn Esser
1
-0
/
+2
2017-10-21
Add support for NTHASH ($3$) from FreeBSD
Björn Esser
1
-0
/
+2
2017-10-21
Add implementation of the MD4 message-digest algorithm
Björn Esser
1
-0
/
+3
2017-10-05
Make a pass updating copyright and authorship notices.
Zack Weinberg
1
-2
/
+20
2017-10-03
Add default algorithm choice and randomization to crypt_gensalt.
Zack Weinberg
1
-0
/
+1
2017-10-03
Fix bugs in MD5, SHA256, and SHA512 setting-string generation.
Zack Weinberg
1
-0
/
+1
2017-10-02
Grab bag of header-related cleanups.
Zack Weinberg
1
-0
/
+192