index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
apps
/
passwd.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
APPS: Replace 'OPT_ERR = -1, OPT_EOF = 0, OPT_HELP' by OPT_COMMON macro
Dr. David von Oheimb
2021-05-05
1
-1
/
+1
*
APPS: make apps strict on app_RAND_load() and app_RAND_write() failure
Dr. David von Oheimb
2021-04-14
1
-1
/
+3
*
passwd.c: use the actual ROUNDS_DEFAULT macro
Disconnect3d
2021-02-13
1
-1
/
+1
*
Load rand state after loading providers
Rich Salz
2021-02-11
1
-0
/
+1
*
Update copyright year
Richard Levitte
2021-01-28
1
-1
/
+1
*
replace 'unsigned const char' with 'const unsigned char'
Thomas De Schampheleire
2021-01-08
1
-6
/
+6
*
Check non-option arguments
Rich Salz
2020-12-15
1
-1
/
+2
*
apps/passwd: remove the -crypt option.
Pauli
2020-11-11
1
-33
/
+2
*
Update copyright year
Matt Caswell
2020-04-23
1
-1
/
+1
*
cmdline app: add provider commandline options.
Pauli
2020-03-07
1
-1
/
+6
*
Deprecate the low level DES functions.
Pauli
2020-01-25
1
-6
/
+9
*
Fix some typos
Veres Lajos
2019-12-11
1
-1
/
+1
*
Document command parameters.
Rich Salz
2019-11-20
1
-0
/
+5
*
Add "sections" to -help output
Rich Salz
2019-11-07
1
-1
/
+9
*
Following the license change, modify the boilerplates in apps/
Richard Levitte
2018-12-06
1
-1
/
+1
*
Update copyright year
Matt Caswell
2018-02-13
1
-1
/
+1
*
apps: Don't include progs.h in apps.h
Richard Levitte
2018-01-31
1
-0
/
+1
*
Consistent formatting for sizeof(foo)
Rich Salz
2017-12-08
1
-21
/
+21
*
Remove parentheses of return.
KaoruToda
2017-10-18
1
-1
/
+1
*
apps/passwd.c: Make MD5 and SHA password making EBCDIC aware
Richard Levitte
2017-08-24
1
-64
/
+108
*
apps/passwd.c: Fix code layout
Richard Levitte
2017-08-24
1
-34
/
+36
*
apps/passwd.c: Don't disable MD5 and SHA when CHARSET_EBCDIC is defined
Richard Levitte
2017-08-24
1
-48
/
+2
*
Fix some pedantic warnings.
Pauli
2017-07-17
1
-1
/
+1
*
Standardize apps use of -rand, etc.
Rich Salz
2017-07-17
1
-1
/
+7
*
Remove the possibility to disable the UI module entirely
Richard Levitte
2017-07-03
1
-3
/
+3
*
Clean up a bundle of codingstyle stuff in apps directory
Paul Yang
2017-06-12
1
-2
/
+2
*
Fix coding style in apps/passwd file
Paul Yang
2017-05-31
1
-27
/
+26
*
More typo fixes
FdaSilvaYY
2017-03-29
1
-1
/
+1
*
apps/passwd.c: 32 bits are sufficient to hold ROUNDS_MAX.
Andy Polyakov
2017-03-27
1
-3
/
+3
*
use OSSLzu instead of lu format for size_t display
edelangh
2017-03-03
1
-2
/
+2
*
'openssl passwd' command can now compute AIX MD5-based passwords hashes.
GaƩtan Njinang
2017-01-21
1
-16
/
+38
*
Constify command options
FdaSilvaYY
2016-10-14
1
-1
/
+1
*
Rather than one variable for each passwd type, use one enum variable
Richard Levitte
2016-09-14
1
-38
/
+49
*
Add SHA256 and SHA512 based output for 'openssl passwd'
Richard Levitte
2016-09-14
1
-9
/
+311
*
Fix 'openssl passwd' with arguments -1 or -apr1
Richard Levitte
2016-09-14
1
-0
/
+1
*
Fix return values of do_passwd() in apps/passwd.c
Richard Levitte
2016-08-01
1
-2
/
+2
*
Code factorisation and simplification
FdaSilvaYY
2016-07-20
1
-1
/
+1
*
Fix double calls to strlen
FdaSilvaYY
2016-07-20
1
-7
/
+15
*
check return values for EVP_Digest*() APIs
Dr. Stephen Henson
2016-07-15
1
-32
/
+53
*
Copyright consolidation 01/10
Rich Salz
2016-05-17
1
-46
/
+6
*
Fix passwd seg fault
Matt Caswell
2016-04-27
1
-0
/
+1
*
Fix "no-ui" configuration
Richard Levitte
2016-03-31
1
-11
/
+24
*
Make the '-in' option in apps/passwd.c less mandatory
Richard Levitte
2016-03-31
1
-4
/
+10
*
Rename some BUF_xxx to OPENSSL_xxx
Rich Salz
2015-12-16
1
-3
/
+3
*
Cleanup: fix all sources that used EVP_MD_CTX_(create|init|destroy)
Richard Levitte
2015-12-07
1
-4
/
+4
*
Adjust all accesses to EVP_MD_CTX to use accessor functions.
Richard Levitte
2015-12-07
1
-27
/
+31
*
Centralise loading default apps config file
Matt Caswell
2015-10-12
1
-3
/
+0
*
Change the way apps open their input and output files
Richard Levitte
2015-09-06
1
-1
/
+1
*
RT2547: Tighten perms on generated privkey files
Rich Salz
2015-06-16
1
-1
/
+0
*
Use bio_err not stderr in apps.
Rich Salz
2015-06-09
1
-2
/
+2
[next]