[前][次][番号順一覧][スレッド一覧]

ruby-changes:19635

From: emboss <ko1@a...>
Date: Sun, 22 May 2011 07:57:39 +0900 (JST)
Subject: [ruby-changes:19635] emboss:r31679 (trunk): * ext/openssl/ossl_digest.c: Explain DSS and DSS1 in documentation.

emboss	2011-05-22 07:55:48 +0900 (Sun, 22 May 2011)

  New Revision: 31679

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=31679

  Log:
    * ext/openssl/ossl_digest.c: Explain DSS and DSS1 in documentation.

  Modified files:
    trunk/ChangeLog
    trunk/ext/openssl/ossl_digest.c

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 31678)
+++ ChangeLog	(revision 31679)
@@ -1,3 +1,7 @@
+Sun May 22 07:54:16 2011  Martin Bosslet  <Martin.Bosslet@g...>
+
+	* ext/openssl/ossl_digest.c: Explain DSS and DSS1 in documentation.
+
 Sun May 22 07:10:25 2011  Martin Bosslet  <Martin.Bosslet@g...>
 
 	* test/openssl/test_pkey_dsa.rb: Add tests for sign/verify.
Index: ext/openssl/ossl_digest.c
===================================================================
--- ext/openssl/ossl_digest.c	(revision 31678)
+++ ext/openssl/ossl_digest.c	(revision 31679)
@@ -318,10 +318,11 @@
      * and verify that it is equal to that in the signature.
      *
      * Among the supported message digest algorithms are:
-     * * DSS, DSS1
+     * * SHA, SHA1, SHA224, SHA256, SHA384 and SHA512
      * * MD2, MD4, MDC2 and MD5
      * * RIPEMD160
-     * * SHA, SHA1, SHA224, SHA256, SHA384 and SHA512
+     * * DSS, DSS1 (Pseudo algorithms to be used for DSA signatures. DSS is
+     *   equal to SHA and DSS1 is equal to SHA1)
      *
      * For each of these algorithms, there is a sub-class of Digest that
      * can be instantiated as simply as e.g.

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]