index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
apps
/
dgst.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Mention Whirlpool in dgst -help.
Andy Polyakov
2005-11-30
1
-10
/
+16
*
Add -passin argument to dgst command.
Dr. Stephen Henson
2004-12-03
1
-1
/
+16
*
Don't ignore return value of EVP_DigestInit_ex() in md BIOs and dgst utility.
Dr. Stephen Henson
2004-08-05
1
-1
/
+7
*
'apps/openssl dgst -help' update and minor apps/speed.c update.
Andy Polyakov
2004-07-25
1
-0
/
+10
*
Use BUF_strlcpy() instead of strcpy().
Richard Levitte
2003-12-27
1
-2
/
+3
*
Add the possibility to build without the ENGINE framework.
Richard Levitte
2003-01-30
1
-0
/
+8
*
EXIT() may mean return(). That's confusing, so let's have it really mean
Richard Levitte
2002-12-03
1
-1
/
+1
*
Cleanse memory using the new OPENSSL_cleanse() function.
Richard Levitte
2002-11-28
1
-1
/
+1
*
Security fixes brought forward from 0.9.7.
Ben Laurie
2002-11-13
1
-1
/
+1
*
Make it possible to load keys from stdin, and restore that
Richard Levitte
2002-08-01
1
-2
/
+2
*
Handle read errors.
Ben Laurie
2002-06-11
1
-13
/
+43
*
Allow longer program names (VMS allows up to 39 characters).
Richard Levitte
2002-04-06
1
-2
/
+2
*
Config code updates.
Dr. Stephen Henson
2002-02-22
1
-0
/
+3
*
Reduce the header dependencies on engine.h in apps/.
Geoff Thorpe
2001-09-12
1
-1
/
+0
*
Use apps_shutdown() in all applications, in case someone decides not
Richard Levitte
2001-06-23
1
-0
/
+1
*
Provide an application-common setup function for engines and use it
Richard Levitte
2001-06-18
1
-17
/
+1
*
Extend all the loading functions to take an engine pointer, a pass
Richard Levitte
2001-05-30
1
-41
/
+8
*
Use new-style system-id macros everywhere possible. I hope I haven't
Richard Levitte
2001-02-20
1
-1
/
+1
*
Make flag variables int instead of char. This avoids getting into trouble on...
Richard Levitte
2000-10-31
1
-3
/
+3
*
Add the possibility to use keys handled by engines in more
Richard Levitte
2000-10-29
1
-12
/
+46
*
Merge the engine branch into the main trunk. All conflicts resolved.
Richard Levitte
2000-10-26
1
-0
/
+27
*
On VMS, stdout may very well lead to a file that is written to in a
Richard Levitte
2000-09-20
1
-2
/
+10
*
Fix a typo in apps/pkcs12.c which was using the wrong part of
Dr. Stephen Henson
2000-09-19
1
-5
/
+5
*
siglen is unsigned, so comparing it to less than 0 is silly, and
Richard Levitte
2000-09-17
1
-1
/
+1
*
Fix typo in i2d_ASN1_ENUMERATED
Dr. Stephen Henson
2000-08-30
1
-14
/
+174
*
MD4 implemented. Assar Westerlund provided the digest code itself and the te...
Richard Levitte
2000-08-14
1
-0
/
+2
*
There have been a number of complaints from a number of sources that names
Richard Levitte
2000-06-02
1
-2
/
+2
*
Make gcc 2.95.2 happy again, even under ``-Wall -Wshadow -Wpointer-arith -Wca...
Ralf S. Engelschall
2000-02-11
1
-0
/
+3
*
Avoid warnings.
Bodo Möller
1999-06-10
1
-1
/
+1
*
Don't mix real tabs with tabs expanded as 8 spaces -- that's
Bodo Möller
1999-06-07
1
-2
/
+2
*
argc counting bug fixed.
Bodo Möller
1999-05-11
1
-1
/
+1
*
Remove NOPROTO definitions and error code comments.
Ulf Möller
1999-04-26
1
-5
/
+0
*
Change #include filenames from <foo.h> to <openssl.h>.
Bodo Möller
1999-04-24
1
-6
/
+6
*
Change functions to ANSI C.
Ulf Möller
1999-04-19
1
-7
/
+2
*
Massive constification.
Ben Laurie
1999-04-17
1
-2
/
+2
*
Import of old SSLeay release: SSLeay 0.9.1b (unreleased)
Ralf S. Engelschall
1998-12-21
1
-0
/
+2
*
Import of old SSLeay release: SSLeay 0.9.0b
Ralf S. Engelschall
1998-12-21
1
-8
/
+8
*
Import of old SSLeay release: SSLeay 0.8.1b
Ralf S. Engelschall
1998-12-21
1
-0
/
+227
[prev]