Sign in
flutter
/
third_party
/
openssl
/
8cc1dc3632ee685f7609c4923c7fb6e75154ea0d
/
apps
/
passwd.c
6738bf1
Update copyright year
by Matt Caswell
· 7 years ago
dab2cd6
apps: Don't include progs.h in apps.h
by Richard Levitte
· 7 years ago
cbe2964
Consistent formatting for sizeof(foo)
by Rich Salz
· 7 years ago
26a7d93
Remove parentheses of return.
by KaoruToda
· 7 years ago
0f3ffbd
apps/passwd.c: Make MD5 and SHA password making EBCDIC aware
by Richard Levitte
· 8 years ago
17621bc
apps/passwd.c: Fix code layout
by Richard Levitte
· 8 years ago
16583e9
apps/passwd.c: Don't disable MD5 and SHA when CHARSET_EBCDIC is defined
by Richard Levitte
· 8 years ago
f1b8b00
Fix some pedantic warnings.
by Pauli
· 8 years ago
3ee1eac
Standardize apps use of -rand, etc.
by Rich Salz
· 8 years ago
48feace
Remove the possibility to disable the UI module entirely
by Richard Levitte
· 8 years ago
2234212
Clean up a bundle of codingstyle stuff in apps directory
by Paul Yang
· 8 years ago
72d8b82
Fix coding style in apps/passwd file
by Paul Yang
· 8 years ago
69687aa
More typo fixes
by FdaSilvaYY
· 8 years ago
a4c74e8
apps/passwd.c: 32 bits are sufficient to hold ROUNDS_MAX.
by Andy Polyakov
· 8 years ago
dbaa069
use OSSLzu instead of lu format for size_t display
by edelangh
· 8 years ago
037f2c3
'openssl passwd' command can now compute AIX MD5-based passwords hashes.
by Gaétan Njinang
· 8 years ago
44c83eb
Constify command options
by FdaSilvaYY
· 8 years ago
3074514
Rather than one variable for each passwd type, use one enum variable
by Richard Levitte
· 9 years ago
4e57a12
Add SHA256 and SHA512 based output for 'openssl passwd'
by Richard Levitte
· 9 years ago
9f9f962
Fix 'openssl passwd' with arguments -1 or -apr1
by Richard Levitte
· 9 years ago
2a600d7
Fix return values of do_passwd() in apps/passwd.c
by Richard Levitte
· 9 years ago
edbff8d
Code factorisation and simplification
by FdaSilvaYY
· 9 years ago
f6c460e
Fix double calls to strlen
by FdaSilvaYY
· 9 years ago
d166ed8
check return values for EVP_Digest*() APIs
by Dr. Stephen Henson
· 9 years ago
846e33c
Copyright consolidation 01/10
by Rich Salz
· 9 years ago
97b0439
Fix passwd seg fault
by Matt Caswell
· 9 years ago
923b185
Fix "no-ui" configuration
by Richard Levitte
· 9 years ago
4de9913
Make the '-in' option in apps/passwd.c less mandatory
by Richard Levitte
· 9 years ago
7644a9a
Rename some BUF_xxx to OPENSSL_xxx
by Rich Salz
· 9 years ago
bfb0641
Cleanup: fix all sources that used EVP_MD_CTX_(create|init|destroy)
by Richard Levitte
· 9 years ago
6e59a89
Adjust all accesses to EVP_MD_CTX to use accessor functions.
by Richard Levitte
· 9 years ago
a0a8232
Centralise loading default apps config file
by Matt Caswell
· 9 years ago
bdd58d9
Change the way apps open their input and output files
by Richard Levitte
· 10 years ago
3b061a0
RT2547: Tighten perms on generated privkey files
by Rich Salz
· 10 years ago
7768e11
Use bio_err not stderr in apps.
by Rich Salz
· 10 years ago
9c3bcfa
Standardize handling of #ifdef'd options.
by Rich Salz
· 10 years ago
296f54e
Restore module loading
by Richard Levitte
· 10 years ago
b548a1f
free null cleanup finale
by Rich Salz
· 10 years ago
68dc682
In apps, malloc or die
by Rich Salz
· 10 years ago
7e1b748
Big apps cleanup (option-parsing, etc)
by Rich Salz
· 10 years ago
ca3a82c
free NULL cleanup
by Rich Salz
· 10 years ago
266483d
RAND_bytes updates
by Matt Caswell
· 10 years ago
0f113f3
Run util/openssl-format-source -v -c .
by Matt Caswell
· 10 years ago
68d39f3
Move more comments that confuse indent
by Matt Caswell
· 10 years ago
1d97c84
mark all block comments that need format preserving so that
by Tim Hudson
· 10 years ago
a51a972
Brought forward from 0.9.8 - 64 bit warning fixes and fussy compiler fixes.
by Ben Laurie
· 20 years ago
7d72723
some const fixes
by Nils Larsch
· 20 years ago
2754597
A general spring-cleaning (in autumn) to fix up signed/unsigned warnings.
by Geoff Thorpe
· 21 years ago
1c3e4a3
EXIT() may mean return(). That's confusing, so let's have it really mean
by Richard Levitte
· 22 years ago
6775326
makedepend complains when a header file is included more than once in
by Richard Levitte
· 22 years ago
125cc35
Merge in DES changed from 0.9.7-stable.
by Richard Levitte
· 23 years ago
3647bee
Config code updates.
by Dr. Stephen Henson
· 23 years ago
c2e4f17
Due to an increasing number of clashes between modern OpenSSL and
by Richard Levitte
· 23 years ago
20d2186
by Dr. Stephen Henson
· 23 years ago
dbad169
Really add the EVP and all of the DES changes.
by Ben Laurie
· 24 years ago
c04f8cf
Use apps_shutdown() in all applications, in case someone decides not
by Richard Levitte
· 24 years ago
323f289
by Dr. Stephen Henson
· 24 years ago
cad4b84
Fix: return 0 if no error occured.
by Bodo Möller
· 24 years ago
bc36ee6
Use new-style system-id macros everywhere possible. I hope I haven't
by Richard Levitte
· 24 years ago
cf1b7d9
Make all configuration macros available for application by making
by Richard Levitte
· 24 years ago
57108f0
Fix openssl passwd -1
by Bodo Möller
· 24 years ago
db70a3f
Improve usability of 'openssl passwd' by including
by Bodo Möller
· 24 years ago
645749e
On VMS, stdout may very well lead to a file that is written to in a
by Richard Levitte
· 25 years ago
cc244b3
Update 'openssl passwd' documentation on selection of algorithms.
by Bodo Möller
· 25 years ago
1f4643a
BSD-style MD5-based password algorithm in 'openssl passwd'.
by Bodo Möller
· 25 years ago
26a3a48
There have been a number of complaints from a number of sources that names
by Richard Levitte
· 25 years ago
7fc840c
Stylistic changes: Don't use a macro for the malloc'ed length since it
by Bodo Möller
· 25 years ago
4adcfa0
Warn about truncation also in the case when a single password is read using
by Bodo Möller
· 25 years ago
07fb39c
Make gcc 2.95.2 happy here, too.
by Ralf S. Engelschall
· 25 years ago
4ec19e2
Fix gcc warnings.
by Ulf Möller
· 25 years ago
73c5591
Casts now unnecessary because of changed prototype.
by Bodo Möller
· 25 years ago
bd44570
Fix signed/unsigned warnings.
by Ben Laurie
· 25 years ago
3ebf0be
Corrections.
by Bodo Möller
· 25 years ago
e6e7b5f
Implement MD5-based "apr1" password hash.
by Bodo Möller
· 25 years ago
efb4162
Fix shadow.
by Ben Laurie
· 25 years ago
bb325c7
'passwd' tool.
by Bodo Möller
· 25 years ago