[前][次][番号順一覧][スレッド一覧][生データ]

ruby-cvs:19364

From: technorama ruby-lang.org
Date: Fri, 30 Mar 2007 02:29:04 +0900 (JST)
Subject: [ruby-cvs:19364] Ruby:r12128: * ext/openssl/ossl_{bn,cipher,digest,hmac,rand,pkey_{dh,dsa,rsa}}.c: Add Documentation for various methods.

technorama	2007-03-30 02:29:03 +0900 (Fri, 30 Mar 2007)

  New Revision: 12128

  Modified files:
    trunk/ext/openssl/lib/openssl/cipher.rb
    trunk/ext/openssl/ossl_bn.c
    trunk/ext/openssl/ossl_cipher.c
    trunk/ext/openssl/ossl_digest.c
    trunk/ext/openssl/ossl_hmac.c
    trunk/ext/openssl/ossl_pkey_dh.c
    trunk/ext/openssl/ossl_pkey_dsa.c
    trunk/ext/openssl/ossl_pkey_rsa.c
    trunk/ext/openssl/ossl_rand.c

  Log:
    * ext/openssl/ossl_{bn,cipher,digest,hmac,rand,pkey_{dh,dsa,rsa}}.c: Add Documentation for various methods.
    
    * ext/openssl/lib/openssl/cipher.rb: Ditto
    
    * ext/openssl/ossl_bn.c: add lshift! and rshift! methods.
    
    * ext/openssl/ossl_digest.c: GetDigestPtr() also accept a string.
    


  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/ext/openssl/ossl_pkey_dh.c?r1=12128&r2=12127
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/ext/openssl/ossl_hmac.c?r1=12128&r2=12127
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/ext/openssl/ossl_cipher.c?r1=12128&r2=12127
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/ext/openssl/ossl_bn.c?r1=12128&r2=12127
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/ext/openssl/ossl_pkey_dsa.c?r1=12128&r2=12127
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/ext/openssl/ossl_digest.c?r1=12128&r2=12127
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/ext/openssl/ossl_rand.c?r1=12128&r2=12127
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/ext/openssl/ossl_pkey_rsa.c?r1=12128&r2=12127
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/ext/openssl/lib/openssl/cipher.rb?r1=12128&r2=12127


[前][次][番号順一覧][スレッド一覧][生データ]