Actions
Bug #5166
closedDocumentation for OpenSSL::Digest
    Bug #5166:
    Documentation for OpenSSL::Digest
  
Description
Adding documentation for OpenSSL::Digest.digest.
Adding a third example for OpenSSL::Digest use.
Files
        
           Updated by drbrain (Eric Hodel) about 14 years ago
          Updated by drbrain (Eric Hodel) about 14 years ago
          
          
        
        
      
      - Status changed from Open to Closed
        
           Updated by drbrain (Eric Hodel) about 14 years ago
          Updated by drbrain (Eric Hodel) about 14 years ago
          
          
        
        
      
      - Status changed from Closed to Feedback
Actually, is this a duplicate of #5167? The other is for Digest, this is for OpenSSL::Digest. Perhaps the patch wasn't applied?
        
           Updated by drbrain (Eric Hodel) about 14 years ago
          Updated by drbrain (Eric Hodel) about 14 years ago
          
          
        
        
      
      - Status changed from Feedback to Closed
This issue was solved with changeset r32950.
Sylvain, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
- ext/digest/digest.c:  Add documentation for the Digest module.  Patch by
 Sylvain Daubert. [Ruby 1.9 - Bug #5167]
        
           Updated by drbrain (Eric Hodel) about 14 years ago
          Updated by drbrain (Eric Hodel) about 14 years ago
          
          
        
        
      
      - Status changed from Closed to Feedback
Oops, closed accidentally, I think this patch is still missing
        
           Updated by sdaubert (Sylvain Daubert) about 14 years ago
          Updated by sdaubert (Sylvain Daubert) about 14 years ago
          
          
        
        
      
      - File 0001-adding-documentation-OpenSSL-Digest.digest.-Adding-a.patch 0001-adding-documentation-OpenSSL-Digest.digest.-Adding-a.patch added
I'm sorry to leave the patch again.
        
           Updated by drbrain (Eric Hodel) about 14 years ago
          Updated by drbrain (Eric Hodel) about 14 years ago
          
          
        
        
      
      - Status changed from Feedback to Closed
- % Done changed from 0 to 100
This issue was solved with changeset r33065.
Sylvain, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
- ext/openssl/ossl_digest.c:  Document OpenSSL::Digest::digest and add
 an example to OpenSSL::Digest. Patch by Sylvain Daubert.
 [Ruby 1.9 - Bug #5166]
- ext/openssl/lib/openssl/digest.rb (module OpenSSL): ditto
Actions