OpenSSL CVS Repository
http://cvs.openssl.org/
____________________________________________________________
________________
Server: cvs.openssl.org Name: Andy
Polyakov
Root: /v/openssl/cvs Email: appro openssl.org
Module: openssl Date:
17-Sep-2007 17:57:32
Branch: OpenSSL_0_9_8-stable Handle:
2007091716573001
Modified files: (Branch: OpenSSL_0_9_8-stable)
openssl/apps dgst.c
openssl/doc/apps openssl.pod
Log:
Mention SHA2 in apps/dgst and openssl.pod.
PR: 1575
Summary:
Revision Changes Path
1.35.2.4 +13 -9 openssl/apps/dgst.c
1.16.2.1 +16 -0 openssl/doc/apps/openssl.pod
____________________________________________________________
________________
patch -p0 <<' .'
Index: openssl/apps/dgst.c
============================================================
================
$ cvs diff -u -r1.35.2.3 -r1.35.2.4 dgst.c
--- openssl/apps/dgst.c 18 Feb 2007 17:23:20
-0000 1.35.2.3
+++ openssl/apps/dgst.c 17 Sep 2007 15:57:30
-0000 1.35.2.4
 -231,29 +231,33 
BIO_printf(bio_err,"-engine e use engine e,
possibly a hardware device.n");
#endif
- BIO_printf(bio_err,"-%3s to use the %s message
digest algorithm (default)n",
+ BIO_printf(bio_err,"-%-14s to use the %s message
digest algorithm (default)n",
LN_md5,LN_md5);
- BIO_printf(bio_err,"-%3s to use the %s message
digest algorithmn",
+ BIO_printf(bio_err,"-%-14s to use the %s message
digest algorithmn",
LN_md4,LN_md4);
- BIO_printf(bio_err,"-%3s to use the %s message
digest algorithmn",
+ BIO_printf(bio_err,"-%-14s to use the %s message
digest algorithmn",
LN_md2,LN_md2);
#ifndef OPENSSL_NO_SHA
- BIO_printf(bio_err,"-%3s to use the %s message
digest algorithmn",
+ BIO_printf(bio_err,"-%-14s to use the %s message
digest algorithmn",
LN_sha1,LN_sha1);
- BIO_printf(bio_err,"-%3s to use the %s message
digest algorithmn",
+ BIO_printf(bio_err,"-%-14s to use the %s message
digest algorithmn",
LN_sha,LN_sha);
#ifndef OPENSSL_NO_SHA256
- BIO_printf(bio_err,"-%3s to use the %s message
digest algorithmn",
+ BIO_printf(bio_err,"-%-14s to use the %s message
digest algorithmn",
+ LN_sha224,LN_sha224);
+ BIO_printf(bio_err,"-%-14s to use the %s message
digest algorithmn",
LN_sha256,LN_sha256);
#endif
#ifndef OPENSSL_NO_SHA512
- BIO_printf(bio_err,"-%3s to use the %s message
digest algorithmn",
+ BIO_printf(bio_err,"-%-14s to use the %s message
digest algorithmn",
+ LN_sha384,LN_sha384);
+ BIO_printf(bio_err,"-%-14s to use the %s message
digest algorithmn",
LN_sha512,LN_sha512);
#endif
#endif
- BIO_printf(bio_err,"-%3s to use the %s message
digest algorithmn",
+ BIO_printf(bio_err,"-%-14s to use the %s message
digest algorithmn",
LN_mdc2,LN_mdc2);
- BIO_printf(bio_err,"-%3s to use the %s message
digest algorithmn",
+ BIO_printf(bio_err,"-%-14s to use the %s message
digest algorithmn",
LN_ripemd160,LN_ripemd160);
err=1;
goto end;
 .
patch -p0 <<' .'
Index: openssl/doc/apps/openssl.pod
============================================================
================
$ cvs diff -u -r1.16 -r1.16.2.1 openssl.pod
--- openssl/doc/apps/openssl.pod 4 Jan 2004 18:59:14
-0000 1.16
+++ openssl/doc/apps/openssl.pod 17 Sep 2007 15:57:31
-0000 1.16.2.1
 -227,6 +227,22 
SHA-1 Digest
+=item B<sha224>
+
+SHA-224 Digest
+
+=item B<sha256>
+
+SHA-256 Digest
+
+=item B<sha384>
+
+SHA-384 Digest
+
+=item B<sha512>
+
+SHA-512 Digest
+
=back
=head2 ENCODING AND CIPHER COMMANDS
 .
____________________________________________________________
__________
OpenSSL Project http://www.openssl.org
CVS Repository Commit List
openssl-cvs openssl.org
Automated List Manager
majordomo openssl.org
|