projects
/
openssl.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
Make the '-in' option in apps/passwd.c less mandatory
[openssl.git]
/
apps
/
passwd.c
2016-03-31
Richard Levitte
Make the '-in' option in apps/passwd.c less mandatory
blob
|
commitdiff
|
raw
2015-12-16
Rich Salz
Rename some BUF_xxx to OPENSSL_xxx
blob
|
commitdiff
|
raw
|
diff to current
2015-12-07
Richard Levitte
Cleanup: fix all sources that used EVP_MD_CTX_(create...
blob
|
commitdiff
|
raw
|
diff to current
2015-12-07
Richard Levitte
Adjust all accesses to EVP_MD_CTX to use accessor funct...
blob
|
commitdiff
|
raw
|
diff to current
2015-10-12
Matt Caswell
Centralise loading default apps config file
blob
|
commitdiff
|
raw
|
diff to current
2015-09-05
Richard Levitte
Change the way apps open their input and output files
blob
|
commitdiff
|
raw
|
diff to current
2015-06-15
Rich Salz
RT2547: Tighten perms on generated privkey files
blob
|
commitdiff
|
raw
|
diff to current
2015-06-09
Rich Salz
Use bio_err not stderr in apps.
blob
|
commitdiff
|
raw
|
diff to current
2015-06-02
Rich Salz
Standardize handling of #ifdef'd options.
blob
|
commitdiff
|
raw
|
diff to current
2015-05-29
Richard Levitte
Restore module loading
blob
|
commitdiff
|
raw
|
diff to current
2015-05-01
Rich Salz
free null cleanup finale
blob
|
commitdiff
|
raw
|
diff to current
2015-04-30
Rich Salz
In apps, malloc or die
blob
|
commitdiff
|
raw
|
diff to current
2015-04-24
Rich Salz
Big apps cleanup (option-parsing, etc)
blob
|
commitdiff
|
raw
|
diff to current
2015-03-25
Rich Salz
free NULL cleanup
blob
|
commitdiff
|
raw
|
diff to current
2015-03-25
Matt Caswell
RAND_bytes updates
blob
|
commitdiff
|
raw
|
diff to current
2015-01-22
Matt Caswell
Run util/openssl-format-source -v -c .
blob
|
commitdiff
|
raw
|
diff to current
2015-01-22
Matt Caswell
Move more comments that confuse indent
blob
|
commitdiff
|
raw
|
diff to current
2014-12-30
Tim Hudson
mark all block comments that need format preserving...
blob
|
commitdiff
|
raw
|
diff to current
2005-06-29
Ben Laurie
Brought forward from 0.9.8 - 64 bit warning fixes and...
blob
|
commitdiff
|
raw
|
diff to current
2005-04-05
Nils Larsch
some const fixes
blob
|
commitdiff
|
raw
|
diff to current
2003-10-29
Geoff Thorpe
A general spring-cleaning (in autumn) to fix up signed...
blob
|
commitdiff
|
raw
|
diff to current
2002-12-03
Richard Levitte
EXIT() may mean return(). That's confusing, so let...
blob
|
commitdiff
|
raw
|
diff to current
2002-10-14
Richard Levitte
makedepend complains when a header file is included...
blob
|
commitdiff
|
raw
|
diff to current
2002-03-22
Richard Levitte
Merge in DES changed from 0.9.7-stable.
blob
|
commitdiff
|
raw
|
diff to current
2002-02-22
Dr. Stephen Henson
Config code updates.
blob
|
commitdiff
|
raw
|
diff to current
2001-10-24
Richard Levitte
Due to an increasing number of clashes between modern...
blob
|
commitdiff
|
raw
|
diff to current
2001-10-16
Dr. Stephen Henson
Retain compatibility of EVP_DigestInit() and EVP_Digest...
blob
|
commitdiff
|
raw
|
diff to current
2001-07-30
Ben Laurie
Really add the EVP and all of the DES changes.
blob
|
commitdiff
|
raw
|
diff to current
2001-06-23
Richard Levitte
Use apps_shutdown() in all applications, in case someon...
blob
|
commitdiff
|
raw
|
diff to current
2001-06-19
Dr. Stephen Henson
Change all calls to low level digest routines in the...
blob
|
commitdiff
|
raw
|
diff to current
2001-03-13
Bodo Möller
Fix: return 0 if no error occured.
blob
|
commitdiff
|
raw
|
diff to current
2001-02-20
Richard Levitte
Use new-style system-id macros everywhere possible...
blob
|
commitdiff
|
raw
|
diff to current
2001-02-19
Richard Levitte
Make all configuration macros available for application...
blob
|
commitdiff
|
raw
|
diff to current
2001-01-19
Bodo Möller
Fix openssl passwd -1
blob
|
commitdiff
|
raw
|
diff to current
2000-11-17
Bodo Möller
Improve usability of 'openssl passwd' by including
blob
|
commitdiff
|
raw
|
diff to current
2000-09-20
Richard Levitte
On VMS, stdout may very well lead to a file that is...
blob
|
commitdiff
|
raw
|
diff to current
2000-07-31
Bodo Möller
Update 'openssl passwd' documentation on selection...
blob
|
commitdiff
|
raw
|
diff to current
2000-06-23
Bodo Möller
BSD-style MD5-based password algorithm in 'openssl...
blob
|
commitdiff
|
raw
|
diff to current
2000-06-01
Richard Levitte
There have been a number of complaints from a number...
blob
|
commitdiff
|
raw
|
diff to current
2000-04-27
Bodo Möller
Stylistic changes: Don't use a macro for the malloc...
blob
|
commitdiff
|
raw
|
diff to current
2000-04-27
Bodo Möller
Warn about truncation also in the case when a single...
blob
|
commitdiff
|
raw
|
diff to current
2000-02-24
Ralf S. Engelschall
Make gcc 2.95.2 happy here, too.
blob
|
commitdiff
|
raw
|
diff to current
2000-02-20
Ulf Möller
Fix gcc warnings.
blob
|
commitdiff
|
raw
|
diff to current
2000-02-17
Bodo Möller
Casts now unnecessary because of changed prototype.
blob
|
commitdiff
|
raw
|
diff to current
2000-02-16
Ben Laurie
Fix signed/unsigned warnings.
blob
|
commitdiff
|
raw
|
diff to current
2000-02-11
Bodo Möller
Corrections.
blob
|
commitdiff
|
raw
|
diff to current
2000-02-11
Bodo Möller
Implement MD5-based "apr1" password hash.
blob
|
commitdiff
|
raw
|
diff to current
2000-02-11
Ben Laurie
Fix shadow.
blob
|
commitdiff
|
raw
|
diff to current
2000-02-10
Bodo Möller
'passwd' tool.
blob
|
commitdiff
|
raw
|
diff to current